On Dec 21 Jimi Thompson wrote: > OS - 5.0 RC2 > Apache - 2.0.43 > OpenSSL - 0.9.6g > > I'm having a rather odd problem and I can't quite put my finger on it. I > can verify that the apache httpd is running but I am unable to connect to > the box on port 80.
- Check if apache really listening on port (ie.: netstat -an -finet -ptcp). - Check your httpd.conf for the following directives (main server config): Listen IP-ADDRESS:PORT ServerName FQDN - Check the httpd.conf syntax (ie.: httpd -t, ev. httpd -DSSL -t). - Try with telnet: <prompt>$ telnet IP-ADDRESS PORT GET / > I verified that httpd.conf specifies port 80. I've verified that the > firewall is disabled. And the default setting is `pass' any packet not `block'? -andrew > I can connect on other ports so I know that the > network settings are working properly. If someone could point out what > I'm missing, I'd really appreciate it. I have a feeling that it's going to > be a "DOH!" momemt. > > Thanks, > > Ms. Jimi Thompson To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message