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?searchterm=p... 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@me.com ProxyPass / http://localhost:8080/VirtualHostBase/http/me.com:80/mysite/VirtualHostRoot/ ProxyPassReverse / http://localhost:8080/VirtualHostBase/http/me.com:80/mysite/VirtualHostRoot/ </VirtualHost> I was wondering if you simply add this to your httpd.conf file or do you replace what is already there with this? Thanks for any help. Neil _______________________________________________ Join Excite! - http://www.excite.com The most personalized portal on the Web!
--On Montag, 31. Januar 2005 3:03 Uhr -0500 neil <neil_matthews@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@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
participants (2)
-
Andreas Jung -
neil