On Wed, Apr 14, 2010 at 6:32 AM,  <[email protected]> wrote:
> On Wed, 14 Apr 2010 05:44:26 -0400, Eric Covener <[email protected]> wrote:
>>> RewriteRule ^(.*)$ http://localhost:9090/index.jsp [P]
>>
>>> The browser ends up with a not working URL:
>>> http://localhost:9090/setup/login.jsp
>>
>> http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypassreverse
>
> I did not mention in this case it is about a full managed
> Linux box. Access to the Apache config is not permitted.
> One hat to use a .htaccess file.
>
> Is there something similar to ProxyPassReverse which works
> in the .htaccess?

Maybe 'Header edit Location ...' but I'm not sure if Header directives
in your htaccess will still be applicable after all the proxying work
is done (it wouldn't with ProxyPass, but it might since you had
mod_rewrite in htaccess)


-- 
Eric Covener
[email protected]

---------------------------------------------------------------------
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: [email protected]
   "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to