Re: [EMAIL PROTECTED] HTTP auth and custom login pages

2006-01-31 Thread Andy Moran
I knew I could do the auth in the httpd conf itself, but the system we have is very dynamic.. We drop files in and they get pushed externally via rsync and we don't have to restart the httpd daemon.. it's a convenience thing and speed isn't an issue on this server. Thanks Boyle. I suspected

RE: [EMAIL PROTECTED] HTTP auth and custom login pages

2006-01-31 Thread Boyle Owen
> -Original Message- > From: Andy Moran [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 31. Januar 2006 00:38 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] HTTP auth and custom login pages > > > We have a bunch of folders protected by htaccess valid-u

Re: [EMAIL PROTECTED] HTTP auth and custom login pages

2006-01-30 Thread Nick Kew
On Monday 30 January 2006 23:37, Andy Moran wrote: > We have a bunch of folders protected by htaccess valid-user directives, > but management has decided that they want a nice login page rather than > the browser prompting for a username and password. > > Is it possible to create a form page that

[EMAIL PROTECTED] HTTP auth and custom login pages

2006-01-30 Thread Andy Moran
We have a bunch of folders protected by htaccess valid-user directives, but management has decided that they want a nice login page rather than the browser prompting for a username and password. Is it possible to create a form page that then sends the auth information to apache via POST or some

Re: [EMAIL PROTECTED] HTTP AUTH

2005-12-27 Thread Christopher Deeley
Hi   Theres no way of passing info from a form to set the variables 'HTTP_AUTH_USER' ad HTTP_AUTH_USER but I have found a way around it but never put it into practice yet. You can still use your existing form to login and create a session variable as their user name eg $_SESSION['username'] = 'use

Re: [EMAIL PROTECTED] HTTP AUTH

2005-12-26 Thread Scott Gifford
Christopher Deeley <[EMAIL PROTECTED]> writes: > I would like to set up a user folder for each user on my site and > the only method I know to stop anyone but the user accessing that > folder is to use htaccess to require the valid user. I have PHP > running as a module on Apache. Is there a way

[EMAIL PROTECTED] HTTP AUTH

2005-12-24 Thread Christopher Deeley
Can anyone tell me, is there a way of doing the following or any alternate solutions.   I would like to set up a user folder for each user on my site and the only method I know to stop anyone but the user accessing that folder is to use htaccess to require the valid user. I have PHP running as a m