Hi all, I have an ISPConfig server, and on that I have a number of domains. I'm planning to install plone for one of those domains. Plone, by default, installs zope and that listens on port 8080. The Plone install docs offer two approaches: Install as root: Plone ends up here: /opt/Plone-3.0.5. Zope then needs to be started as root. Install as normal user: Plone ends up $HOME/Plone-3.0.5. Zope then needs to be started as my normal user. What recommendations do people have for installing Plone on ISPConfig? Should I install as root or a regular user? I guess I'll then have to use Apache Directives to have a subdomain of my domains forward to Plone? Are there any other approaches people recommend? Thanks, Antun
I've never tried Plone, but I think I'd try the second option. I don't know if you need a special Apache configuration for it, but if so, you should put it into the Apache Directives field or an .htaccess file.
Thanks falko. I'll try that and post an update. Do you know if ISPConfig has hooks to put additional startup scripts for an individual user? Zope will have to be started separately, by the looks of it. Is it safe to put stuff in /etc/init.d, or will ISPConfig overwrite that? -Antun