While restarting apache we face the following error in/var/log/httpd/error_log unable to open logs
You need to just fire the below commands and it done:
# echo $ulimit
If it is blank or a low value, try executing the command
# ulimit -n 65536
This is should fix the issue and apache should be working fine.
No comments:
Post a Comment