dns lookup for reverse proxy

2004-09-22 Thread Tsai Li Ming
Dear all, I have the following directives in my conf file. ifmodule mod_proxy.c proxyrequests off RewriteEngine On ProxyPass /Server/ http://localhost:8081 ProxyPassReverse /Server/ http://localhost:8081 RewriteRule ^/Server$

Re: dns lookup for reverse proxy

2004-09-22 Thread Ian Holsman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 try something like ifmodule mod_proxy.c ProxyPass /Server/ http://localhost:8081/ ProxyPassReverse /Server/ http://localhost:8081/ /ifmodule you shouldn't need the other stuff to make it work On 22/09/2004, at 1:07 PM, Tsai Li Ming wrote: Dear all, I

Re: dns lookup for reverse proxy

2004-09-22 Thread Tsai Li Ming
It didn't work, because it's not under the DocumentRoot. [Wed Sep 22 03:30:14 2004] [error] [client 192.168.1.22] File does not exist: /var/www/html/Server -Liming Ian Holsman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 try something like ifmodule mod_proxy.c ProxyPass /Server/