Re: [EMAIL PROTECTED] Enable/Disable .htaccess' require valid-user with

2005-10-23 Thread Dan Trainor
Sean Conner wrote: It was thus said that the Great Dan Trainor once stated: Sean Conner wrote: It was thus said that the Great Dan Trainor once stated: The initial authentication would take place via PHP form. I understand how 'require valid-user' works, and how it's used. I figured out

Re: [EMAIL PROTECTED] Enable/Disable .htaccess' require valid-user with

2005-10-23 Thread Sean Conner
It was thus said that the Great Dan Trainor once stated: > > Sean Conner wrote: > > It was thus said that the Great Dan Trainor once stated: > > > >>The initial authentication would take place via PHP form. I understand > >>how 'require valid-user' works, and how it's used. > >> > >>I figured ou

Re: [EMAIL PROTECTED] Enable/Disable .htaccess' require valid-user with

2005-10-22 Thread Dan Trainor
Sean Conner wrote: It was thus said that the Great Dan Trainor once stated: The initial authentication would take place via PHP form. I understand how 'require valid-user' works, and how it's used. I figured out a way to do it, I'll re-post later on after I test a bit. I'm using PHP to use a

Re: [EMAIL PROTECTED] Enable/Disable .htaccess' require valid-user with

2005-10-22 Thread Sean Conner
It was thus said that the Great Dan Trainor once stated: > > The initial authentication would take place via PHP form. I understand > how 'require valid-user' works, and how it's used. > > I figured out a way to do it, I'll re-post later on after I test a bit. > I'm using PHP to use apache_set

Re: [EMAIL PROTECTED] Enable/Disable .htaccess' require valid-user with env vars

2005-10-22 Thread Dan Trainor
On 10/22/05, Dan Trainor <[EMAIL PROTECTED]> wrote: Hello, all - I'm looking for a way to disable Apache's ability to secure a directory using the .htaccess method of 'require valid-user'. Would it be possible to enable/disable this functionality based on an enviornment variable, for a specific

Re: [EMAIL PROTECTED] Enable/Disable .htaccess' require valid-user with env vars

2005-10-22 Thread Joshua Slive
On 10/22/05, Dan Trainor <[EMAIL PROTECTED]> wrote: > Hello, all - > > I'm looking for a way to disable Apache's ability to secure a directory > using the .htaccess method of 'require valid-user'. > > Would it be possible to enable/disable this functionality based on an > enviornment variable, for

[EMAIL PROTECTED] Enable/Disable .htaccess' require valid-user with env vars

2005-10-22 Thread Dan Trainor
Hello, all - I'm looking for a way to disable Apache's ability to secure a directory using the .htaccess method of 'require valid-user'. Would it be possible to enable/disable this functionality based on an enviornment variable, for a specific user? I'm not terribly keen on Apache's conditional