[Zope] zope and apache problem solved
fritz.heinrichmeyer@fernuni-hagen.de
fritz.heinrichmeyer@fernuni-hagen.de
Wed, 14 Jul 1999 02:13:16 -0700
I also had a hard time getting Zope working with apache.
After browsing to apache documentation i changed the proposed rewrite
rule by exchanging
e=
with
E=
the rest was ok on my freebsd box.
Then i got an error message that directed me to reconfigure the
cgi-bin directory:
<Directory "/usr/local/share/apache/cgi-bin">
....
Options ExecCGI
....
</Directory>