After reading some documentation I guess I should ask what is the best way to implement Zope with Apache that has other virtual hosts? -----Original Message----- From: Stuart Foster [mailto:stuartf@mediserve.com] Sent: Monday, May 08, 2000 9:56 AM To: 'zope@zope.org' Subject: [Zope] ZServer V Appacie #1 I am using the Zope rpm and the ZServer rpm. Up to this point I have been testing and developing my site. I am now ready to open it up to my .com address. However I am a bit confused and was wondering if anyone could help me.
From what I have read I need to remove the Zserver package and install the Zope-pcgi package and then modify the httpd.conf. However this particular server has some other sites on it and I don't want to affect them.
This is what I have found that needs to be changed in the httpd.conf RewriteEngine on RewriteRule ^/static/(.*) /home/httpd/html/$1 [l] RewriteRule ^/cgi-bin/(.*) /home/httpd/cgi-bin/$1 [e=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l] RewriteCond %{HTTP:Authorization} ^(.*) RewriteRule ^/(.*) /home/httpd/cgi-bin/Zope/$1 [e=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l] is it that simple and if I do this will it affect the other virtual sites? #2 I also noticed that the Zope.rpm is running as "zope" should it be "nobody"? Stuart Foster MediServe Information Systems
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Hannu Krosing -
Stuart Foster