<?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; Debian</title> <atom:link href="http://www.faqforge.com/tag/debian/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>Install .deb Packages Manually (Linux Debian/Ubuntu)</title><link>http://www.faqforge.com/linux/install-deb-packages-manually-linux-debianubuntu/</link> <comments>http://www.faqforge.com/linux/install-deb-packages-manually-linux-debianubuntu/#comments</comments> <pubDate>Fri, 09 Dec 2011 14:26:24 +0000</pubDate> <dc:creator>CSch</dc:creator> <category><![CDATA[Basics]]></category> <category><![CDATA[Debian]]></category> <category><![CDATA[Distributions]]></category> <category><![CDATA[Linux & Unix]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[deb]]></category> <category><![CDATA[dpkg]]></category> <category><![CDATA[install]]></category> <category><![CDATA[manually]]></category> <category><![CDATA[package]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=1417</guid> <description><![CDATA[When you download packages for Linux Debian or Ubuntu they usually come in the .deb format and are installed automatically by your local package manager. If you download them from the internet instead of the repositorial way however you are given the .deb file and have to deal with it yourself. To install it, open [...]]]></description> <content:encoded><![CDATA[<p>When you download packages for Linux Debian or Ubuntu they usually come in the <em>.deb</em> format and are installed automatically by your local package manager. If you download them from the internet instead of the repositorial way however you are given the .deb file and have to deal with it yourself. To install it, open a terminal, direct it to the folder where it has been downloaded to with <em>cd</em> and use the <em>dpkg</em> command:</p><p
class="command">cd /home/ctest/Downloads/<br
/> dpkg -i random_name.deb</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/install-deb-packages-manually-linux-debianubuntu/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to get detailed information about the harddisk installed on a Linux server</title><link>http://www.faqforge.com/linux/how-to-get-detailed-information-about-the-harddisk-installed-on-a-linux-server/</link> <comments>http://www.faqforge.com/linux/how-to-get-detailed-information-about-the-harddisk-installed-on-a-linux-server/#comments</comments> <pubDate>Mon, 07 Nov 2011 09:21:44 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Basics]]></category> <category><![CDATA[Debian]]></category> <category><![CDATA[Distributions]]></category> <category><![CDATA[Linux & Unix]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[hdparm]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=1189</guid> <description><![CDATA[Detailed information about the hard disk type, disk vendor etc. of the disk used on a Linux system can be aquired with the linux tool hdparm. If hdparm is not installed on your server, it can be installed with this command (on Debian and Ubuntu systems): apt-get install hdparm For other Linux distributions, use the [...]]]></description> <content:encoded><![CDATA[<p>Detailed information about the hard disk type, disk vendor etc. of the disk used on a Linux system can be aquired with the linux tool hdparm. If hdparm is not installed on your server, it can be installed with this command (on Debian and Ubuntu systems):</p><p
class="command">apt-get install hdparm</p><p>For other Linux distributions, use the software installer and search for the package name &#8216;hdparm&#8217;.</p><p>To get the detailed disk info, run this command</p><p
class="command">hdparm -I /dev/sda</p><p>The device /dev/sda is the first SATA disk on the server, the second disk is /dev/sdb. Replace /dev/sda in the command with the name of the device that you want to query.</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/how-to-get-detailed-information-about-the-harddisk-installed-on-a-linux-server/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Get the disk health status with SMART monitor tools on Debian and Ubuntu Linux</title><link>http://www.faqforge.com/linux/get-the-disk-health-status-with-smart-monitor-tools-on-debian-and-ubuntu-linux/</link> <comments>http://www.faqforge.com/linux/get-the-disk-health-status-with-smart-monitor-tools-on-debian-and-ubuntu-linux/#comments</comments> <pubDate>Wed, 02 Nov 2011 10:54:00 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Basics]]></category> <category><![CDATA[Debian]]></category> <category><![CDATA[Distributions]]></category> <category><![CDATA[Linux & Unix]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[smart]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=1187</guid> <description><![CDATA[Every modern disk has a internal monitoring function called SMART that keeps track on errors in that disk. There is a software package called smartmontools on Linux which can be used to query the SMART status of the disk to monitor if the disk might fail in near future. Installation apt-get install smartmontools Usage First [...]]]></description> <content:encoded><![CDATA[<p>Every modern disk has a internal monitoring function called SMART that keeps track on errors in that disk. There is a software package called smartmontools on Linux which can be used to query the SMART status of the disk to monitor if the disk might fail in near future.</p><h2>Installation</h2><p
class="command">apt-get install smartmontools</p><h2>Usage</h2><p>First we need to know the internal device name of the harddisks. For the first SATA disk, this is normally /dev/sda, the second is /dev/sdb etc. If you are unsure about the device names of your computer, then you can get them with:</p><p
class="command">fdisk -l</p><p>The command lists the partitions e.g. /dev/sda1. To get the device name, use the partition name without the number, e.g. the device of partition/dev/sda1 is /dev/sda.</p><p>To get a summary of the healt status of the disk, run:</p><p
class="command">smartctl &#8211;health /dev/sda</p><p>replace /dev/sda with the device name of the harddisk that you want to query.</p><p>The output will look similar to this:</p><pre>~# smartctl --health /dev/sda
smartctl version 5.38 [x86_64-unknown-linux-gnu] Copyright (C) 2002-8 Bruce Allen
Home page is http://smartmontools.sourceforge.net/

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED</pre><p>To get the full detailed output of all parameters, use this command:</p><p
class="command">smartctl &#8211;all /dev/sda</p><p>&nbsp;</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/get-the-disk-health-status-with-smart-monitor-tools-on-debian-and-ubuntu-linux/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>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>How to convert RPM software packages to Debian (.deb)</title><link>http://www.faqforge.com/linux/how-to-convert-rpm-software-packages-to-debian-deb/</link> <comments>http://www.faqforge.com/linux/how-to-convert-rpm-software-packages-to-debian-deb/#comments</comments> <pubDate>Thu, 04 Mar 2010 16:30:06 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Basics]]></category> <category><![CDATA[Debian]]></category> <category><![CDATA[Distributions]]></category> <category><![CDATA[Linux & Unix]]></category> <category><![CDATA[Ubuntu]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=409</guid> <description><![CDATA[Maybe you had this problem already: you use Debian or Ubuntu Linux and a software package that you like to install is only available in RPM format. The solution is a handy tool called alien, which converts .rpm files to .deb. Installing alien: apt-get install alien Converting a rpm package to debian format: alien &#8211;to-deb [...]]]></description> <content:encoded><![CDATA[<p>Maybe you had this problem already: you use Debian or Ubuntu Linux and a software package that you like to install is only available in RPM format. The solution is a handy tool called alien, which converts .rpm files to .deb.  Installing alien:</p><p
class="command">apt-get install alien</p><p>Converting a rpm package to debian format:</p><p
class="command">alien &#8211;to-deb /tmp/mysoftwarefile.rpm</p><p>Conversions from .deb to rpm are also possible:</p><p
class="command">alien &#8211;to-rpm /tmp/mysoftwarefile.deb</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/how-to-convert-rpm-software-packages-to-debian-deb/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>How to use apt-file to find which .deb package contains a specific file</title><link>http://www.faqforge.com/linux/how-to-use-apt-file-to-find-which-deb-package-contains-a-specific-file/</link> <comments>http://www.faqforge.com/linux/how-to-use-apt-file-to-find-which-deb-package-contains-a-specific-file/#comments</comments> <pubDate>Thu, 21 Jan 2010 09:05:59 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Basics]]></category> <category><![CDATA[Debian]]></category> <category><![CDATA[Distributions]]></category> <category><![CDATA[Linux & Unix]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[apt]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=390</guid> <description><![CDATA[Sometimes you need to know which debian package contains a specific file e.g. because you deleted a system file accidently or you try to install a new software that requires this file. The apt package management utility which is used in Debian and Ubuntu comes with a handy tool called apt-file which allows a saerch [...]]]></description> <content:encoded><![CDATA[<p>Sometimes you need to know which debian package contains a specific file e.g. because you deleted a system file accidently or you try to install a new software that requires this file. The apt package management utility which is used in Debian and Ubuntu comes with a handy tool called apt-file which allows a saerch for filenames in the package database.</p><p>Install apt-file</p><p
class="command">apt-get install apt-file</p><p>Update the apt-file database</p><p
class="command">apt-file update</p><p>Search for a specific file name, e.g. &#8220;lcrypto&#8221;</p><p
class="command">apt-file search /bin/bash</p><p
class="system">apt-file search /bin/bash<br
/> bash: /bin/bash<br
/> bash: /usr/bin/bashbug<br
/> bash-minimal: /bin/bash-minimal<br
/> bash-static: /bin/bash-static<br
/> bashdb: /usr/bin/bashdb<br
/> mybashburn: /usr/bin/bashburn</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/how-to-use-apt-file-to-find-which-deb-package-contains-a-specific-file/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Backing up OpenVZ virtual machines with vzdump</title><link>http://www.faqforge.com/linux/virtualisation/backing-up-openvz-virtual-machines-with-vzdump/</link> <comments>http://www.faqforge.com/linux/virtualisation/backing-up-openvz-virtual-machines-with-vzdump/#comments</comments> <pubDate>Tue, 04 Aug 2009 20:30:56 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Virtualisation]]></category> <category><![CDATA[Debian]]></category> <category><![CDATA[OpenVZ]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=117</guid> <description><![CDATA[Vzdump is a perl script that makes live backups of OpenVZ virtual machines very easy. The following steps are for Debian Linux but vzdump can be used on all other linux distributions. Only the installation may vary. Download and install vzdump from http://download.openvz.org/contrib/utils/vzdump/ cd /tmp wget http://download.openvz.org/contrib/utils/vzdump/vzdump_1.1-2_all.deb dpkg -i vzdump_1.1-2_all.deb Create the backup directory mkdir [...]]]></description> <content:encoded><![CDATA[<p>Vzdump is a perl script that makes live backups of OpenVZ virtual machines very easy. The following steps are for Debian Linux but vzdump can be used on all other linux distributions. Only the installation may vary.</p><p>Download and install vzdump from <a
href="http://download.openvz.org/contrib/utils/vzdump/">http://download.openvz.org/contrib/utils/vzdump/</a></p><p
class="command">cd /tmp<br
/> wget http://download.openvz.org/contrib/utils/vzdump/vzdump_1.1-2_all.deb<br
/> dpkg -i vzdump_1.1-2_all.deb</p><p>Create the backup directory</p><p
class="command">mkdir /home/backup</p><p>Create a backup of all virtual machines as compressed (tar.gz) archive and send a email report to the root user when finished.</p><p
class="command">vzdump &#8211;dumpdir /home/backup &#8211;suspend &#8211;compress &#8211;mailto root &#8211;all</p><p>vzdump can also be used to restore a backup.  Example: restore the backup of the virtual machine 101:</p><p
class="command">vzdump &#8211;restore /home/backup/vzdump-101.tgz 101</p><p>To restore the backup to a different virtual machine, you can specify a differnt target ID. E.g. restore the backup of vm 101 to the virtual machine with the ID 500:</p><p
class="command">vzdump &#8211;restore /home/backup/vzdump-101.tgz 500</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/virtualisation/backing-up-openvz-virtual-machines-with-vzdump/feed/</wfw:commentRss> <slash:comments>0</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/35 queries in 0.031 seconds using disk: basic
Object Caching 1502/1586 objects using disk: basic

Served from: www.faqforge.com @ 2012-02-05 00:12:48 -->
