• 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.

Disable access logs

ronnyj

New Pleskian
Hello, I need to disable apache access logs.
I commented out the access log path in /etc/httpd/conf/httpd.conf
and restarted the server but it's still logging access.

Can you help please?
 
In file /etc/httpd/conf/httpd.conf try to set

CustomLog /dev/null combined

instead of default

CustomLog /logs/access_log combined

and restart httpd service.
 
Hello Igor, I tried that too but it's still logging.
I guess the Virtualhosts load the logs directives from another file but I couldn't find it.
Any idea?
 
Back
Top