<LocationMatch "^/(?!private)">
        JkUriSet ...
</LocationMatch>


this also works for multiple directories:
<LocationMatch "^/(?!private|private2|private3)">

Charlie

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Thursday, August 26, 2004 8:41 PM
> To: [EMAIL PROTECTED]
> Subject: Please help with jk2/tomcat5
> 
> Hello list members,
> 
> Running Linux Fedora core2, apache2, tomcat5, jk2
> 
> 
> In my workers2.properties file, I have the following lines:
> 
> [channel.socket:tomcat_server:8033]
> host=hostation.com
> port=8033
> debug=0
> 
> [ajp13:tomcat_server:8033]
> channel=channel.socket:tomcat_server:8033
> debug=0
> 
> [uri:hostation.com/*]
> worker=ajp13:tomcat_server:8033
> debug=0
> 
> [uri:www.hostation.com/*]
> worker=ajp13:tomcat_server:8033
> debug=0
> 
> 
> That works as expected.  It allowed me to delegate ALL requests to tomcat.
> However, now I want to be able to exempt a certain URI such as:
> 
> http://hostation.com/private  so that it is not being handled by tomcat
but
> by apache instead.
> 
> Is it possible ?  Please show me how and I will be hugely greatful!!!
> 
> Thanks.
> Lu
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to