[Zope] Running 2 instances of Zope on Apache

ianripping ian.ripping at cfh.nhs.uk
Thu Jul 27 04:22:35 EDT 2006


It works! 

I had to change the <VirtualHost *:80> entried to <VirtualHost
dev.commsg6lds> & <VirtualHost live.commsg6lds>

Also had add IP addresses and domains to windows hosts file.

Thanks for all the help!

<VirtualHost dev.commsg6lds>
     ServerAdmin ian.ripping at ...
     ServerName dev.commsg6lds
     RewriteEngine On
     RewriteRule ^/(.*)
http://localhost:9080/VirtualHostBase/http/dev.commsg6lds:80/test/VirtualHostRoot/$1
[L,P]
</VirtualHost> 

<VirtualHost live.commsg6lds>
     ServerAdmin ian.ripping at ...
     ServerName live.commsg6lds
     RewriteEngine On
     RewriteRule ^/(.*)
http://localhost:8080/VirtualHostBase/http/live.commsg6lds:80/extranet/VirtualHostRoot/$1
[L,P]
</VirtualHost>


-- 
View this message in context: http://www.nabble.com/Running-2-instances-of-Zope-on-Apache-tf1998979.html#a5517162
Sent from the Zope - General forum at Nabble.com.



More information about the Zope mailing list