[users@httpd] Reverse Proxy Troubleshoot

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

 



I am using apache as reverse proxy server.  The configuration file was
working fine until the recent Solaris 9 patch installation.  My
configuration file is as following:

<VirtualHost 12.12.12.12>
ServerName test1
RewriteEngine on
....

ProxyPass /lab1/	http://server1/lab1/
ProxyPassReverse /lab1/ http://server1/lab1/

ProxyPass /lab2/  http://server2/lab2/
ProxyPassReverse /lab2/ http://server2/lab2/

RewriteRule ^/(.*)$  http://mainsite/main/$1 [P]
ProxyPassReverse / 	http://mainsite/main/

</VirtualHost>

All the proxy pass were broken.  It seems if I remove the RewriteRule,
then it works.  But the configuration was working.  

Thanks in advance.

- Ming Yu
- Johns Hopkins University Applied Physics Lab.

---------------------------------------------------------------------
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