apache
Get a list of all virtual hosts which are defined in all apache configuration files
Have you ever looked in the apache config files to see where a website's virtual host is defined? The apache2ctl…
Webalizer error opening the file /usr/share/GeoIP/GeoIP.dat on Debian Linux
The Webalizer package in Debian 6 has currently small bug as the required package for the GeoIP database is not…
How to disable Apache mod_security for a website in ISPConfig 3.
If you use mod_security on your server you might encounter that a website script is not compatible with mod_security. To…
Enable image caching in apache for better Google Page Speed results
High page speed and short page load times of your website are essential for good search engine rankings today. In…
Fix “HTTP request length 134926 (so far) exceeds MaxRequestLen” error on Debian Linux
When you get a 500 error in a webpage hosted on Debian Linux (6.0) with apache webserver and fastcgi, take a…
Redirect http requests to a new folder with apache rewrite rules
When you reorganize the structure of a website, you might want to redirect requests to files in a old folder…