Zope + Apache + PCGI + Suse 7.3
Hello all: I'm trying to configure Zope with Apache in Suse 7.3. This distribution comes with all prepared to run Zope + Apache. But I get some problem: I use the next entry in httpd.conf: RewriteEngine on # Keep users' home dirs handled by Apache <IfDefine ZopeKeepHomes> RewriteRule ^/~(.*) /~$1 [l,pt] </IfDefine> # and finally Zope redirection <Directory /opt/zope/> Options +ExecCGI Order allow,deny Allow from all </Directory> RewriteCond %{HTTP:Authorization} ^(.*) RewriteRule ^(.*) /opt/zope/Zope.cgi$1 [e=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l] But when i try to access zope, www.mydomain.com/manage Apache search this url in /usr/local/httpd/htdocs ... Anybody can help me? -- Microsoft merges technologoies: Windows CE + Windows ME + Windows NT = Windows CEMENT ---- Antonio Beamud Montero Agora Systems S.A. http://www.agoratechnologies.com
participants (1)
-
Antonio Beamud Montero