Use Shane's VerboseSecurity Product to find out what's going on with the permissions. http://hathaway.freezope.org/Software/VerboseSecurity Ausum ----- Original Message ----- From: "Roel Van den Bergh" <roel@planetinterior.com> To: "Ausum Studio" <ausum_studio@hotmail.com> Cc: "Zope Org" <zope@zope.org> Sent: Tuesday, September 10, 2002 7:56 AM Subject: RE: [Zope] Users cannot acces sites
Yes CMF 1.2 I tried to install CMF 1.3 on the new Zope but importing CMF-sites.zexp failed so I copied all added Products from old Zope to new Zope
-----Oorspronkelijk bericht----- Van: Ausum Studio [mailto:ausum_studio@hotmail.com] Verzonden: dinsdag 10 september 2002 14:44 Aan: roel@planetinterior.com Onderwerp: Re: [Zope] Users cannot acces sites
Is you current CMF of the same version as your existing CMF sites?
Ausum
----- Original Message ----- From: "Roel Van den Bergh" <roel@planetinterior.com> To: "Zope Org" <zope@zope.org> Sent: Tuesday, September 10, 2002 7:02 AM Subject: [Zope] Users cannot acces sites
Resume: we had a Dell PowerApp 120 running RH 7.0, Apache 1.3.x, Zope 2.5.0 binairy release upgraded to 2.5.1 we upgraded the machine to RH 7.3 with ext3, Apache 1.3.23 build python 2.1.3 from source rpm with '%define config_tkinter 0' build zope 2.5.1 from source (NOT rpm) exported CMF-sites from old Zope, imported them in new Zope to avoid 2GB Data.fs size limit (tested succesfully :-) added rewrite rules to apache: RewriteEngine On RewriteRule ^/(.*) http://127.0.0.1:8080/VirtualHostBase/http/%{HTTP_HOST}:80/$1 [L,P] started all.
Now the following happens: logging into the ZMI as manager on port 8080 : OK logging into the ZMI as manager on port 80 : OK logging into CMF site as a user on port 8080 : OK logging into CMF site as a user on port 80 : redirection to login page
What did we do wrong?