Kevin,
the difference with that is that you pass every request to the servlet
container. My config serves static files, like css, pictures etc.
straight with httpd and let the fancy stuff do by the servlet container.
Thanks anyway!
Michael
Kevin Menard schrieb:
I've always used something akin to:
ProxyRequests Off
ProxyPass / http://host.servprise.office/
<Location />
ProxyPassReverse /
</Location>
I think this would be cleaner for you than using rewrite rules to your
servlet container. Then again, I've never used a rewrite rule to proxy, so
I may just be talking out of my butt.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]