View Full Version : Zope
smathaven
13th August 2007, 09:44
Can we have both apache2 and zope installed on the same server?
till
13th August 2007, 10:53
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.
smathaven
13th August 2007, 15:22
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?
falko
14th August 2007, 14:25
What's the output of netstat -tap?
smathaven
16th August 2007, 09:26
you want to know the output for which services
smathaven
16th August 2007, 09:36
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/
falko
17th August 2007, 17:24
whereas when i do netstat -tap | grep8080, i get no answer. Probably the service has not started yet.
That's what I was assuming. Please start Zope.
smathaven
18th August 2007, 17:13
Thanks, it works. How do i add it to my init.d script so that it starts automatically when my server reboots.
falko
19th August 2007, 15:35
Depends on your distribution. Which distribution do you use?
smathaven
19th August 2007, 18:05
Debian etch
falko
20th August 2007, 19:42
Tryupdate-rc.d name_of_init_script defaults
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.