View Single Post
  #3   (View Single Post)  
Old 12th August 2008
starbuck's Avatar
starbuck starbuck is offline
Port Guard
 
Join Date: Apr 2008
Location: Eugene, OR
Posts: 31
Default

Quote:
Originally Posted by Carpetsmoker View Post
Anything in the error log?
Hrmm... This is interesting. There is a ton of these warnings in the log:

Code:
[Mon Aug 11 01:34:13 2008] [warn] (61)Connection refused: connect to listener on 0.0.0.0:80
I'm not sure what Apache's hinting at there.

Here is the tail of the log:

Code:
[Mon Aug 11 14:16:29 2008] [notice] SIGHUP received.  Attempting to restart
[Mon Aug 11 14:16:30 2008] [notice] Digest: generating secret for digest authentication ...
[Mon Aug 11 14:16:30 2008] [notice] Digest: done
[Mon Aug 11 14:16:30 2008] [notice] Apache/2.2.9 (FreeBSD) mod_ssl/2.2.9 OpenSSL/0.9.8e DAV/2 PHP/5.2.6 with Suhosin-Patch configured -- resuming normal operations
[Mon Aug 11 14:23:30 2008] [error] [client 10.0.0.1] File does not exist: /usr/local/www/apache22/data/robots.txt
[Mon Aug 11 14:29:26 2008] [notice] SIGHUP received.  Attempting to restart
(48)Address already in use: make_sock: could not bind to address 10.0.0.102:80
no listening sockets available, shutting down
Unable to open logs
[Mon Aug 11 14:29:44 2008] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Mon Aug 11 14:29:44 2008] [notice] Digest: generating secret for digest authentication ...
[Mon Aug 11 14:29:44 2008] [notice] Digest: done
[Mon Aug 11 14:29:44 2008] [warn] pid file /var/run/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Mon Aug 11 14:29:44 2008] [notice] Apache/2.2.9 (FreeBSD) mod_ssl/2.2.9 OpenSSL/0.9.8e DAV/2 PHP/5.2.6 with Suhosin-Patch configured -- resuming normal operations
[Mon Aug 11 14:30:24 2008] [notice] SIGHUP received.  Attempting to restart
(48)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
[Mon Aug 11 14:31:31 2008] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Mon Aug 11 14:31:31 2008] [notice] Digest: generating secret for digest authentication ...
[Mon Aug 11 14:31:31 2008] [notice] Digest: done
[Mon Aug 11 14:31:31 2008] [warn] pid file /var/run/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Mon Aug 11 14:31:31 2008] [notice] Apache/2.2.9 (FreeBSD) mod_ssl/2.2.9 OpenSSL/0.9.8e DAV/2 PHP/5.2.6 with Suhosin-Patch configured -- r
esuming normal operations
[Mon Aug 11 14:32:25 2008] [notice] caught SIGTERM, shutting down
[Mon Aug 11 14:32:31 2008] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Mon Aug 11 14:32:31 2008] [notice] Digest: generating secret for digest authentication ...
[Mon Aug 11 14:32:31 2008] [notice] Digest: done
[Mon Aug 11 14:32:31 2008] [notice] Apache/2.2.9 (FreeBSD) mod_ssl/2.2.9 OpenSSL/0.9.8e DAV/2 PHP/5.2.6 with Suhosin-Patch configured -- r
esuming normal operations
[Mon Aug 11 17:35:59 2008] [error] [client 10.0.0.1] File does not exist: /usr/local/www/apache22/data/favicon.ico
Reply With Quote