Hi, I now have access to Plone using ProxyPass. I needed to add a SiteObject into the zope folder to allow the Plone site to be displayed properly. Thanks, Cormac. Simon Forster wrote:
On 17 Jun 2004, at 11:12, Cormac McClean wrote:
Using Apache with ZServer (NOT Zope.cgi)
FWIW, I used the instructions found at <http://zope.org/Members/anser/apache_zserver> to configure the proxy pass module for an Apache virtual host. I have not touched the virtual host monster and don't have any great plans to ever use it. In your case, you'd configure Apache so that erebus.ait.ie just maps through to the appropriate folder in Zope.
<VirtualHost *> ServerName erebus.ait.ie
ProxyPass / http://erebus.ait.ie:8080/pathToRootForSite/ ProxyPassReverse / http://erebus.ait.ie:8080/pathToRootForSite/
</VirtualHost>
You do need to setup the proxypass module in Apache of course.
I've read a post or two about how this is all a security concern but reading mod_proxy's docs <http://httpd.apache.org/docs/mod/mod_proxy.html>, the worry seems to be with the ProxyRequests directive which is off by default. If you allow ProxyPass and the sister ProxyPassReverse directives on a per (virtual) host basis, you should to be OK - even more so as your server is an internal one.
HTH
Simon Forster _____________________________________________________ LDML Ltd, 62 Pall Mall, London, SW1Y 5HZ, UK Tel: +44 (0)70 9230 5244 Fax: +44 (0)70 9230 5247 _____________________________________________________
______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________
The information contained in this email is confidential and is designated solely for the attention of the intended recipient(s). If you have received this email in error, please do not use or transmit it for any purpose but rather notify us immediately and delete all copies of this email from your computer system(s). Unless otherwise specifically agreed by our authorised representative, the views expressed in this email are those of the author only and shall not represent the view of or otherwise bind Athlone Institute of Technology. Contact administrator@ait.ie or telephone 090 6471858. ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________