You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Pierpaolo Fumagalli <p....@fumagalli.org> on 1998/11/04 19:20:27 UTC

failure notice

Hi all...
In the last few days we spend a little time on java-apache-users mailing
lists around a problem that came up when using mod_rewrite and mod_jserv
together...

This works...

    ApJServMount /servlets ajpv11://localhost:18007/root
    RewriteEngine on
    RewriteRule /home /servlets/HPServlet [PT]

This does not...

    RewriteEngine on
    RewriteRule /home /servlets/HPServlet [PT]
    ApJServMount /servlets ajpv11://localhost:18007/root

It's some sort of weird thing... In fact in the second case, only the
rewrite rule does not work, while calling uri /servlets/HPServlet just
works as predicted.

Can someone put some light on it?
        Pier