16 Jul
2002
16 Jul
'02
7:50 p.m.
felix@chaptereight.com writes:
I would like to get Zope pages served transparently from a mainly Apache-based site - all I have access to are .htaccess files, so I've created a ~/public_html/zope directory and tried to put a RewriteRule entry in a .htaccess file there to send things to zope at port 8080.
But I don't know exactly how to construct the rewrite rules and the Apache examples on zope.org seem to require mod_proxy as well as mod_rewrite. Sadly, only mod_rewrite is available on the server. When you want to use Zope in proxy mode (recommended), then you need "mod_proxy".
I did also try to use the PCGI script, but with no success. This should work. What did not work?
Dieter