Graham Leggett wrote:
The "httpd serves the static content" feature can be implemented through extending ProxyPass to support regular expressions, for example:

This can be done now with mod_rewrite:

RewriteRule (.*\.jsp)$ http://backend/$1 [P]

Joshua.

Reply via email to