On Thu, 26 Jul 2007 14:23:18 +0000 "James Ellis" <ellisje22@xxxxxxxxxxx> wrote: > We are running IBM IHS (Apache) 2.0 and WebSphere on a different > machine. Within the httpd.conf file, we include the WebSphere plugin > with the following lines: > > LoadModule > was_ap20_module /opt/WebSphere/AppServer/bin/mod_was_ap20_http.so > WebSpherePluginConfig /opt/WebSphere/AppServer/config/cells/plugin-cfg.xml > > > Within the plugin, all requests under "/stores/*" are supposed to be > handled by the plugin. Does anyone know how I can force a request > for a certain JSP: > > http://servername/stores/suspect.jsp > > ...so that it won't be processed by the plugin? A <LocationMatch> after the websphere lines in your config will do that. Unless of course the websphere plugin preempts normal processing of <Location> and friends when it's activated. That's a matter for the websphere docs, not us. If it does, you'll have to read its FM and fix it in your plugin-cfg.xml -- Nick Kew Application Development with Apache - the Apache Modules Book http://www.apachetutor.org/ --------------------------------------------------------------------- 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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx