Hi, can anyone tell me what's wrong with this Apache config? <VirtualHost *> ServerName www.nixonmcinnes.co.uk RewriteEngine On RewriteRule ^/(.* http://mov.aim23.com:9090/VirtualHostBase/http/www. nixonmcinnes.co.uk:80/VirtualHostRoot/$1 [L,P] ProxyVia on </VirtualHost>
Hi Tom, there´s a closing bracket missing. tot ziens, andreas --On Tuesday, 21. January 2003 14:04 +0000 Tom Nixon <tom@nixonmcinnes.co.uk> wrote:
Hi, can anyone tell me what's wrong with this Apache config?
<VirtualHost *> ServerName www.nixonmcinnes.co.uk RewriteEngine On RewriteRule ^/(.* http://mov.aim23.com:9090/VirtualHostBase/http/www.nixonmcinnes.co.uk:80/Vi rtualHostRoot/$1 [L,P] ^ ) ProxyVia on </VirtualHost>
there´s a closing bracket missing.
Sorry, I cut and pasted it incorrectly. I do actually have the closing bracket: <VirtualHost *> ServerName www.nixonmcinnes.co.uk RewriteEngine On RewriteRule ^/(.*) http://mov.aim23.com:9090/VirtualHostBase/http/www. nixonmcinnes.co.uk:80/VirtualHostRoot/$1 [L,P] ProxyVia on </VirtualHost>
I know this is a stupid suggestion but is the folder you are hosting at the root level (Zope root) and called: VirtualHostRoot ?? Because other than that there seems to be nothing wrong with the rule. Also if you have Apache 2.0, I have observerd that if ProxyPass directives are enabled (along with the virtual host) you get a Forbidden Error. So you might want to comment those out if that is the problem you are having. hth AM Tom Nixon wrote:
there´s a closing bracket missing.
Sorry, I cut and pasted it incorrectly. I do actually have the closing bracket:
<VirtualHost *> ServerName www.nixonmcinnes.co.uk RewriteEngine On RewriteRule ^/(.*) http://mov.aim23.com:9090/VirtualHostBase/http/www. nixonmcinnes.co.uk:80/VirtualHostRoot/$1 [L,P] ProxyVia on </VirtualHost>
_______________________________________________ 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 )
-- ================================================================== Aseem Mohanty Neurobehavioral Systems Inc, 828 San Pablo Ave, Albany, CA 94706 (R) 510 7696011 (M) 510 3014871 (O) 510 5279231 ================================================================== "I saw `cout' being shifted "Hello world" times to the left and stopped right there!!" -- Steve Gonedes ==================================================================
participants (3)
-
AM -
Andreas Kaiser -
Tom Nixon