You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by jw <pd...@gmail.com> on 2004/12/09 18:27:07 UTC

[users@httpd] loading different modules in vhost based on url

I am trying to configure a vhost that will serve dynamic content from
two different webconnectors modules based on the url.

If the url-pattern is like /foo/* I want the vhost to load use the
webconnector for tomcat

Then for all other urls I want to use the webconnector for jrun.  

I have two seperate applications that I want to run from the same
vhost.    My orginal idea was to use the locationmatch directive and
create reqular expressions to match the url-patterns and place each of
the module info inside the locationmatch.  but i do not think you can
write a regex pattern for all urls except /foo/*.

jw

---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org