Bluehost.com Web Hosting $6.95

How to make ProxyPass & ProxyPassReverse rule case-insensitive in APACHE proxy?

This is a discussion on How to make ProxyPass & ProxyPassReverse rule case-insensitive in APACHE proxy? within the Windows Web Servers forums, part of the Web Server and Related Forums category; we have installed Apache2.2 proxy on server and in the tci_rules.conf we have rules like this. ---------------------------------------- ProxyRequests Off ...


Go Back   Usenet Forums > Web Server and Related Forums > Windows Web Servers

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 06-08-2007
sughosh
 
Posts: n/a
Default How to make ProxyPass & ProxyPassReverse rule case-insensitive in APACHE proxy?

we have installed Apache2.2 proxy on server
and in the tci_rules.conf we have rules like this.

----------------------------------------
ProxyRequests Off
RewriteEngine on
<Proxy *>
Order deny,allow
Allow from all
</Proxy>

RewriteCond %{QUERY_STRING} ^(.)plname=myfirstqp(.)$
RewriteRule ^/(.*)$ http://www.xyz.com/$1 [P]

ProxyPass /MyPlace/myfirstqp http://www.xyz.com/MyPlace/myfirstqp
ProxyPassReverse /MyPlace/myfirstqp http:/ww.xyz.com/MyPlace/myfirstqp
........
.......
---------------

If I will not maintian the Case in URL while accessing the page from
browser then I will not be able to access the file.
for example if I will try to access the file using url containing
folder name in lowser case
like :
http://www.123.com/myplace/myfirstqp/first.html
then apche will not redirect me to the specified server but if I
will maintian the case then it will.

http://www.123.com/MyPlace/myfirstqp/first.html

can anyone plz help me, what setting we need to do in apache proxy so
that proxyPass should be case-insensitive,

thx for ur time and help

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 01:09 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0