Kategoriearchive: Apache


Permission denied: mod_fcgid: couldn’t bind unix domain socket 1

After updating libapache2-mod-fcgid my websites won´t work anymore. I found the following error in apache`s error.log: [Sat Oct 12 09:33:53 2013] [error] (13)Permission denied: mod_fcgid: couldn’t bind unix domain socket /var/lib/apache2/fcgid//15907.67 [Sat Oct 12 09:33:53 2013] [warn] (13)Permission denied: mod_fcgid: spawn process /srv/www/php-fcgi-scripts/web319/.php-fcgi-starter error The problem were the rights for […]


change document root of mod_suexec

In mod_suexec, ‘document_root’ can not be changed because it is compiled directly. To change the default path of debian (/ var / www), you must either re-compile mod_suexec or even use the suexec-custom package. apt-get install apache2-suexec-custom After that, the directory can be changed in / etc/apache2/suexec/www-data: /srv/www public_html/php-fcgi # […]


ISPConfig 3.0.5.2 – rewrite ip on mirror(s)

My patch for ISPConfig 3.0.5.1 also works for the latest version 3.0.5.2. Only the language file is not patched, but that can be easily realized by hand. Please understand that I do not find the time at the moment to adapt the patch accordingly – but that’s just a visual […]


ISPConfig 3.0.5 – rewrite ip on mirror(s) 3

I recently posted my solution for rewriting IP-addresses on mirrors here. Since yesterday ISPConfig 3.0.5 is available. The patch works with 3.5.0.1, too. Contrary to the old solution, there is now a patch available. You can now setup the IPv6-rewrite within the Interface. There is no IPv4 rewrite via the […]


ISPConfig rc2 – rewrite ip on mirror(s)

As i described here, i change on a mirror the ipv6 according to the relevant subnet in the vhost-files. I added a rewrite for IPv4 and show you how to use this with the current RC. Use this only with ISPConfig-3.0.5-rc2 For ISPConfig-3.0.5-rc2 see my post here. In /usr/local/ispconfig/server/plugins-available/apache2_plugin.inc.php replace […]


ISPConfig – rewrite ip on mirror(s)

As i described here, i change on a mirror the ipv6 according to the relevant subnet in the vhost-files. I added a rewrite for IPv4 and show you how to use this with the current RC. Use this only with ISPConfig-3.0.5-rc1 For some reason my v6-rewrite-code is a part of […]


limit traffic on clamav-mirror 1

I´m running a mirror for clamav. Since some clients always download the main.cvd instead of diffs and that results in a traffic up to 150 MB per day for each client. So i searched for a solution, to reduce the current monthly traffic of ~2TB. Fortunately apache sends already the […]