Re: [EMAIL PROTECTED] Avoiding passwords - using ProxyPass with proxy forward

2005-11-07 Thread Joshua Slive
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

[EMAIL PROTECTED] Avoiding passwords - using ProxyPass with proxy forward

2005-11-07 Thread CSN
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