[Zope3-Users] Total n00b to zope3 and apache.
Helmut Merz
helmutm at cy55.de
Fri Jul 28 02:55:26 EDT 2006
Am Donnerstag, 27. Juli 2006 21:46 schrieb Steve Juranich:
> Judging from what I've found in my scrounging around the
> internet, I cooked up the following chunk of httpd.conf:
This:
> NameVirtualHost localhost:8080 # The ZServer process's port
> <VirtualHost localhost:8080>
should be:
NameVirtualHost localhost:8000 # The Apache process's port
<VirtualHost localhost:8000>
HTH
Helmut
More information about the Zope3-users
mailing list