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
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
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
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