[Zope] Linking Zope to Apache 1.3

Andreas Jung lists at andreas-jung.com
Mon Jan 31 03:17:32 EST 2005



--On Montag, 31. Januar 2005 3:03 Uhr -0500 neil <neil_matthews at excite.com> 
wrote:

>
> Hi i am setting up apache to work with Zope. I am using the documentation
> at
>
> http://plone.org/documentation/howto/plone-with-apache-1.3/view?searchter
> m=plone%20with%20apache
>
> I have istalled the Virtual host monster ok but my question is reguards
> the piece of code
>
> <VirtualHost *>
> ServerName me.com
> ServerAlias www.me.com
> ServerAdmin webmaster at me.com
> ProxyPass /
> http://localhost:8080/VirtualHostBase/http/me.com:80/mysite/VirtualHostRo
> ot/ ProxyPassReverse /
> http://localhost:8080/VirtualHostBase/http/me.com:80/mysite/VirtualHostRo
> ot/ </VirtualHost>
>
> I was wondering if you simply add this to your httpd.conf file or do you
> replace what is already there with this?
>

That's really your choice how  to organize your configuration. If you want 
it modular
then create a dedicated  config file and include it into the main 
httpd.conf or put everything
together in one place.....a decision that you must make...

-aj


More information about the Zope mailing list