GREAT!!! I have Zope running and also Plone on top of Zope One problem :( If I go to ZMI and go to the Plone site and view the site, it looks great However if I try to load the Plone site using http://localhost I get the Apache front page instead of the Plone site Alberto "Dylan Reinhardt" <zope@dylanreinhardt.com> escribió en el mensaje news:1048707934.7223.75.camel@ida.dylanreinhardt.com...
On Thu, 2003-03-27 at 01:49, Alberto Odor wrote:
If I try to ./start being logged as root I get a message: A user was not specified to setuid to; I also get a message saying that /usr/local/Zope/var directory isn't owned by root (I have read the SETUID.txt document but could not come out with an answer)
If I try to ./start being logged as aodor (./start -u aodor) I get a message: access denied
You're almost there. :-)
The "-u aodor" belongs *in* your start script, provided as an argument to z2.py. Your start script must be executed *by* root if you connect to port 80 (or any other port below 1024). Setting the -u option allows Zope to function as this less-privileged user *after* privileged tasks (e.g., connecting to port 80) have been performed.
The aodor user will also need the appropriate permissions, particularly on the var directory. In the past (pre 2.5), I saw better results by installing *as* some user besides root, but I'm not sure if that makes a difference any more... now it's just habit.
HTH,
Dylan
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )