* List: alug@stu.uea.ac.uk
Owen Synge wrote:
, apache may not be listening for external connections. Can you see it with http://your.machine.address.here/ (using the IP numbers)?
No
If so, look in httpd.conf for various "listen" commands (reading the manual).
I have been looking here
Assuming httpd is being started from inetd, something else you could try is checking /etc/hosts.allow and hosts.deny
If in /etc/inetd.comf there is a line that reads (am doing this from memory)
http stream nowait root /usr/sbin/tcpd /usr/sbin/http
try editing /etc/hosts.allow to read http:ALL
Hope that helps.