Apache : Fix the Too Many Redirects Error Message
Issue : Request exceeded the limit of 10 internal redirects due to probable configuration error…
Issue : Request exceeded the limit of 10 internal redirects due to probable configuration error…
1. Download apache_exporter #wget https://github.com/Lusitaniae/apache_exporter/releases/downlo…
1. Enable and configure mod_status module in Apache #vi /etc/httpd/conf.modules.d/00-base.conf …
Always keep Apache updated to its latest version # httpd -v - (centos) # apache2 –v (ubuntu) U…
Solution : RewriteEngine on RewriteCond %{REQUEST_URI} ^/$ RewriteRule (.*) /mysubfolder/ […
Solutions: Go to /home/sitename/fcgi-bin Use the follpwoing command to reset the immutable fl…
Solutions: Tomcat: <!-- Define an AJP 1.3 Connector on port 8009 --> <Connector por…
Error : mod_fcgid: HTTP request length 135376 (so far) exceeds MaxRequestLen (131072) Solutio…
Problems : [error] ajp_read_header: ajp_ilink_receive failed [error] (70007)The timeout spe…
Edit server.xml ( /usr/tomcat/... )configuration file: # vim /usr/tomcat/conf/server.xml Add t…
Error Log: ModSecurity: R e quest body (Content-Length) is larger than the configured limit (1…
ModSecurity is an open source web application firewall (WAF) engine for Apache that is develope…
Application : Problems effect after update some patches on Vitualmin GPL mod_fcgid is a high pe…