Hi, I'am no zope expert. But as long as two http servers do not use the same port, you can always run them together on the same port. E.g you run the zope server on port 8080 and then us mod_proxy in apache to show the content of the zope server as if it was the native content from the apache vhost.
zope not working actually i have installed zope and no damage has been made to ispconfig setup. However http://localhost:8080 is not working, the error is unable to connect. Should i modify some other configurations?
when i do netstat -tap | grep 81, i can get ..... 730 / ispconfig-http whereas when i do netstat -tap | grep8080, i get no answer. Probably the service has not started yet. Should i modify my apache2.conf so that i can access it at http://localhost:8080/
Thanks! It works Thanks, it works. How do i add it to my init.d script so that it starts automatically when my server reboots.