[Zope] ZServer V Appacie
Stuart Foster
stuartf@MediServe.com
Mon, 8 May 2000 09:56:04 -0700
#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
> http://www.mediserve.com
>