Last Updated on May 8, 2022 by admin
To disable the error.log for a website in ISPConfig on an Apache web server, follow these steps:
- log in to ISPConfig.
- Open the website settings of the website where you like to disable the error.log, there you go to the "Options tab"
- Add the following line in the field labeled "Apache Directives"
ErrorLog /dev/null
and press save.