• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

server logs?

M

manarak

Guest
I would like to have a look at httpd logs.

But the access logs files in the logs directory var/log only contain entries of access to horde (mail). I found no other access stats there (httpd logs).

Is there another place where the big server-wide log is situated?
Or do I have a misconfiguration somewhere?
 
Try the logs in the following directories:

/etc/httpd/logs/
/home/httpd/vhosts/domain.com/statistics/logs/
/var/log/httpd/

or do a search for 'access_log', 'error_log', 'ssl_access_log', etc....

(these apply to a RH based system, so your locations may vary depending on your OS)
This is why I stated to do a search on your server :)
 
I think I found the correct location for the logs

etc/httpd/logs directs me to /var/logs which contains all the logs you mentioned.

(i have fedora 2)

but I would like to know why access_log contains only requests pertaining to horde?

where are the other requests?
are they moved to the domain logs - where is the central big log containing all requests the server got?
 
Should be at

/home/httpd/vhosts/domain.com/statistics/logs/access_log
/home/httpd/vhosts/domain.com/statistics/logs/access_log.processed
/home/httpd/vhosts/domain.com/statistics/logs/access_ssl_log
/home/httpd/vhosts/domain.com/statistics/logs/access_ssl_log.processed
/home/httpd/vhosts/domain.com/statistics/logs/error_log
/home/httpd/vhosts/domain.com/statistics/logs/error_log.processed
 
Back
Top