On 7/26/07, James Ellis <[EMAIL PROTECTED]> wrote:
> ...however the WebSphere plugin comes BEFORE this virtual host entry...so I
> think I need to use it outside of a VirtualHost. Why won't this entry:
Along with Joshuas pointer to RewriteOptions inherit / adding
RewriteRules to the actual vhost
On 7/26/07, James Ellis <[EMAIL PROTECTED]> wrote:
Getting closer...the following works inside of a VirtualHost:
ServerName web1
RewriteEngine ON
RewriteRule ^/wcsstore/ConsumerDirect/images/catalog/en_US/X01_large.jpg$
/footer.gif
Alias /wcsstore
"/opt/WebSphere/AppServer/in
ON
RewriteRule ^/wcsstore/ConsumerDirect/images/catalog/en_US/X01_large.jpg$
/footer.gif
...work outside of the VirtualHost?
From: "Eric Covener" <[EMAIL PROTECTED]>
Reply-To: users@httpd.apache.org
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Handle a JSP Outs
On 7/26/07, James Ellis <[EMAIL PROTECTED]> wrote:
>
> RewriteEngine ON
> RewriteRule ^X01_large.jpg$ footer.gif
>
>
> ...ignored by Apache? Is it not possible to use mod_rewrite outside of a
> tag?
You have to compare to the complete URL-path. Outside of Directory or
.htaccess context, most n
ct: Re: [EMAIL PROTECTED] Handle a JSP Outside of WebSphere Plugin
Date: Thu, 26 Jul 2007 13:36:11 -0400
On 7/26/07, James Ellis <[EMAIL PROTECTED]> wrote:
> Within the plugin, all requests under "/stores/*" are supposed to be
handled
> by the plugin. Does anyone know
On 7/26/07, James Ellis <[EMAIL PROTECTED]> wrote:
> 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 pl
On Thu, 26 Jul 2007 14:23:18 +
"James Ellis" <[EMAIL PROTECTED]> 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/AppServ
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/cel