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 [EMAIL PROTECTED]
     ServerName dev.commsg6lds
     RewriteEngine On
     RewriteRule ^/(.*)
http://localhost:9080/VirtualHostBase/http/dev.commsg6lds:80/test/VirtualHostRoot/$1
[L,P]
</VirtualHost> 

<VirtualHost live.commsg6lds>
     ServerAdmin [EMAIL PROTECTED]
     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.

_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to