<?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>WebScHoLaR Dot NET &#187; cPanel/WHM</title>
	<atom:link href="http://webscholar.net/category/cpanelwhm/feed/" rel="self" type="application/rss+xml" />
	<link>http://webscholar.net</link>
	<description>A blog discussing common issues of Linux, cPanel/WHM, Plesk, DirectAdmin, InterWorx</description>
	<lastBuildDate>Thu, 24 Feb 2011 12:20:37 +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>php configuration using rebuild_phpconf in cpanel</title>
		<link>http://webscholar.net/2011/02/24/php-configuration-using-rebuild_phpconf-in-cpanel/</link>
		<comments>http://webscholar.net/2011/02/24/php-configuration-using-rebuild_phpconf-in-cpanel/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 12:18:04 +0000</pubDate>
		<dc:creator>WebScHoLaR</dc:creator>
				<category><![CDATA[cPanel/WHM]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[rebuild_phpconf]]></category>

		<guid isPermaLink="false">http://webscholar.net/?p=262</guid>
		<description><![CDATA[cPanel allows php to be configured as DSO, suPHP and FastCGI. PHP can be reconfigured using /usr/local/cpanel/bin/rebuild_phpconf script. This also allows to set the default PHP version (4 or 5) and enable/disable SuExec. Script has multiple command line parameters that can be passed to it. Script itself shows the available parameters: [root@Server ~]# /usr/local/cpanel/bin/rebuild_phpconf Usage: [...]]]></description>
		<wfw:commentRss>http://webscholar.net/2011/02/24/php-configuration-using-rebuild_phpconf-in-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>custom virtualhost settings in cPanel</title>
		<link>http://webscholar.net/2011/02/24/custom-virtualhost-settings-in-cpanel/</link>
		<comments>http://webscholar.net/2011/02/24/custom-virtualhost-settings-in-cpanel/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 12:06:39 +0000</pubDate>
		<dc:creator>WebScHoLaR</dc:creator>
				<category><![CDATA[cPanel/WHM]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[virtualhost]]></category>

		<guid isPermaLink="false">http://webscholar.net/?p=254</guid>
		<description><![CDATA[cPanel allows custom modification to any website Virtual Host section. httpd.conf in cPanel server is no longer used as a data store and it is rebuilt based on information stored at /var/cpanel/userdata mostly. A directory is created for each user at /var/cpanel/userdata that contains information about the websites. Virtual host section is added for each [...]]]></description>
		<wfw:commentRss>http://webscholar.net/2011/02/24/custom-virtualhost-settings-in-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Repair rpm database on *nix</title>
		<link>http://webscholar.net/2011/02/24/repair-rpm-database-on-nix/</link>
		<comments>http://webscholar.net/2011/02/24/repair-rpm-database-on-nix/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 11:39:08 +0000</pubDate>
		<dc:creator>WebScHoLaR</dc:creator>
				<category><![CDATA[cPanel/WHM]]></category>
		<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[InterWorx]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[rebuild]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[rpm database]]></category>

		<guid isPermaLink="false">http://webscholar.net/?p=213</guid>
		<description><![CDATA[1. Check for processes holding the rpm database open (usually in MUTEX/FUTEX states): lsof &#124; grep /var/lib/rpm If it finds any, kill -9 them all. 2. Delete any temporary DB files: rm -fv /var/lib/rpm/__* 3. Rebuild your RPM database: rpm &#8211;rebuilddb -v -v If you still have problems, a reboot is probably quickest, then repeat [...]]]></description>
		<wfw:commentRss>http://webscholar.net/2011/02/24/repair-rpm-database-on-nix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pure-Ftp File display limit</title>
		<link>http://webscholar.net/2011/02/16/pure-ftp-file-display-limit/</link>
		<comments>http://webscholar.net/2011/02/16/pure-ftp-file-display-limit/#comments</comments>
		<pubDate>Wed, 16 Feb 2011 15:27:30 +0000</pubDate>
		<dc:creator>WebScHoLaR</dc:creator>
				<category><![CDATA[cPanel/WHM]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[display limit]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[pure-ftp]]></category>
		<category><![CDATA[recursion]]></category>

		<guid isPermaLink="false">http://webscholar.net/?p=247</guid>
		<description><![CDATA[pure-ftp is a popular FTP Server. By default has a display limit of 2000 files, this prevents the server from showing more then 2000 files when you browse a directory with a FTP client. If there will be more than 2000 files, then the FTP client will only show the first 2000 files and rest [...]]]></description>
		<wfw:commentRss>http://webscholar.net/2011/02/16/pure-ftp-file-display-limit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup mysql stored procedures</title>
		<link>http://webscholar.net/2011/01/29/backup-mysql-stored-procedures/</link>
		<comments>http://webscholar.net/2011/01/29/backup-mysql-stored-procedures/#comments</comments>
		<pubDate>Sat, 29 Jan 2011 11:05:55 +0000</pubDate>
		<dc:creator>WebScHoLaR</dc:creator>
				<category><![CDATA[cPanel/WHM]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysqladmin]]></category>
		<category><![CDATA[stored procedure]]></category>

		<guid isPermaLink="false">http://webscholar.net/?p=237</guid>
		<description><![CDATA[mysqldump is the utility to backup mysql databases. By default it generate backup for the complete database. In case only backup of stored procedures is required, this can be done as: mysqldump &#8211;routines &#8211;no-create-info &#8211;no-data &#8211;no-create-db &#8211;skip-opt database_name > /path/to/database_name.sql]]></description>
		<wfw:commentRss>http://webscholar.net/2011/01/29/backup-mysql-stored-procedures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bulk Update DNS zone files serial</title>
		<link>http://webscholar.net/2010/12/11/bulk-update-dns-zone-files-serial/</link>
		<comments>http://webscholar.net/2010/12/11/bulk-update-dns-zone-files-serial/#comments</comments>
		<pubDate>Sat, 11 Dec 2010 14:31:21 +0000</pubDate>
		<dc:creator>WebScHoLaR</dc:creator>
				<category><![CDATA[cPanel/WHM]]></category>
		<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[named]]></category>
		<category><![CDATA[serial]]></category>
		<category><![CDATA[zone file]]></category>

		<guid isPermaLink="false">http://webscholar.net/?p=209</guid>
		<description><![CDATA[DNS zone files in Bind are refreshed by increasing the serial number that is in the format yyyymmddXX (e.g 2010121101 i.e 11th December, 2010 and serial number is 01). In case all DNS zone files on the server need to be refreshed by incrementing serial number, this can be done as: for i in `ls [...]]]></description>
		<wfw:commentRss>http://webscholar.net/2010/12/11/bulk-update-dns-zone-files-serial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Repair innodb corruption on cPanel mysql Server</title>
		<link>http://webscholar.net/2010/11/07/repair-innodb-corruption-on-cpanel-mysql-server/</link>
		<comments>http://webscholar.net/2010/11/07/repair-innodb-corruption-on-cpanel-mysql-server/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 12:05:11 +0000</pubDate>
		<dc:creator>WebScHoLaR</dc:creator>
				<category><![CDATA[cPanel/WHM]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[database corruption]]></category>
		<category><![CDATA[innodb]]></category>
		<category><![CDATA[innodb tablespace]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://webscholar.net/?p=165</guid>
		<description><![CDATA[1. Stop mysqld. 2. Backup /var/lib/mysql/ib* 3. Add the following line into /etc/my.cnf innodb_force_recovery = 4 4. Restart mysqld. 5. Dump all tables:# mysqldump -A &#62; dump.sql 6. Drop all databases which need recovery. 7. Stop mysqld. 8. Remove /var/lib/mysql/ib* 9. Comment out innodb_force_recovery in /etc/my.cnf 10. Restart mysqld. Look at mysql error log. By [...]]]></description>
		<wfw:commentRss>http://webscholar.net/2010/11/07/repair-innodb-corruption-on-cpanel-mysql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure: error: cannot run C compiled programs</title>
		<link>http://webscholar.net/2010/11/07/configure-error-cannot-run-c-compiled-programs/</link>
		<comments>http://webscholar.net/2010/11/07/configure-error-cannot-run-c-compiled-programs/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 11:58:41 +0000</pubDate>
		<dc:creator>WebScHoLaR</dc:creator>
				<category><![CDATA[cPanel/WHM]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[automount]]></category>
		<category><![CDATA[c compiled]]></category>
		<category><![CDATA[Configure]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[umount]]></category>

		<guid isPermaLink="false">http://webscholar.net/?p=171</guid>
		<description><![CDATA[/tmp drive is recommended to be mounted as noexec to prevent any exploitable scripts execution. If during installation, make fails with the error: checking whether the C compiler works&#8230; configure: error: cannot run C compiled programs. ERROR: `/root/tmp/xxxx/configure failed It means that executable files cannot be created in /tmp. Mount options for /tmp can be [...]]]></description>
		<wfw:commentRss>http://webscholar.net/2010/11/07/configure-error-cannot-run-c-compiled-programs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wrong Perl Version Display in cPanel</title>
		<link>http://webscholar.net/2010/10/10/wrong-perl-version-display-in-cpanel/</link>
		<comments>http://webscholar.net/2010/10/10/wrong-perl-version-display-in-cpanel/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 21:09:39 +0000</pubDate>
		<dc:creator>WebScHoLaR</dc:creator>
				<category><![CDATA[cPanel/WHM]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://webscholar.net/?p=161</guid>
		<description><![CDATA[cPanel displays the perl version installed on the server. If perl is upgraded and cPanel still shows the same old version, remove the perl version file from cPanel datastore inside user home: # find /home/*/.cpanel &#124; grep _usr_bin_perl_-v &#124; awk &#8216;{system (&#8220;rm &#8221; $1)}&#8217; When the user loads cPanel again it will refresh the perl [...]]]></description>
		<wfw:commentRss>http://webscholar.net/2010/10/10/wrong-perl-version-display-in-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change mailserver IP address on cPanel</title>
		<link>http://webscholar.net/2010/10/10/change-mailserver-ip-address-on-cpanel/</link>
		<comments>http://webscholar.net/2010/10/10/change-mailserver-ip-address-on-cpanel/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 20:51:36 +0000</pubDate>
		<dc:creator>WebScHoLaR</dc:creator>
				<category><![CDATA[cPanel/WHM]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[exim]]></category>
		<category><![CDATA[mailserver IP]]></category>
		<category><![CDATA[whm]]></category>

		<guid isPermaLink="false">http://webscholar.net/?p=147</guid>
		<description><![CDATA[By default mailserver uses the main ethx IP as outgoing IP to send emails. If its blacklisted then instead of changing the main ethx IP, mailserver IP can be changed. To change the IP for all domains on the server: Pre-requisite: If you are changing the mailserver ip, make sure that reverse DNS is setup for [...]]]></description>
		<wfw:commentRss>http://webscholar.net/2010/10/10/change-mailserver-ip-address-on-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

