2 proxying and mod_perl questions

2002-12-21 Thread George Valpak
Hi - I have 2 questions, one might be off topic for the list, so please be gentle about it - seems to have been a rough week for OT posters here. Anyway my situation is this: I want to do a reverse proxy of an external site using Apache: VirtualHost prague ProxyRequests on ProxyPass /

Re: 2 proxying and mod_perl questions

2002-12-21 Thread Larry Leszczynski
Hi George - I want to do a reverse proxy of an external site using Apache: VirtualHost prague ProxyRequests on You will want to set ProxyRequests off for a reverse proxy, otherwise someone could use you as a forward proxy to get to someplace else. ProxyPass / http://www.externalsite.com