<?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>LinuxBabu ........... &#187; DirectAdmin</title>
	<atom:link href="http://www.linuxbabu.net/category/directadmin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxbabu.net</link>
	<description>Linux System Admin Blog....</description>
	<lastBuildDate>Tue, 15 Jun 2010 11:02:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Uninstall APF</title>
		<link>http://www.linuxbabu.net/2010/01/uninstall-apf/</link>
		<comments>http://www.linuxbabu.net/2010/01/uninstall-apf/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 05:39:16 +0000</pubDate>
		<dc:creator>dino</dc:creator>
				<category><![CDATA[Basics]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[apf]]></category>
		<category><![CDATA[firewall]]></category>

		<guid isPermaLink="false">http://linuxbabu.net/?p=496</guid>
		<description><![CDATA[Sometimes we may require to remove APF from the server. Here is a guide which shows how to remove APF completely from the server. Stop the firewall first service apf stop /bin/rm -rfv /etc/apf Remove the cron for APF /bin/rm -fv /etc/cron.daily/fw /bin/rm -fv /etc/init.d/apf lastly disable at startup chkconfig apf off This should remove [...]]]></description>
		<wfw:commentRss>http://www.linuxbabu.net/2010/01/uninstall-apf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DNS Cache Poisoning Test</title>
		<link>http://www.linuxbabu.net/2008/08/dns-cache-poisoning-test/</link>
		<comments>http://www.linuxbabu.net/2008/08/dns-cache-poisoning-test/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 04:48:27 +0000</pubDate>
		<dc:creator>dino</dc:creator>
				<category><![CDATA[Basics]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[WebMin]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[DNS Cache Poisoning]]></category>

		<guid isPermaLink="false">http://linuxbabu.net/site/?p=281</guid>
		<description><![CDATA[Q. How do I verify that my ISP or my own recursive resolvers are free from DNS cache poisoning bug that is promised full disclosure of the flaw by Dan on August 7 at the Black Hat conference? How do I test my dns server for DNS cache pollution or DNS Cache Poisoning bug? A. [...]]]></description>
		<wfw:commentRss>http://www.linuxbabu.net/2008/08/dns-cache-poisoning-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding custom modules to apache for customapache : DirectAdmin</title>
		<link>http://www.linuxbabu.net/2008/07/adding-custom-modules-to-apache-for-customapache-directadmin/</link>
		<comments>http://www.linuxbabu.net/2008/07/adding-custom-modules-to-apache-for-customapache-directadmin/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 09:45:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>

		<guid isPermaLink="false">http://linuxbabu.net/site/?p=60</guid>
		<description><![CDATA[If you want to add any extra modules to apache, they&#8217;ll need to be compiled in. Any module that needs to be compiled in will have a &#8211;with-module type flag which will need to be used. To add this flag, run the following: cd /usr/local/directadmin/customapache vi configure.apache_ssl #add your &#8211;with-module line to the end of [...]]]></description>
		<wfw:commentRss>http://www.linuxbabu.net/2008/07/adding-custom-modules-to-apache-for-customapache-directadmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DirectAdmin License Shows To Be Expired (Early License)</title>
		<link>http://www.linuxbabu.net/2008/06/directadmin-license-shows-to-be-expired-early-license/</link>
		<comments>http://www.linuxbabu.net/2008/06/directadmin-license-shows-to-be-expired-early-license/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 08:00:47 +0000</pubDate>
		<dc:creator>dino</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[DirectAdmin License]]></category>

		<guid isPermaLink="false">http://linuxbabu.net/site/?p=161</guid>
		<description><![CDATA[DirectAdmin is fully installed but we are unable to login and access the host. Steps to try and resolve this problem. Verify IP information bound to the host matches the data in /usr/local/directadmin/scripts/setup.txt Confirm the date is correct. # date Sun Jan 4 03:14:22 CST 2004 If not then set the date with &#8216;rdate&#8217; or [...]]]></description>
		<wfw:commentRss>http://www.linuxbabu.net/2008/06/directadmin-license-shows-to-be-expired-early-license/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hotlink protection: How-To prevent people from stealing your files</title>
		<link>http://www.linuxbabu.net/2008/05/hotlink-protection-how-to-prevent-people-from-stealing-your-files/</link>
		<comments>http://www.linuxbabu.net/2008/05/hotlink-protection-how-to-prevent-people-from-stealing-your-files/#comments</comments>
		<pubDate>Sun, 25 May 2008 15:22:02 +0000</pubDate>
		<dc:creator>dino</dc:creator>
				<category><![CDATA[Basics]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Virtuozzo]]></category>
		<category><![CDATA[WebMin]]></category>
		<category><![CDATA[cPanel]]></category>

		<guid isPermaLink="false">http://linuxbabu.net/site/?p=198</guid>
		<description><![CDATA[Create an .htaccess file in your public_html directory with the following code: RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www.)?domain.com.*$ [NC] RewriteRule .(gif&#124;jpg)$ &#8211; [F] Where domain.com is your domain.]]></description>
		<wfw:commentRss>http://www.linuxbabu.net/2008/05/hotlink-protection-how-to-prevent-people-from-stealing-your-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>semget: No space left on device</title>
		<link>http://www.linuxbabu.net/2008/04/semget-no-space-left-on-device/</link>
		<comments>http://www.linuxbabu.net/2008/04/semget-no-space-left-on-device/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 14:39:23 +0000</pubDate>
		<dc:creator>dino</dc:creator>
				<category><![CDATA[Basics]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Virtuozzo]]></category>
		<category><![CDATA[WebMin]]></category>
		<category><![CDATA[cPanel]]></category>

		<guid isPermaLink="false">http://linuxbabu.net/site/?p=196</guid>
		<description><![CDATA[This relates to semaphores on your system (you&#8217;ve run out). Run the following to clear them out: ipcs &#124; grep apache &#124; awk &#8216;{print $2}&#8217; &#62; sem.txt for i in `cat sem.txt`; do { ipcrm -s $i; }; done; For cPanel servers : ipcs &#124; grep nobody &#124; awk &#8216;{print $2}&#8217; &#62; sem.txt for i [...]]]></description>
		<wfw:commentRss>http://www.linuxbabu.net/2008/04/semget-no-space-left-on-device/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I view what exim is doing?</title>
		<link>http://www.linuxbabu.net/2008/04/how-do-i-view-what-exim-is-doing/</link>
		<comments>http://www.linuxbabu.net/2008/04/how-do-i-view-what-exim-is-doing/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 14:19:24 +0000</pubDate>
		<dc:creator>dino</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[cPanel]]></category>

		<guid isPermaLink="false">http://linuxbabu.net/site/?p=42</guid>
		<description><![CDATA[Exim comes with a utility called &#8216;exiwhat&#8217; which will display what each instance of exim is currently involved with. The output will look similar to this: root@server [~]# exiwhat 2118 daemon: -q1h, listening for SMTP on port 25 (IPv4) 2130 daemon: no queue runs, listening for SMTPS on port 465 (IPv4) 31640 handling incoming connection [...]]]></description>
		<wfw:commentRss>http://www.linuxbabu.net/2008/04/how-do-i-view-what-exim-is-doing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DirectAdmin : How to downgrade from apache 2 back to apache 1.3</title>
		<link>http://www.linuxbabu.net/2008/04/directadmin-how-to-downgrade-from-apache-2-back-to-apache-13/</link>
		<comments>http://www.linuxbabu.net/2008/04/directadmin-how-to-downgrade-from-apache-2-back-to-apache-13/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 14:07:39 +0000</pubDate>
		<dc:creator>dino</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>

		<guid isPermaLink="false">http://linuxbabu.net/site/?p=40</guid>
		<description><![CDATA[If you need to go back to apache 1.3 after installing apache 2, you&#8217;ll need to do the following: 1) Restore the old httpd.conf file: cp -f /etc/httpd/conf/httpd.conf.1.3.backup /etc/httpd/conf/httpd.conf 2) Get DirectAdmin to use the old httpd.conf files for the users. Edit the /usr/local/directadmin/conf/directadmin.conf file and change apache_ver=2.0 to apache_ver=1.3. Then type echo &#8220;action=rewrite&#038;value=ips&#8221; >> [...]]]></description>
		<wfw:commentRss>http://www.linuxbabu.net/2008/04/directadmin-how-to-downgrade-from-apache-2-back-to-apache-13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating your DirectAdmin License manually</title>
		<link>http://www.linuxbabu.net/2008/04/updating-your-directadmin-license-manually/</link>
		<comments>http://www.linuxbabu.net/2008/04/updating-your-directadmin-license-manually/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 13:59:24 +0000</pubDate>
		<dc:creator>dino</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>

		<guid isPermaLink="false">http://linuxbabu.net/site/?p=39</guid>
		<description><![CDATA[If you need to update your DirectAdmin license manually, you can do so by running the following commands: cd /usr/local/directadmin/scripts ./getLicense.sh 123 1234 service directadmin restart Where 123 and 1234 are your Client ID and License ID, respectively. If there are errrors extracting the update.tar.gz file, then run: head -n 1 /usr/local/directadmin/conf/license.key to search for [...]]]></description>
		<wfw:commentRss>http://www.linuxbabu.net/2008/04/updating-your-directadmin-license-manually/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fatal error: Allowed memory size of 123456 bytes exhausted (tried to allocate 234567 bytes) in /path/file.php</title>
		<link>http://www.linuxbabu.net/2008/02/fatal-error-allowed-memory-size-of-123456-bytes-exhausted-tried-to-allocate-234567-bytes-in-pathfilephp/</link>
		<comments>http://www.linuxbabu.net/2008/02/fatal-error-allowed-memory-size-of-123456-bytes-exhausted-tried-to-allocate-234567-bytes-in-pathfilephp/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 14:33:33 +0000</pubDate>
		<dc:creator>dino</dc:creator>
				<category><![CDATA[Basics]]></category>
		<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[WebMin]]></category>
		<category><![CDATA[cPanel]]></category>

		<guid isPermaLink="false">http://linuxbabu.net/site/?p=194</guid>
		<description><![CDATA[Php is setup is to limit memory usage per process. If you require more, this limit can be increased. Edit /usr/local/lib/php.ini If you are unsure about the php.ini path, You can find your server php.ini using command : php -i &#124; grep php.ini Configuration File (php.ini) Path =&#62; /usr/local/lib Loaded Configuration File =&#62; /usr/local/lib/php.ini and [...]]]></description>
		<wfw:commentRss>http://www.linuxbabu.net/2008/02/fatal-error-allowed-memory-size-of-123456-bytes-exhausted-tried-to-allocate-234567-bytes-in-pathfilephp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
