Howdy,
Is there any way to have the root of a Apache webserver server
by the ROOT context, and still being able to use PHP/CGI ?
I have made a small patch towards mod_jk but befor submiting it
I want to know if there already exists a functioning solution.

--My solution
JkMount /* ajp12
JkMount /*.jsp ajp12
JkMount /*.php DECLINE    (ie. mod_jk declines handling it..)
JkMount /*.cgi DECLINE
DocumentRoot TOMCAT/webapps/ROOT/

/Andreas

Reply via email to