I've been doing this exact thing today, and got it working :) I've set up zope behind apache with mod_ssl and mod_fastcgi, this article tells you what to do: http://www.devshed.com/Server_Side/Zope/ZopeWithApache/page5.html Clemens Klein-Robbenhaar wrote:
Manuel Hendel writes:
I got apache and zope on one server, I started zope to just listen on localhost. I defined some virtualhosts in the apache.conf, first I tried it with ProxyPass and after that with RewriteRules, both don't work. I can access the first screen, but if I try to access the manage page using the link on the first page, I get the error message, that the connection is refused on localhost:8080. On the first page, there are is also logo on left site missing.
You forgot to tell Zope that it is accessed from somewhere behind apache; thus Zope thinks it is accessed from localhost:8080, and starts all absolute Url's with "http://localhost:8080" You should install a "SiteAccess" object for fixing this. http://www.zope.org/Members/4am/SiteAccess
[snip apache config not beeing the problem]
I already read some docs on www.zope.org (eg. http://www.zope.org/Members/regebro/Zope_and_Apache) but it doesn't work for some reason I don't know.
I prefer: http://www.zope.org/Members/anser/apache_zserver ;)
Can someone help? I also need to access this via ssl.
I guess You want https ? So far I never tried that, but some other people did it with VirtualHostMonster:
http://www.infrae.com/products/silva/docs/SysAdmin/ApacheNotes
Cheers, Clemens
_______________________________________________ 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 )