2009/7/30 Igor Galić <i.galic@xxxxxxxxxxxxxx>: > > Hi Cris, > > [Snip] > >> <IfModule mod_proxy.c> >> ProxyRequests Off >> >> <Proxy *> >> Order deny,allow >> Deny from all >> Allow from .example.com >> </Proxy> >> >> ProxyPass /marketing/ http://192.168.25.25:30000 > > I would get rid of this line: > >> ProxyPassReverse /marketing/ http://192.168.25.25:30000 > > The <Location stuff> should suffice. > > >> I get File Not Found error. Could anyone please give me some example >> on how to get this thing working? > > Where? On the frontends? On the backends? > NEEDINFO. In the front end: when someone types: https://reverseproxy.domain.tld they get to http://192.168.25.25:30000/marketing - which does not exist (in the back-end) --------------------------------------------------------------------- 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