Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: Rien on April 18, 2006, 08:29:38 PM

Title: Plone on SME 7.0
Post by: Rien on April 18, 2006, 08:29:38 PM
On SME 6.0.1-1 I had Plone installed.

I created a file called "97proxyplone" in the directory: "/etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/"

The file "97proxyplone" contains the following code:

Code: [Select]
ProxyPass /plone http://mlkserver:8080/plone
ProxyPassReverse /plone http://mlkserver:8080/plone

 
After this I restarted Apache with:

Code: [Select]
server-# /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf
server-# service httpd graceful


I opened the Zope "manage" panel, in my case "http://mlkserver:8080/manage". I added a "SiteRoot" object to the plone-site and filled the fields:

Code: [Select]
Title: ..leave it blank...
Base: http://focus.demon.nl/plone
Path: /plone


Recently I've installed SME 7. Can I follow the same procedure to make Plone visible to the outside world?