On 11/7/05, CSN <cool_screen_name90001@xxxxxxxxx> wrote: > I have ProxyRequests turned on and secured it with a > block like so: > > <Proxy *> > AuthType Basic > AuthUserFile /etc/httpd/... > Require valid-user > </Proxy> > > But I also have a site that needs to use ProxyPass: > > <VirtualHost *:80> > ... > ProxyPass / http://mydomain.com:3000 > ProxyPassReverse / http://mydomain.com:3000 > </VirtualHost> > > As configured above, my browser prompts me for a login > to access the site. Just a guess, but try: <Proxy http://mydomain.com:3000/*> Satisfy Any Allow from all </Proxy> Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx