Query on adding a siteroot object.
Hi, I am having Zope 2.5. After adding a siteroot object with path 'http://xyz.mydomain.com in a folder, I am not able to open that folder again. It throws up the following page. Forbidden You don't have permission to access /manage_main on this server. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request. Apache/2.0.35 Server at xyz.mydomain.com Port 80 What might be the reason? Also, some pointers on how to configure apache to access zope contents will be helpful. Thank you. Regards, Paul.
From: "Paul Naveen Raj Jeyaraj" <Paul_Jeyaraj@infosys.com>
I am having Zope 2.5. After adding a siteroot object with path 'http://xyz.mydomain.com in a folder, I am not able to open that folder again.
Don't use SiteRoots, they are evil. :-)
Also, some pointers on how to configure apache to access zope contents will be helpful.
http://www.zope.org/Members/regebro/Zope_and_Apache/ Best regards Lennart Regebro, Torped http://www.easypublisher.com/
Paul Naveen Raj Jeyaraj writes:
I am having Zope 2.5. After adding a siteroot object with path 'http://xyz.mydomain.com in a folder, I am not able to open that folder again. It throws up the following page.
Forbidden You made something wrong.
Undo the transaction that added the siteroot. Then, think again carefully and reread the documentation. Dieter
Hi Paul, http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/VirtualHosting.s... should tell you how to do what you want. In the meantime, to get yourself out of the situation you're in, start Zope with the "SUPPRESS_SITEROOT" environment variable set. This will disable the all site roots in your Zope, so you can delete the one thats not working. On Mon, 2002-09-02 at 06:16, Paul Naveen Raj Jeyaraj wrote:
Hi,
I am having Zope 2.5. After adding a siteroot object with path 'http://xyz.mydomain.com in a folder, I am not able to open that folder again. It throws up the following page.
Forbidden You don't have permission to access /manage_main on this server. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.0.35 Server at xyz.mydomain.com Port 80 What might be the reason? Also, some pointers on how to configure apache to access zope contents will be helpful. Thank you. Regards, Paul.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (4)
-
Chris McDonough -
Dieter Maurer -
Lennart Regebro -
Paul Naveen Raj Jeyaraj