Re: [us...@httpd] mod_proxy auth from PHP?

2009-12-20 Thread Devraj Mukherjee
On Mon, Dec 14, 2009 at 11:04 PM, Perl Whore whorep...@gmail.com wrote: Here is the situation: I have a php login page at https://login.mydomain.com and an internal server listening only on localhost http://localhost:12345 I want mod_proxy to send to the internal server only if auth was

Re: [us...@httpd] mod_proxy auth from PHP?

2009-12-20 Thread Perl Whore
Ah, thanks. This is a good idea. I didn't know about mod_auth_memcookie. Yes, it'll be great if you share your configuration so I can have a better understanding. On Mon, Dec 21, 2009 at 6:21 AM, Devraj Mukherjee dev...@gmail.com wrote: On Mon, Dec 14, 2009 at 11:04 PM, Perl Whore

Re: [us...@httpd] mod_proxy auth from PHP?

2009-12-20 Thread Devraj Mukherjee
On Mon, Dec 21, 2009 at 1:24 PM, Perl Whore whorep...@gmail.com wrote: Ah, thanks. This is a good idea. I didn't know about mod_auth_memcookie. Yes, it'll be great if you share your configuration so I can have a better understanding. The following is what my configuration sort of looks like

[us...@httpd] mod_proxy auth from PHP?

2009-12-14 Thread Perl Whore
Here is the situation: I have a php login page at https://login.mydomain.com and an internal server listening only on localhost http://localhost:12345 I want mod_proxy to send to the internal server only if auth was successful from the php login page. The user/pass can be in the .php file itself