"Unable to open logs" in apache error log debian
Solution 1:
Higher file descriptor limit in /etc/apache2/envvars solved the issue
APACHE_ULIMIT_MAX_FILES='ulimit -n 65536'
Higher file descriptor limit in /etc/apache2/envvars solved the issue
APACHE_ULIMIT_MAX_FILES='ulimit -n 65536'