On 11/7/05, CSN <[EMAIL PROTECTED]> wrote:
> I have ProxyRequests turned on and secured it with a
> block like so:
>
>
> AuthType Basic
> AuthUserFile /etc/httpd/...
> Require valid-user
>
>
> But I also have a site that needs to use ProxyPass:
>
>
> ...
> ProxyPass / http://mydomain.c
I have ProxyRequests turned on and secured it with a
block like so:
AuthType Basic
AuthUserFile /etc/httpd/...
Require valid-user
But I also have a site that needs to use ProxyPass:
...
ProxyPass / http://mydomain.com:3000
ProxyPassReverse / http://mydomain.com:3000
As configure