[lug] apache and mod_proxy
Lee Woodworth
blug-mail at duboulder.com
Tue Mar 2 19:01:42 MST 2004
On 2 Mar 2004 at 12:57, Hugh Brown wrote:
.....
> <VirtualHost _default_:*>
> ProxyRequests off
> ProxyPass /webapp1/ http://localhost:8080/webapp1/
> ProxyPassReverse /webapp1/ http://localhost:8080/webapp1/
> ProxyPass /webapp2/ http://localhost:8080/webapp2/
> ProxyPassReverse /webapp2/ http://localhost:8080/webapp2/
> </VirtualHost>
>
> When I hit the http://webhost/ at port 80, I get the defaults that I
> expect. When I then go to http://webhost/webapp1/ the URL gets
> rewritten and I get an error.
What do the access logs for the proxy and the reverse proxy targets
say? The related parts of the two sites' error logs are useful too.
More information about the LUG
mailing list