• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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