we have installed Apache2.2 proxy on server--- SoupGate-Win32 v1.05
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
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (2 / 14) |
Uptime: | 37:42:57 |
Calls: | 10,392 |
Calls today: | 3 |
Files: | 14,064 |
Messages: | 6,417,162 |