[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-developers] RaQ3 logrotatate stopped working (add'l info)



I also no longer receive any logging from the httpd demon
into the /home/log/httpd/access file and there is no access.1.gz
file so I seem to have lost all logged data.  The path is still listed
in my /etc/httpd/conf/httpd.conf.   In /home/log/httpd all
the ssl_* files are owned by httpd.root but the rest are owned
by root.root.  I tried changing access to httpd.root and
restarted the httpd daemon, but that didn't seem to matter.

The data in the adm_access file is an error every 15 minutes

127.0.0.1 - - [12/Jan/2003:08:45:01 -0800] "GET /mod_ssl:error:HTTP-request HTTP/1.0" 400 449 127.0.0.1 - - [12/Jan/2003:09:00:01 -0800] "GET /mod_ssl:error:HTTP-request HTTP/1.0" 400 449 127.0.0.1 - - [12/Jan/2003:09:15:01 -0800] "GET /mod_ssl:error:HTTP-request HTTP/1.0" 400 449

The error log file shows the same owner and permission as
access, however it does have current data logged in it

[root@www httpd]# ls -al acc* err*
-rw-r--r--   1 root     root            0 Jan 12 04:02 access
-rw-r--r--   1 root     root            0 Jan 11 04:02 access.1
-rw-r--r--   1 root     root       456370 Jan 12 06:12 error
-rw-r--r--   1 root     root        87038 Nov 16 04:04 error.1.gz

My combined-access file hasn't been modified since Apr 2000.

Now that I've been poking around in the error log I've noticed
an unrelated problem

[Fri Jan 10 07:14:10 2003] [warn] [client 206.114.252.6] handler "cgi-wrapper" not found for: /home/sites/site10/web/cgi-bin/subscribe.cgi

Where is the cgi-wrapper supposed to be?  Why might it
stop working?  Looking back it appears it was some time
in Nov or earlier that it stopped working.