• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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