I use Zope with Apache 1.3.12 via ProxyPass. This is a nice workaround, because I don't have to struggle with the Rewrite stuff. My httpd.conf settings are the following: <VirtualHost 1.2.3.4> ServerName www.leimental.net ProxyPass / http://1.2.3.4:8080/leimental.net/ ProxyPassReverse / http://1.2.3.4:8080/leimental.net/ ProxyPass /cgi-bin/ http://1.2.3.4:80/cgi-bin/ ProxyPassReverse /cgi-bin/ http://1.2.3.4:80/cgi-bin/ ProxyPass /manage/ http://1.2.3.4:8080/manage/ ProxyPassReverse /manage/ http://1.2.3.4:8080/manage/ ProxyPass /misc_ http://1.2.3.4:8080/misc_ ProxyPass /p_ http://1.2.3.4:8080/p_ </VirtualHost> TIA -goe- ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
participants (1)
-
Stephan Goeldi