<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>FAQforge &#187; Controlpanels</title> <atom:link href="http://www.faqforge.com/category/linux/controlpanels/feed/" rel="self" type="application/rss+xml" /><link>http://www.faqforge.com</link> <description>Just another WordPress weblog</description> <lastBuildDate>Fri, 03 Feb 2012 13:47:23 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Debugging of ISPConfig 3 server actions in case of a failure</title><link>http://www.faqforge.com/linux/debugging-ispconfig-3-server-actions-in-case-of-a-failure/</link> <comments>http://www.faqforge.com/linux/debugging-ispconfig-3-server-actions-in-case-of-a-failure/#comments</comments> <pubDate>Fri, 13 Jan 2012 09:03:18 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Controlpanels]]></category> <category><![CDATA[Debian]]></category> <category><![CDATA[Distributions]]></category> <category><![CDATA[ISPConfig 3]]></category> <category><![CDATA[Linux & Unix]]></category> <category><![CDATA[Ubuntu]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=1627</guid> <description><![CDATA[The follwing article describes the steps that can be taken to debug the ISPConfig 3 server scripts. Enable the debug Loglevel in ISPConfig Login to the ISPConfig intterface and set the log level to Debug under System &#62; System &#62; Server Config (see also chapter 4.9.2.2 of the ISPConfig 3 manual) for the affected server. After [...]]]></description> <content:encoded><![CDATA[<p>The follwing article describes the steps that can be taken to debug the ISPConfig 3 server scripts.</p><p><strong>Enable the debug Loglevel in ISPConfig</strong></p><p>Login to the ISPConfig intterface and set the log level to Debug under System &gt; System &gt; Server Config (see also chapter 4.9.2.2 of the ISPConfig 3 manual) for the affected server. After one or two minutes, there should be more detailed messages in ISPConfig&#8217;s system log (Monitor &gt; System State (All Servers) &gt; Show System-Log).</p><p><strong>Disable the server.sh cronjob</strong></p><p>Go to the command line of the server on which the error happens (on multiserver systems, it is often the slave and not the master) and run (as root):</p><p
class="command">crontab -e</p><p>Comment out the server.sh cron job:</p><p><span
class="system">#* * * * * /usr/local/ispconfig/server/server.sh &gt; /dev/null >> /var/log/ispconfig/cron.log</span></p><p><strong>Run the server script manually to get detailed debug output</strong></p><p>Then run the command:</p><p
class="command">/usr/local/ispconfig/server/server.sh</p><p>This will display any errors directly on the command line which should help you to fix the error. If you have fixed<br
/> the error, please don&#8217;t forget to uncomment the server.sh cron job again.</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/debugging-ispconfig-3-server-actions-in-case-of-a-failure/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Apache mod-security installation on Debian 6.0 (squeeze)</title><link>http://www.faqforge.com/linux/apache-mod-security-installation-on-debian-6-0-squeeze/</link> <comments>http://www.faqforge.com/linux/apache-mod-security-installation-on-debian-6-0-squeeze/#comments</comments> <pubDate>Mon, 02 Jan 2012 11:20:06 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Controlpanels]]></category> <category><![CDATA[Debian]]></category> <category><![CDATA[Distributions]]></category> <category><![CDATA[ISPConfig 3]]></category> <category><![CDATA[Linux & Unix]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[Webserver]]></category> <category><![CDATA[apache]]></category> <category><![CDATA[squeeze]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=1486</guid> <description><![CDATA[Install the apache mod-security 2 module with apt from the Debian repositories apt-get install libapache-mod-security Create the folder for the mod-security configuration files mkdir /etc/apache2/mod-security chmod 600 /etc/apache2/mod-security Download and unpack the mod-security rules cd /tmp wget http://www.modsecurity.org/download/modsecurity-core-rules_2.5-1.6.1.tar.gz tar fvx modsecurity-core-rules_2.5-1.6.1.tar.gz mv *.conf /etc/apache2/mod-security/ ln -s /var/log/apache2 /etc/apache2/logs Configure apache to load the activated mod-security [...]]]></description> <content:encoded><![CDATA[<p>Install the apache mod-security 2 module with apt from the Debian repositories</p><p
class="command">apt-get install libapache-mod-security</p><p>Create the folder for the mod-security configuration files</p><p
class="command">mkdir /etc/apache2/mod-security<br
/> chmod 600 /etc/apache2/mod-security</p><p>Download and unpack the mod-security rules</p><p
class="command">cd /tmp<br
/> wget http://www.modsecurity.org/download/modsecurity-core-rules_2.5-1.6.1.tar.gz<br
/> tar fvx modsecurity-core-rules_2.5-1.6.1.tar.gz<br
/> mv *.conf /etc/apache2/mod-security/<br
/> ln -s /var/log/apache2 /etc/apache2/logs</p><p>Configure apache to load the activated mod-security rules</p><p
class="command">vi /etc/apache2/conf.d/mod-security.conf</p><p><span
class="system">Include /etc/apache2/mod-security/*.conf</span></p><p>To enable mod-security, edit the file</p><p
class="command">vi /etc/apache2/mod-security/modsecurity_crs_10_config.conf</p><p>and remove the # in front of the line:</p><p
class="system">SecDefaultAction &#8220;phase:2,log,deny,status:403,t:lowercase,t:replaceNulls,t:compressWhitespace&#8221;</p><p>Then reload apache.</p><p
class="command">/etc/init.d/apache2 force-reload</p><p>Mod security will now start to block hack attempts to your websites and log the actions in the file /var/log/apache2/modsec_audit.log.</p><p
class="command">tail /var/log/apache2/modsec_audit.log</p><p>You will see very likely some falsely blocked URL&#8217;s. To whitelist them, you can add the ID&#8217;s of the rules that should not be used in the whitelist file.</p><p>Example:</p><p
class="command">vi /etc/apache2/mod-security/modsecurity_crs_99_whitelist.conf</p><p
class="system">SecRuleRemoveById 960015<br
/> SecRuleRemoveById 960016</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/apache-mod-security-installation-on-debian-6-0-squeeze/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>nginx server error: 413 Request Entity Too Large</title><link>http://www.faqforge.com/linux/nginx-server-error-413-request-entity-too-large/</link> <comments>http://www.faqforge.com/linux/nginx-server-error-413-request-entity-too-large/#comments</comments> <pubDate>Mon, 21 Nov 2011 11:34:10 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Debian]]></category> <category><![CDATA[ISPConfig 3]]></category> <category><![CDATA[Linux & Unix]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[Webserver]]></category> <category><![CDATA[nginx]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=1316</guid> <description><![CDATA[The nginx webserver has a max. body size limit of 1 MB for requests as default. This might be too low for file uploads in scripts and you will see the following error message when you try to upload a file:  413 Request Entity Too Large The configuration variable for this option is &#8220;client_max_body_size&#8221; and [...]]]></description> <content:encoded><![CDATA[<p>The nginx webserver has a max. body size limit of 1 MB for requests as default. This might be too low for file uploads in scripts and you will see the following error message when you try to upload a file:</p><p
class="system"> 413 Request Entity Too Large</p><p>The configuration variable for this option is &#8220;<span
class="system">client_max_body_size</span>&#8221; and it can be set in the <span
class="system">http, server</span> and<span
class="system"> location</span> sections of the nginx configuration file. To set the Limit globally to 25 MB, edit the nginx.conf file and add:</p><p
class="system">client_max_body_size 20M;</p><p>in the http section.</p><p>Example for Ubuntu Linux:</p><pre class="system" dir="ltr">user www-data;
worker_processes 4;
pid /var/run/nginx.pid;

events {
        worker_connections 768;
        # multi_accept on;
}

http {
        geoip_country  /etc/nginx/geoip/GeoIP.dat; # the country IP database
        geoip_city     /etc/nginx/geoip/GeoLiteCity.dat; # the city IP database
        ##
        # Basic Settings
        ##

        sendfile on;
        tcp_nopush on;
        tcp_nodelay on;
        keepalive_timeout 65;
        types_hash_max_size 2048;</pre><pre dir="ltr">        client_max_body_size 20M;

        include /etc/nginx/mime.types;
        default_type application/octet-stream;

        ##
        # Logging Settings
        ##

        access_log /var/log/nginx/access.log;
        error_log /var/log/nginx/error.log;

        ##
        # Gzip Settings
        ##

        gzip on;
        gzip_disable "msie6";

        ##
        # Virtual Host Configs
        ##

        include /etc/nginx/conf.d/*.conf;
        include /etc/nginx/sites-enabled/*;
}</pre>]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/nginx-server-error-413-request-entity-too-large/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Enhanced e-mail SPAM protection in ISPConfig 3</title><link>http://www.faqforge.com/linux/enhanced-e-mail-spam-protection-in-ispconfig-3/</link> <comments>http://www.faqforge.com/linux/enhanced-e-mail-spam-protection-in-ispconfig-3/#comments</comments> <pubDate>Mon, 21 Nov 2011 10:22:41 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Controlpanels]]></category> <category><![CDATA[Debian]]></category> <category><![CDATA[Distributions]]></category> <category><![CDATA[Email]]></category> <category><![CDATA[ISPConfig 3]]></category> <category><![CDATA[Linux & Unix]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[postfix]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=1312</guid> <description><![CDATA[The command below enables a stricter SPAM handling for postfix on ISPConfig 3 servers. In Detail: Reject sender hostnames with invalid syntax Reject sender hostnames that are no fully qualified domains (e.g. reject &#8220;server1&#8243; but allow server1.domain.tld) Reject sender domains that have no DNS records Check sender IP addresses against realtime blacklists. First make a [...]]]></description> <content:encoded><![CDATA[<p>The command below enables a stricter SPAM handling for postfix on ISPConfig 3 servers.</p><p>In Detail:</p><ul><li>Reject sender hostnames with invalid syntax</li><li>Reject sender hostnames that are no fully qualified domains (e.g. reject &#8220;server1&#8243; but allow server1.domain.tld)</li><li>Reject sender domains that have no DNS records</li><li>Check sender IP addresses against realtime blacklists.</li></ul><p>First make a backup of the postfix main.cf file in case that you want to reverse the changes later:</p><p
class="command">cp -pf /etc/postfix/main.cf /etc/postfix/main.cf.bak</p><p>Then execute this command to enable the additional spam protection functions (the command is one line!).</p><p
class="command">postconf -e &#8216;smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_invalid_hostname, reject_non_fqdn_hostname, reject_unknown_recipient_domain, reject_non_fqdn_recipient, reject_unauth_destination, reject_non_fqdn_sender, reject_unknown_sender_domain, reject_unknown_recipient_domain, reject_rbl_client cbl.abuseat.org,reject_rbl_client dul.dnsbl.sorbs.net,reject_rbl_client ix.dnsbl.manitu.net, check_recipient_access mysql:/etc/postfix/mysql-virtual_recipient.cf, reject_unauth_destination&#8217;</p><p>Then restart postfix:</p><p
class="command">/etc/init.d/postfix restart</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/enhanced-e-mail-spam-protection-in-ispconfig-3/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>How to change the welcome email message text in ISPConfig 3</title><link>http://www.faqforge.com/linux/controlpanels/how-to-change-the-welcome-email-message-text-in-ispconfig-3/</link> <comments>http://www.faqforge.com/linux/controlpanels/how-to-change-the-welcome-email-message-text-in-ispconfig-3/#comments</comments> <pubDate>Thu, 10 Nov 2011 11:00:05 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Controlpanels]]></category> <category><![CDATA[Email]]></category> <category><![CDATA[ISPConfig 3]]></category> <category><![CDATA[Server]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=1262</guid> <description><![CDATA[As of ISPConfig 3.0.4, the text of the welcome email message that is sent to new email accounts is stored in the folder /usr/local/ispconfig/server/conf/mail/. The message has this format: &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; From: ISPConfig &#60;postmaster@localhost.localdomain&#62; Subject: Welcome to your new email account. Welcome to your new email account. Your webmaster. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; The first line starts with &#8220;From: [...]]]></description> <content:encoded><![CDATA[<p>As of ISPConfig 3.0.4, the text of the welcome email message that is sent to new email accounts is stored in the folder <span
class="system">/usr/local/ispconfig/server/conf/mail/</span>.</p><p>The message has this format:</p><p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br
/> From: ISPConfig &lt;postmaster@localhost.localdomain&gt;<br
/> Subject: Welcome to your new email account.</p><p>Welcome to your new email account. Your webmaster.<br
/> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p><p>The first line starts with &#8220;From: &#8221; followed by the sender email address. The second line starts with &#8220;Subject: &#8221; followed by the email subject. The third line should be empty. All following lines are the email text.</p><p>The email text files are named &#8220;welcome_email_&lt;language&gt;.txt&#8221; where &lt;language&gt; has to be replaced with the system language like &#8220;en&#8221; for English or &#8220;de&#8221; for German language, e.g. &#8220;welcome_email_en.txt&#8221; for the english welcome email.</p><p>The customized language file should be stored in the folder<span
class="system"> /usr/local/ispconfig/server/conf-custom/mail/</span> so that it does not get overwritten by ISPConfig updates.</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/controlpanels/how-to-change-the-welcome-email-message-text-in-ispconfig-3/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Update to latest Spamassassin filter rules in ISPConfig 2</title><link>http://www.faqforge.com/linux/update-to-latest-spamassassin-filter-rules-in-ispconfig-2/</link> <comments>http://www.faqforge.com/linux/update-to-latest-spamassassin-filter-rules-in-ispconfig-2/#comments</comments> <pubDate>Thu, 27 Oct 2011 13:32:26 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Controlpanels]]></category> <category><![CDATA[ISPConfig 2]]></category> <category><![CDATA[Linux & Unix]]></category> <category><![CDATA[Spamassassin]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=1059</guid> <description><![CDATA[The ISPConfig 2 controlpanel installs its own copy of Spamassassin in the folder /home/admispconfig/ispconfig/tools/spamassassin . To update the Spamassassin filter rules in ISPConfig 2, run this command as root user: /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/sa-update To test if Spamassassin works with the new ruleset, run this command: /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin &#8211;lint If it does not return an error message, then Spamassassin is [...]]]></description> <content:encoded><![CDATA[<p>The ISPConfig 2 controlpanel installs its own copy of Spamassassin in the folder /home/admispconfig/ispconfig/tools/spamassassin . To update the Spamassassin filter rules in ISPConfig 2, run this command as root user:</p><p
class="command">/home/admispconfig/ispconfig/tools/spamassassin/usr/bin/sa-update</p><p>To test if Spamassassin works with the new ruleset, run this command:</p><p
class="command">/home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin &#8211;lint</p><p>If it does not return an error message, then Spamassassin is working correctly.</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/update-to-latest-spamassassin-filter-rules-in-ispconfig-2/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Webalizer: Error Opening file /usr/share/GeoIP/GeoIP.dat on Debian Linux</title><link>http://www.faqforge.com/linux/webalizer-error-opening-file-usrsharegeoipgeoip-dat-on-debian-linux/</link> <comments>http://www.faqforge.com/linux/webalizer-error-opening-file-usrsharegeoipgeoip-dat-on-debian-linux/#comments</comments> <pubDate>Tue, 25 Oct 2011 14:06:44 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Controlpanels]]></category> <category><![CDATA[ISPConfig 2]]></category> <category><![CDATA[ISPConfig 3]]></category> <category><![CDATA[Linux & Unix]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[Webserver]]></category> <category><![CDATA[apache]]></category> <category><![CDATA[Debian]]></category> <category><![CDATA[webalizer]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=1030</guid> <description><![CDATA[The webalizer package in Debain 6 has currently small bug as the required package for the  GeoIP database is not installed automatically when webalizer is isntalled. The symptoms are that webalizer statistics are not created and this error message is displayed when webalizer is run: Error Opening file /usr/share/GeoIP/GeoIP.dat The solution is to install the [...]]]></description> <content:encoded><![CDATA[<p>The webalizer package in Debain 6 has currently small bug as the required package for the  GeoIP database is not installed automatically when webalizer is isntalled. The symptoms are that webalizer statistics are not created and this error message is displayed when webalizer is run:</p><p
class="system">Error Opening file /usr/share/GeoIP/GeoIP.dat</p><p>The solution is to install the missing package manually:</p><p
class="command">apt-get install geoip-database</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/webalizer-error-opening-file-usrsharegeoipgeoip-dat-on-debian-linux/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Send all outgoing email trough one IP address in postfix</title><link>http://www.faqforge.com/linux/send-all-outgoing-email-trough-one-ip-address-in-postfix/</link> <comments>http://www.faqforge.com/linux/send-all-outgoing-email-trough-one-ip-address-in-postfix/#comments</comments> <pubDate>Tue, 25 Oct 2011 13:59:05 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Basics]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[Controlpanels]]></category> <category><![CDATA[Debian]]></category> <category><![CDATA[Distributions]]></category> <category><![CDATA[Email]]></category> <category><![CDATA[ISPConfig 2]]></category> <category><![CDATA[ISPConfig 3]]></category> <category><![CDATA[Linux & Unix]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[bind]]></category> <category><![CDATA[postfix]]></category> <category><![CDATA[smtp_bind_address]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=1028</guid> <description><![CDATA[When a server has more then one IP address, then postfix will use all IP addresses randomly to send out emails. This can cause your emails to be listed as SPAM on other servers because the sending IP does not match the reverse IP of the server hostname. The solution is to bind postfix to [...]]]></description> <content:encoded><![CDATA[<p>When a server has more then one IP address, then postfix will use all IP addresses randomly to send out emails. This can cause your emails to be listed as SPAM on other servers because the sending IP does not match the reverse IP of the server hostname. The solution is to bind postfix to the primary IP address of the server.</p><p>Edit the postfix main.cf file:</p><p
class="command">vi /etc/postfix/main.cf</p><p>and add the line:</p><p
class="command">smtp_bind_address = 192.168.0.1</p><p>were 192.168.0.1 has to be replaced with the primary IP address of the server. Then restart postfix:</p><p
class="command">/etc/init.d/postfix restart</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/send-all-outgoing-email-trough-one-ip-address-in-postfix/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Fix for Courier IMAP Error: check for configuration errors with the FAM/Gamin library</title><link>http://www.faqforge.com/linux/fix-for-courier-imap-error-check-for-configuration-errors-with-the-famgamin-library/</link> <comments>http://www.faqforge.com/linux/fix-for-courier-imap-error-check-for-configuration-errors-with-the-famgamin-library/#comments</comments> <pubDate>Mon, 17 Oct 2011 14:19:33 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Controlpanels]]></category> <category><![CDATA[Debian]]></category> <category><![CDATA[Distributions]]></category> <category><![CDATA[ISPConfig 2]]></category> <category><![CDATA[ISPConfig 3]]></category> <category><![CDATA[Linux & Unix]]></category> <category><![CDATA[courier]]></category> <category><![CDATA[fam]]></category> <category><![CDATA[gamin]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=893</guid> <description><![CDATA[I&#8217;ve got the following error message on Debian Linux (6.0) with Courier IMAP server: Filesystem notification initialization error -- contact your mail administrator (check for configuration errors with the FAM/Gamin library) when I tried to access a IMAP share. The resaon for the problem seems to be that the &#8220;fam&#8221; package was not working correctly. [...]]]></description> <content:encoded><![CDATA[<p>I&#8217;ve got the following error message on Debian Linux (6.0) with Courier IMAP server:</p><pre>Filesystem notification initialization error -- contact your mail
administrator (check for configuration errors with the FAM/Gamin library)</pre><p>when I tried to access a IMAP share. The resaon for the problem seems to be that the &#8220;fam&#8221; package was not working correctly. The solution is to install the gamin package which can replace fam in a courier setup:</p><p
class="command">apt-get install gamin</p><p>Dont worry when you get a message from apt that libfam0 gets uninstalled but is required by courier. This had no geative effects on my server.</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/fix-for-courier-imap-error-check-for-configuration-errors-with-the-famgamin-library/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Prevent DOS attacks on apache webserver for DEBIAN linux with mod_evasive</title><link>http://www.faqforge.com/linux/prevent-dos-attacks-on-apache-webserver-for-debian-linux-with-mod_evasive/</link> <comments>http://www.faqforge.com/linux/prevent-dos-attacks-on-apache-webserver-for-debian-linux-with-mod_evasive/#comments</comments> <pubDate>Mon, 07 Mar 2011 13:23:21 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Debian]]></category> <category><![CDATA[Distributions]]></category> <category><![CDATA[ISPConfig 2]]></category> <category><![CDATA[ISPConfig 3]]></category> <category><![CDATA[Linux & Unix]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[Webserver]]></category> <category><![CDATA[apache]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=559</guid> <description><![CDATA[The following guide explains the installation of the apache module &#8220;mod_evasive&#8221;. Mod_evasive tracks the number of requests of files at the apache webserver and blocks the delivery in case that a certain limit has been reached. Installation apt-get install libapache2-mod-evasive Create the log directory for mod_evasive mkdir -p /var/log/apache2/evasive chown -R www-data:root /var/log/apache2/evasive Now we [...]]]></description> <content:encoded><![CDATA[<p>The following guide explains the installation of the apache module &#8220;mod_evasive&#8221;. Mod_evasive tracks the number of requests of files at the apache webserver and blocks the delivery in case that a certain limit has been reached.</p><p><strong>Installation</strong></p><p
class="command">apt-get install libapache2-mod-evasive</p><p>Create the log directory for mod_evasive</p><p
class="command">mkdir -p /var/log/apache2/evasive<br
/> chown -R www-data:root /var/log/apache2/evasive</p><p>Now we add the configuration for the module at the end of the file /etc/apache2/mods-available/mod-evasive.load</p><p
class="command">vi /etc/apache2/mods-available/mod-evasive.load</p><p>so that it looks like this:</p><p
class="command">LoadModule evasive20_module /usr/lib/apache2/modules/mod_evasive20.so<br
/> <IfModule
mod_evasive20.c><br
/> DOSHashTableSize 3097<br
/> DOSPageCount 2<br
/> DOSSiteCount 50<br
/> DOSPageInterval 5<br
/> DOSSiteInterval 1<br
/> DOSBlockingPeriod 10<br
/> DOSLogDir &#8220;/var/log/apache2/evasive&#8221;<br
/> </IfModule></p><p>and restart apache:</p><p
class="command">/etc/init.d/apache2 restart</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/prevent-dos-attacks-on-apache-webserver-for-debian-linux-with-mod_evasive/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/36 queries in 0.035 seconds using disk: basic
Object Caching 1532/1611 objects using disk: basic

Served from: www.faqforge.com @ 2012-02-05 00:25:03 -->
