Re: [us...@httpd] trailing slash

2009-04-28 Thread Eric Covener
On Tue, Apr 28, 2009 at 10:15 AM, Melanie Pfefer 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 cove...@gmail.com --

[us...@httpd] trailing slash

2009-04-28 Thread Melanie Pfefer
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, -

[us...@httpd] Trailing slash problem, not the typical one

2008-09-27 Thread Melvin Foong
Hello there, I am having this problem with my new server where I could not get it to work. I am looking to request for a page where my URL ends with a trailing slash. Example http://domainmame/directory/filename/ This returns me a 404, Apache is looking it as a directory and not a file My conf