Re: [EMAIL PROTECTED] proxypass ignore case issue

2006-09-21 Thread Rainer Perske
-BEGIN PGP SIGNED MESSAGE- Nick Ascione schrieb am 2006-09-20: [reverse proxy for http://www.somedomain.com/somedir is configured] [creating a local directory .../htdocs/somedir triggers mod_speling] [so that that .../SoMeDir gets redirected to .../somedir] With mod_speling, that

Re: [EMAIL PROTECTED] proxypass ignore case issue

2006-09-21 Thread Nick Ascione
Thanks Rainer. The mod_speling works great. However I have a new interesting problem In my vhost I have proxypass /somedir /http://www.somedomain.com/somedir proxypassreverse /somedir /http://www.somedomain.com/somedir The above works fine and mod_speling catches any weird way that somedir

Re: [EMAIL PROTECTED] proxypass ignore case issue

2006-09-21 Thread Joshua Slive
On 9/21/06, Nick Ascione [EMAIL PROTECTED] wrote: Thanks Rainer. The mod_speling works great. However I have a new interesting problem In my vhost I have proxypass /somedir /http://www.somedomain.com/somedir proxypassreverse /somedir /http://www.somedomain.com/somedir The above works fine

Re: [EMAIL PROTECTED] proxypass ignore case issue

2006-09-21 Thread Rainer Perske
-BEGIN PGP SIGNED MESSAGE- Nick Ascione schrieb am 2006-09-21: Thanks Rainer. The mod_speling works great. fine :-) However I have a new interesting problem In my vhost I have proxypass /somedir /http://www.somedomain.com/somedir proxypassreverse /somedir

Re: [EMAIL PROTECTED] proxypass ignore case issue

2006-09-21 Thread Nick Ascione
In my case the backend host is a IIS server. Any ideas? Rainer Perske wrote: -BEGIN PGP SIGNED MESSAGE- Nick Ascione schrieb am 2006-09-21: Thanks Rainer. The mod_speling works great. fine :-) However I have a new interesting problem In my vhost

[EMAIL PROTECTED] proxypass ignore case issue

2006-09-20 Thread Nick Ascione
I have a server setup as a reverse proxy for a server called for example www.somedomain.com If a user goes to http://www.somedomain.com/somedir, I want it to goto http://appserver.blah.com/somedir I have the following LocationMatch /somedir ProxyPass

Re: [EMAIL PROTECTED] proxypass ignore case issue

2006-09-20 Thread Rainer Perske
Hi Nick Ascione schrieb am 2006-09-20: I have a server setup as a reverse proxy for a server called for example www.somedomain.com If a user goes to http://www.somedomain.com/somedir, I want it to goto http://appserver.blah.com/somedir I have the following LocationMatch /somedir

Re: [EMAIL PROTECTED] proxypass ignore case issue

2006-09-20 Thread Nick Ascione
With mod_speling, that only appears to work if the directory is on the local machine? What about in the case of a reverse proxy? Rainer Perske wrote: Hi Nick Ascione schrieb am 2006-09-20: I have a server setup as a reverse proxy for a server called for example www.somedomain.com