You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by E�l <eo...@yahoo.com> on 2002/04/29 19:08:45 UTC

, apache 1.3.x, vhosts

Hello,

Trying to get Zope to work on an apache vhost.  I can
get it working just fine on the main global server
with:

# FasgCgi for zope

FastCgiExternalServer htdocs/zope -host localhost:8889
-pass-header Authorization

<Location /zope>
    SetHandler fastcgi-script
    Options ExecCGI
</Location>

But this ONLY works for the main server.  If I stick:

<Location /zope>
    SetHandler fastcgi-script
    Options ExecCGI
</Location>

in a vhost it still doesn't work.  Any ideas?

Peter

__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org