Re: [users@httpd] Basic Auth with ProxyPass Through SSL

2011-07-28 Thread Tim Watts
On 28/07/11 20:28, Joel Donahue wrote: I got it working now. I didn't see anything in the logs to start with because I wasn't checking the ssl logs. It was a simple typo. I used 'user' and not 'usr' AuthUserFile /user/local/apache/access-file changed to AuthUserFile /usr/local/apache/access-fil

Re: [users@httpd] Basic Auth with ProxyPass Through SSL

2011-07-28 Thread Joel Donahue
On Thu, Jul 28, 2011 at 1:06 PM, Tim Watts wrote: > On 28/07/11 19:23, Joel Donahue wrote: >> >> I am setting up a reverse proxy to an internal webserver from an >> apache server with a public IP. I want to use Basic Auth and SSL on >> the public apache server which then forwards standard http, no

Re: [users@httpd] Basic Auth with ProxyPass Through SSL

2011-07-28 Thread Tim Watts
On 28/07/11 19:23, Joel Donahue wrote: I am setting up a reverse proxy to an internal webserver from an apache server with a public IP. I want to use Basic Auth and SSL on the public apache server which then forwards standard http, non-ssl traffic, to the internal webserver. Basic auth with Proxy

[users@httpd] Basic Auth with ProxyPass Through SSL

2011-07-28 Thread Joel Donahue
I am setting up a reverse proxy to an internal webserver from an apache server with a public IP. I want to use Basic Auth and SSL on the public apache server which then forwards standard http, non-ssl traffic, to the internal webserver. Basic auth with ProxyPass works perfectly without using ssl bu