I just installed Zope onto the following config: -Redhat 7.1.2 -gcc 2.96 -python 2.1.3 My box is currently running Apache, and hosts 11 web sites (virtual hosts). The box has two ethernet cards and two static IPs. It appears as though everything has installed correctly (no errors). I've created a "zope" user and chmod'ed all the files in the zope directory. When I run the "start" script, it says that the Zserver has been started and is listening on port 8080. But then when I try to connect using a standard web browser, I get a "connection refused" error. This happens even if I turn off Apache. According to "netstat", something is listening on port 8080. But nothing is being written to the log file, and I can't connect. Can anyone offer some advice? __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
According to "netstat", something is listening on port 8080.
But nothing is being written to the log file, and I can't connect.
Can anyone offer some advice?
If your box has X installed, does http://127.0.0.1:8080 work locally? If not, does lynx or wget http://127.0.0.1:8080 work? http://staticip1:8080 ? http://staticip2:8080 ? Host firewall problems? cat /etc/sysconfig/ipchains cat /etc/sysconfig/iptables Anything about port 80 in one of those? If so, same thing done for port 8080 in there? Network firewall in between the browser you're using and your box? Adam
It happend to me after installing on Debian. I've enabled DEBUG in the /etc/init.d/zope task and ebnaled loging which indicated it was starting off on :9673 actually. I'm sure there's an easier way? --- Adam Manock <abmanock@earthlink.net> wrote:
According to "netstat", something is listening on port 8080.
But nothing is being written to the log file, and I can't connect.
Can anyone offer some advice?
If your box has X installed, does http://127.0.0.1:8080 work locally? If not, does lynx or wget http://127.0.0.1:8080 work? http://staticip1:8080 ? http://staticip2:8080 ?
Host firewall problems? cat /etc/sysconfig/ipchains cat /etc/sysconfig/iptables Anything about port 80 in one of those? If so, same thing done for port 8080 in there?
Network firewall in between the browser you're using and your box?
Adam
_______________________________________________ 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 )
__________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
participants (3)
-
Adam Manock -
Malcolm Webb -
Uri Sharaf