[users@httpd] Reverse Proxy, Spelling And Rewrite.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi, am trying to use mod_proxy, mod_spelling and mod rewrite to create my reverse proxy...

I have mod_proxy working as follows...

<VirtualHost *:80>
   ProxyRequests off

   <Proxy *>
      Order deny,allow
      Allow from all
   </Proxy>

   ProxyPass /somewhere/ http://myinternalserver.com/somewhere/
   ProxyPassReverse /somewhere/ http://myinternalserver.com/somewhere/

</VirtualHost>

Now I would like to add spell checking to make my url's caseinsensitive.

So I did...

<VirtualHost *:80>
   CheckSplling on
   ProxyRequests off

   <Proxy *>
      Order deny,allow
      Allow from all
   </Proxy>

   ProxyPass /somewhere/ http://myinternalserver.com/somewhere/
   ProxyPassReverse /somewhere/ http://myinternalserver.com/somewhere/

</VirtualHost>

But it doesn't seem to work...




---------------------------------------------------------------------
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@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux