You may get the following error in Apache logs:-
===================================================
mod_security: Access denied with code 403. Error reading request body, error code 70007:
The timeout specified has expired
===================================================
Fix:-
1. Open the Apache configuration file
root@server1 [~]#vi /usr/local/apache/conf/httpd.conf
2. Change the Timeout value to 300
3. Restart Apache service.
root@server1 [~]# /etc/init.d/httpd restart
Issue will be fixed.
No comments:
Post a Comment