• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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