PDA

View Full Version : Apache access log is empty



walo
12-02-2005, 11:37 PM
In http://serverip:2222/CMD_LOG_VIEWER the apache access log is empty. The same happen in a clean install server.

jmstacey
12-03-2005, 02:08 PM
Through ssh, verify that the file is really empty.

It might really be empty or exist in a different location than DA is looking for it.

toml
12-04-2005, 07:51 PM
I have noticed that sometimes logrotate doesn't work properly, and the log file being appended to is access_log.1 and not access_log.

Richard
05-03-2006, 01:18 PM
same problem here! the access_log it's always empty i check trought ssh and it's empty too.

Anyone can help me?

only happend with access_log, /var/log/httpd/domains/* all work fine.

and error_log, work fine too.

nobaloney
05-04-2006, 02:23 PM
The access_log is only for entries when people use your main account; i.e., hostname.example.com/.

Jeff

snaaps
09-09-2006, 11:58 AM
Ok, thats clear.

But, is there a way to see all the users acces log in 1 file?
This is realy stuppid!

If there is a problem I want to see all the acces logs of all users in 1 file.
Now I must check every specifick users logfile to detect where is the problem, realy stupid and a lot of work.

xemaps
09-09-2006, 12:25 PM
you can do your own .sh script with grep what_you_want or other command to meet your needs ;-)