Hello
How can i disable apache logs in my cpanel server?
Thank you
Hello
How can i disable apache logs in my cpanel server?
Thank you
You can disable the apache error logs from the httpd configuration file. If you have an access to your server then you can login to your SSH and edit the httpd configuration file and comment it the below mentioned line and restart the apache server:
ErrorLog "logs/error_log"
Remind me please where is located the httpd configuration file and the exact line that i must comment.
Thank you
The httpd configuration file is located at /usr/local/apache/conf/httpd.conf and comment out the line 47 (ErrorLog "logs/error_log").
Thank you![]()