My rewriterules look like this <VirtualHost 194.78.49.253> ServerName rmw.planetinterior.be RewriteEngine On RewriteLogLevel 3 RewriteLog "/usr/local/var/apache/logs/rewrite.www.log" RewriteRule ^/Zope/(.*) /home/zope/2-5-1/Zope.cgi/$1 [e=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l] RewriteCond &{HTTP_HOST} ^.*:80$ RewriteRule ^/(.*) http://127.0.0.1:8080/VirtualHostBase/http/%{HTTP_HOST}/VirtualHostRoot/$1 [L,P] RewriteRule ^/(.*) http://127.0.0.1:8080/VirtualHostBase/http/%{HTTP_HOST}:80/VirtualHostRoot/$ 1 [L,P] </VirtualHost> I already tried many different solutions (follow my treads upwards :-) The problem right now is the following: When a user tries to enter trough http://rmw.planetinterior.be/RMW he is redirected to the login page (as he should be because everyone has to login first) Login and password are entered correctly (if not U get Login failure) but people are still being directed to the login page as if they where not logged in. Another question that raises my mind: we used to run a 2.5.0 Zope updated to 2.5.1, now we are using a 2.5.1 version build from source with Python 2.1.3 (build from source rpm). Could it be these two do not behave exactly the same?
-----Oorspronkelijk bericht----- Van: Mike Renfro [mailto:mwr@cae.tntech.edu]Namens Mike Renfro Verzonden: woensdag 11 september 2002 15:39 Aan: Roel Van den Bergh CC: zope@zope.org Onderwerp: Re: [Zope] RE: Users cannot acces sites
On Wed, Sep 11, 2002 at 12:42:29PM +0200, Roel Van den Bergh wrote:
When someone enters http://mysite/CMF-site it is resolved by Apache in http://mysite:8080/CMF-site without showing the redirected port to the user.
See http://www.zope.org/Members/mwr/VHosts_With_Zope_Default -- that's a copy of my working configuration. I need to read up on newer howtos and see if there's anything worth integrating (that's how that howto started in the first place), and I still have a few updates to make regarding my home setup which has to have the same content accessible from several hostnames. But all in all, it should work fine for you.
If you only want to serve the one CMF site, you should probably change the last RewriteRule to flag ^/CMF-site/(.*) instead of ^/(.*) , though.
-- Mike Renfro / R&D Engineer, Center for Manufacturing Research, 931 372-3601 / Tennessee Technological University -- renfro@tntech.edu