You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Melanie Pfefer <me...@yahoo.co.uk> on 2009/04/28 16:15:09 UTC

[users@httpd] trailing slash

Hi

I did the following redirection:

ProxyPass /abc http://host:7005/
ProxyPassReverse /abc http://abc:7005/


Now: http://host/abc/rep/ works but http://host/abc/rep does not work.

any idea how to resolve this?

thanks,



      

---------------------------------------------------------------------
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


Re: [users@httpd] trailing slash

Posted by Eric Covener <co...@gmail.com>.
On Tue, Apr 28, 2009 at 10:15 AM, Melanie Pfefer
<me...@yahoo.co.uk> wrote:
>
> Hi
>
> I did the following redirection:
>
> ProxyPass /abc http://host:7005/
> ProxyPassReverse /abc http://abc:7005/
>

Match trailing slashes in the two arguments (both or none)
-- 
Eric Covener
covener@gmail.com

---------------------------------------------------------------------
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