André Warnier wrote:


(*) For example, could I spare the <LocationMatch> and ProxyPass entirely, and use a RewriteRule to forward this directy to the ajp port, a bit like :
RewriteRule ^/(xyz/.*/servlet\.[^\.]+)$ ajp://localhost:8009/$1 [PT]
?

Replying to my own post here. Sorry, I went back to the doc, and that seems to be what [P] (instead of [PT]) is all about. So I guess it does work, but also it does not allow me to use the convenience of a <Location> section to do other things to these requests (like an output filter).


---------------------------------------------------------------------
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: [email protected]
  "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to