It could be that I just need to fix my httpd.conf, but I am a bit stuck.

I basicly have a virtualhost like this:

DocumentRoot /var/www/site1
<Location /ldapadmin>
Allow from all
</Location>

<Location /*>
JkUriSet worker ajp13:localhost:8009
</Location>

I want all requests to /ldapadmin.* to be served by apache+php and the rest
to be served by tomcat, but somehow they all seem to be passed to tomcat.

Henrik

P.S. I have to use Jk2 for now, as there are no working rpm's/source for Jk1 
on FC2 




---------------------------------------------------------------------
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