• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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