<?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"
	>

<channel>
	<title>ServerBuddies Support Blog</title>
	<atom:link href="http://blog.serverbuddies.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.serverbuddies.com</link>
	<description>Linux Support Blog</description>
	<pubDate>Fri, 03 Sep 2010 07:49:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>How to enable cPanel / WHM /webmail after enabling firewall in Virtuozzo</title>
		<link>http://blog.serverbuddies.com/how-to-enable-cpanel-whm-webmail-after-enabling-firewall-in-virtuozzo/</link>
		<comments>http://blog.serverbuddies.com/how-to-enable-cpanel-whm-webmail-after-enabling-firewall-in-virtuozzo/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 06:25:22 +0000</pubDate>
		<dc:creator>SB-Shibu</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[cPanel Support]]></category>

		<category><![CDATA[cpanel]]></category>

		<category><![CDATA[enable]]></category>

		<category><![CDATA[Virtuozzo]]></category>

		<category><![CDATA[WHM]]></category>

		<guid isPermaLink="false">http://blog.serverbuddies.com/?p=1006</guid>
		<description><![CDATA[How to enable cPanel / WHM /webmail after enabling firewall in Virtuozzo
By default, cPanel&#8217;s and WHM&#8217;s ports are closed for Virtuozzo. We will need to open them using SSH.
As root, run the following commands:


/sbin/iptables -A VZ_INPUT -p tcp -m tcp &#8211;dport 2082 -j ACCEPT
/sbin/iptables -A VZ_INPUT -p tcp -m tcp &#8211;dport 2083 -j ACCEPT
/sbin/iptables -A [...]]]></description>
			<content:encoded><![CDATA[<p><strong>How to enable cPanel / WHM /webmail after enabling firewall in Virtuozzo</strong></p>
<p>By default, cPanel&#8217;s and WHM&#8217;s ports are closed for Virtuozzo. We will need to open them using SSH.</p>
<p>As root, run the following commands:</p>
<div class="dean_ch">
<div class="de1">
/sbin/iptables -A VZ_INPUT -p tcp -m tcp &#8211;dport 2082 -j ACCEPT<br />
/sbin/iptables -A VZ_INPUT -p tcp -m tcp &#8211;dport 2083 -j ACCEPT<br />
/sbin/iptables -A VZ_INPUT -p tcp -m tcp &#8211;dport 2086 -j ACCEPT<br />
/sbin/iptables -A VZ_INPUT -p tcp -m tcp &#8211;dport 2087 -j ACCEPT<br />
/sbin/iptables -A VZ_INPUT -p tcp -m tcp &#8211;dport 2095 -j ACCEPT<br />
/sbin/iptables -A VZ_INPUT -p tcp -m tcp &#8211;dport 2096 -j ACCEPT
</div>
</div>
<p>This will opens cPanel with and without SSL, and WHM with and without SSL and webmail ports.</p>
<p>To save the firewall changes, use the following:</p>
<div class="dean_ch">
<div class="de1">
/etc/rc.d/init.d/iptables save
</div>
</div>
<p>To see the firewall rules, type</p>
<div class="dean_ch">
<div class="de1">
iptables &#8211;list
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.serverbuddies.com/how-to-enable-cpanel-whm-webmail-after-enabling-firewall-in-virtuozzo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>cPanel VPS Account Creation [an error occurred while processing this directive]</title>
		<link>http://blog.serverbuddies.com/cpanel-vps-account-creation-an-error-occurred-while-processing-this-directive/</link>
		<comments>http://blog.serverbuddies.com/cpanel-vps-account-creation-an-error-occurred-while-processing-this-directive/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 05:32:08 +0000</pubDate>
		<dc:creator>SB-Shibu</dc:creator>
		
		<category><![CDATA[cPanel Support]]></category>

		<category><![CDATA[Account]]></category>

		<category><![CDATA[cpanel]]></category>

		<category><![CDATA[creation]]></category>

		<category><![CDATA[VPS]]></category>

		<guid isPermaLink="false">http://blog.serverbuddies.com/?p=1005</guid>
		<description><![CDATA[cPanel VPS Account Creation [an error occurred while processing this directive] 
Problem to create a new account on cPanel VPS server.


Create a new Account
[an error occurred while processing this directive] Notification =&#62; root@server.net via EMAIL [level =&#62; 3]
Account Creation


We need to find out what Cpanel error logs shows 


#tail -f /usr/local/cpanel/logs/error_log
edquota: Cannot set quota for [...]]]></description>
			<content:encoded><![CDATA[<p><strong>cPanel VPS Account Creation [an error occurred while processing this directive] </strong></p>
<p>Problem to create a new account on cPanel VPS server.</p>
<div class="dean_ch">
<div class="de1">
Create a new Account<br />
[an error occurred while processing this directive] Notification =&gt; root@server.net via EMAIL [level =&gt; 3]<br />
Account Creation
</div>
</div>
<p>We need to find out what Cpanel error logs shows </p>
<div class="dean_ch">
<div class="de1">
#tail -f /usr/local/cpanel/logs/error_log<br />
edquota: Cannot set quota for user 543 from kernel on /dev/vzfs: No such process<br />
edquota: Can’t write quota for 543 on /dev/vzfs: No such process
</div>
</div>
<p>To resolve this: We need to raise the quotagidlimit from the resource tab on the hardware node.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.serverbuddies.com/cpanel-vps-account-creation-an-error-occurred-while-processing-this-directive/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Building the Apache Configuration File in WHM</title>
		<link>http://blog.serverbuddies.com/building-the-apache-configuration-file-in-whm/</link>
		<comments>http://blog.serverbuddies.com/building-the-apache-configuration-file-in-whm/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 04:30:31 +0000</pubDate>
		<dc:creator>SB-Shibu</dc:creator>
		
		<category><![CDATA[cPanel Support]]></category>

		<category><![CDATA[Apache]]></category>

		<category><![CDATA[building]]></category>

		<category><![CDATA[configuration]]></category>

		<category><![CDATA[file]]></category>

		<category><![CDATA[WHM]]></category>

		<guid isPermaLink="false">http://blog.serverbuddies.com/?p=1004</guid>
		<description><![CDATA[Building the Apache Configuration File in WHM
The build process begins by distilling and recording Apache’s current configuration. The build time options you configured during the EasyApache setup are used to begin building the configuration. 
Option modules such as mod_security are installed, and their corresponding modifications are made to the new Apache configuration file.
A new, assumedly [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Building the Apache Configuration File in WHM</strong></p>
<p>The build process begins by distilling and recording Apache’s current configuration. The build time options you configured during the EasyApache setup are used to begin building the configuration. </p>
<p>Option modules such as <strong>mod_security</strong> are installed, and their corresponding modifications are made to the new Apache configuration file.<br />
A new, assumedly valid Apache configuration file will exist in the configuration directory.<br />
Directives added to the final Apache configuration file as defaults have been removed at this point.<br />
No VirtualHost entries exist in the configuration file at this point.</p>
<p>The new configuration is distilled in much the same way as before; however, this time the configuration is used as the basis for creating the server’s main Apache configuration template.<br />
New directives and values are stored.</p>
<p>Any directives and values held over from the previous configuration will retain their values from that configuration.<br />
The combination of the main template and data stores will be the basis for regenerating the final configuration file.</p>
<p>Finally, the new Apache configuration file is generated from the template and data stores and checked for syntactical correctness.<br />
If the new file passes the test, the process is complete.<br />
If the file fails the syntax check, the previous Apache configuration is restored.</p>
<p><strong>Reference</strong>:  <a href="http://cpanel.net">http://cpanel.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.serverbuddies.com/building-the-apache-configuration-file-in-whm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Enabling or disabling SuExec in WHM</title>
		<link>http://blog.serverbuddies.com/enabling-or-disabling-suexec-in-whm/</link>
		<comments>http://blog.serverbuddies.com/enabling-or-disabling-suexec-in-whm/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 02:59:58 +0000</pubDate>
		<dc:creator>SB-Shibu</dc:creator>
		
		<category><![CDATA[cPanel Support]]></category>

		<category><![CDATA[Disabling]]></category>

		<category><![CDATA[Enabling]]></category>

		<category><![CDATA[Suexec]]></category>

		<category><![CDATA[WHM]]></category>

		<guid isPermaLink="false">http://blog.serverbuddies.com/?p=1003</guid>
		<description><![CDATA[Enabling or disabling SuExec in WHM
SuExec is an Apache feature that gives users the ability to run CGI and SSI programs using user IDs that are different from the user ID of the calling web server. This effectively means that CGI and SSI programs will not have access to the root account or have root [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Enabling or disabling SuExec in WHM</strong></p>
<p>SuExec is an Apache feature that gives users the ability to run CGI and SSI programs using user IDs that are different from the user ID of the calling web server. This effectively means that CGI and SSI programs will not have access to the root account or have root permissions.</p>
<p><strong>To enable or disable SuExec</strong>:</p>
<p>1.Click on the Enable/Disable SuExec link in the Server Setup menu.<br />
2.Click on the Enable button to enable SuExec or click on the Disable button to disable SuExec.</p>
<p>suEXEC is based on a setuid &#8220;wrapper&#8221; program that is called by the main Apache web server. This wrapper is called when an HTTP request is made for a CGI or SSI program that the administrator has designated to run as a userid other than that of the main server. When such a request is made, Apache provides the suEXEC wrapper with the program&#8217;s name and the user and group IDs under which the program is to execute.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.serverbuddies.com/enabling-or-disabling-suexec-in-whm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Rolling back files in WHM</title>
		<link>http://blog.serverbuddies.com/rolling-back-files-in-whm/</link>
		<comments>http://blog.serverbuddies.com/rolling-back-files-in-whm/#comments</comments>
		<pubDate>Sun, 29 Aug 2010 15:02:54 +0000</pubDate>
		<dc:creator>SB-Shibu</dc:creator>
		
		<category><![CDATA[cPanel Support]]></category>

		<category><![CDATA[back]]></category>

		<category><![CDATA[Files]]></category>

		<category><![CDATA[Rolling]]></category>

		<category><![CDATA[WHM]]></category>

		<guid isPermaLink="false">http://blog.serverbuddies.com/?p=1002</guid>
		<description><![CDATA[Rolling back files in WHM
WebHost Manager automatically saves a backup version of the following three files whenever they are changed:
*httpd.conf
*named.conf
*proftpd.conf or pure-ftpd.conf
You can revert to any of the previously saved versions whenever required. The restored version becomes the latest version, and does not delete other versions.
To roll back a file:
Please select a file to rollback:
Click [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Rolling back files in WHM</strong></p>
<p>WebHost Manager automatically saves a backup version of the following three files whenever they are changed:</p>
<p>*httpd.conf<br />
*named.conf<br />
*proftpd.conf or pure-ftpd.conf</p>
<p>You can revert to any of the previously saved versions whenever required. The restored version becomes the latest version, and does not delete other versions.</p>
<p><strong>To roll back a file:</strong></p>
<p>Please select a file to rollback:</p>
<p>Click on the Configuration File Rollback link in the Backup menu.</p>
<p>Click on the Back button button to review previous versions. As you change files, the Date field will update and the display area will update with the contents of the different file.<br />
Click on the Restore button to roll back to the displayed version of the file.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.serverbuddies.com/rolling-back-files-in-whm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Changing a certificate in WebHost Manager</title>
		<link>http://blog.serverbuddies.com/changing-a-certificate-in-webhost-manager/</link>
		<comments>http://blog.serverbuddies.com/changing-a-certificate-in-webhost-manager/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 14:58:53 +0000</pubDate>
		<dc:creator>SB-Shibu</dc:creator>
		
		<category><![CDATA[cPanel Support]]></category>

		<category><![CDATA[certificate]]></category>

		<category><![CDATA[Changing]]></category>

		<category><![CDATA[manager]]></category>

		<category><![CDATA[WebHost]]></category>

		<guid isPermaLink="false">http://blog.serverbuddies.com/?p=1001</guid>
		<description><![CDATA[Changing a certificate in WebHost Manager
WebHost Manager enables you to change your CPanel and WebHost Manager certificate automatically, without having to manually find and replace the certificate files.
Note:  The CPanel certificate is used in the https://www.yourdomain.com:2083 address and the WebHost Manager certificate is used in the https://www.yourdomain.com:2087 address.
To change a certificate:
1.Click on the Change [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Changing a certificate in WebHost Manager</strong></p>
<p>WebHost Manager enables you to change your CPanel and WebHost Manager certificate automatically, without having to manually find and replace the certificate files.</p>
<p><strong>Note</strong>:  The CPanel certificate is used in the https://www.yourdomain.com:2083 address and the WebHost Manager certificate is used in the https://www.yourdomain.com:2087 address.</p>
<p><strong>To change a certificate</strong>:</p>
<p>1.Click on the Change CPanel/WHM Certificate link in the SSL/TLS menu.<br />
2.Enter the domain for the certificate in the Domain this CRT is for field.<br />
3.Click on the Fetch button to paste the .key and .crt files for the domain into the available display spaces, if they are currently on your server. Otherwise, copy and paste the .key and .crt files into the available display areas.</p>
<p><strong>Note</strong>: If you generated the certificate using WebHost Manager, the certificate files will be available.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.serverbuddies.com/changing-a-certificate-in-webhost-manager/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Apache mod_userdir Tweak in WHM</title>
		<link>http://blog.serverbuddies.com/apache-mod_userdir-tweak-in-whm/</link>
		<comments>http://blog.serverbuddies.com/apache-mod_userdir-tweak-in-whm/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 11:08:38 +0000</pubDate>
		<dc:creator>SB-Shibu</dc:creator>
		
		<category><![CDATA[cPanel Support]]></category>

		<guid isPermaLink="false">http://blog.serverbuddies.com/?p=1000</guid>
		<description><![CDATA[Apache mod_userdir Tweak in WHM
mod_userdir Protection
Apache&#8217;s mod_userdir allows users to view their sites by entering a tilde(~) and their username as the uri on a specific host. 
For example http://test.serverbuddies.com/~bud/ will bring up the user bud&#8217;s domain. 
The disadvantage of this feature is that any bandwidth usage used by this site will be put on [...]]]></description>
			<content:encoded><![CDATA[<p>Apache mod_userdir Tweak in WHM</p>
<p><strong>mod_userdir Protection</strong></p>
<p>Apache&#8217;s mod_userdir allows users to view their sites by entering a tilde(~) and their username as the uri on a specific host. </p>
<p>For example http://test.serverbuddies.com/~bud/ will bring up the user bud&#8217;s domain. </p>
<p>The disadvantage of this feature is that any bandwidth usage used by this site will be put on the domain it is accessed under (in this case test.serverbuddies.com). mod_userdir protection prevents this from happening. </p>
<p>We can disable it on specific virtual hosts (generally shared ssl hosts).</p>
<div class="dean_ch">
<div class="de1">
Main &gt;&gt; Security Center &gt;&gt; Apache mod_userdir Tweak
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.serverbuddies.com/apache-mod_userdir-tweak-in-whm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Repairing MySQL database form WHM</title>
		<link>http://blog.serverbuddies.com/repairing-mysql-database-form-whm/</link>
		<comments>http://blog.serverbuddies.com/repairing-mysql-database-form-whm/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 10:46:12 +0000</pubDate>
		<dc:creator>SB-Shibu</dc:creator>
		
		<category><![CDATA[cPanel Support]]></category>

		<category><![CDATA[database]]></category>

		<category><![CDATA[mySQL]]></category>

		<category><![CDATA[Repairing]]></category>

		<category><![CDATA[WHM]]></category>

		<guid isPermaLink="false">http://blog.serverbuddies.com/?p=999</guid>
		<description><![CDATA[Repairing MySQL database form WHM.
You can attempt to repair MySQL databases using WebHost Manager.
Then function checks each table for errors and tempts to fix them.
To repair a database:
Click on the Repair a Database link in the MySQL menu.
Click on the database that you want to repair in the displayed list and click on the Repair [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Repairing MySQL database form WHM.</strong></p>
<p>You can attempt to repair MySQL databases using WebHost Manager.</p>
<p>Then function checks each table for errors and tempts to fix them.</p>
<p><strong>To repair a database</strong>:</p>
<p>Click on the Repair a Database link in the MySQL menu.<br />
Click on the database that you want to repair in the displayed list and click on the Repair Database button.</p>
<p>A status list is displayed, stating which tables have been checked and the result.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.serverbuddies.com/repairing-mysql-database-form-whm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to install or add a package in FreeBSD</title>
		<link>http://blog.serverbuddies.com/how-to-install-or-add-a-package-in-freebsd/</link>
		<comments>http://blog.serverbuddies.com/how-to-install-or-add-a-package-in-freebsd/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 15:41:55 +0000</pubDate>
		<dc:creator>SB-Shibu</dc:creator>
		
		<category><![CDATA[cPanel Support]]></category>

		<category><![CDATA[add]]></category>

		<category><![CDATA[FreeBSD]]></category>

		<category><![CDATA[install]]></category>

		<category><![CDATA[package]]></category>

		<guid isPermaLink="false">http://blog.serverbuddies.com/?p=998</guid>
		<description><![CDATA[How to install or add a package in FreeBSD
To install a Port: (ImageMagick as an example)


cd /usr/ports/graphics/ImageMagick/ &#38;&#38; make install clean


If you do not have a source of local packages (such as a FreeBSD CD-ROM set) then it will probably be easier to use the -r option to pkg_add(1). This will cause the utility to [...]]]></description>
			<content:encoded><![CDATA[<p><strong>How to install or add a package in FreeBSD</strong></p>
<p><strong>To install a Port</strong>: (ImageMagick as an example)</p>
<div class="dean_ch">
<div class="de1">
cd /usr/ports/graphics/ImageMagick/ &amp;&amp; make install clean
</div>
</div>
<p>If you do not have a source of local packages (such as a FreeBSD CD-ROM set) then it will probably be easier to use the -r option to <strong>pkg_add</strong>(1). This will cause the utility to automatically determine the correct object format and release and then fetch and install the package from an FTP site.</p>
<div class="dean_ch">
<div class="de1">
pkg_add -r lsof
</div>
</div>
<p>The example above would download the correct package and add it without any further user intervention.</p>
<p><strong>pkg_info</strong>(1) is a utility that lists and describes the various packages installed.</p>
<p>To remove a previously installed software package, use the pkg_delete(1) utility.</p>
<div class="dean_ch">
<div class="de1">
pkg_delete xchat-1.7.1
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.serverbuddies.com/how-to-install-or-add-a-package-in-freebsd/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Establishing a trust relationship and synchronize DNS records</title>
		<link>http://blog.serverbuddies.com/establishing-a-trust-relationship-and-synchronize-dns-records/</link>
		<comments>http://blog.serverbuddies.com/establishing-a-trust-relationship-and-synchronize-dns-records/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 04:09:49 +0000</pubDate>
		<dc:creator>SB-Shibu</dc:creator>
		
		<category><![CDATA[cPanel Support]]></category>

		<category><![CDATA[DNS]]></category>

		<category><![CDATA[Establishing]]></category>

		<category><![CDATA[Records]]></category>

		<category><![CDATA[relationship]]></category>

		<category><![CDATA[Synchronize]]></category>

		<category><![CDATA[trust]]></category>

		<guid isPermaLink="false">http://blog.serverbuddies.com/?p=997</guid>
		<description><![CDATA[Establishing a trust relationship and synchronize DNS records.
We can establish a master/primary nameserver relationship at server setup level. If you do set up a primary nameserver, we need to establish a trust relationship between the two servers so that you can add all DNS entries from the primary nameserver. This saves you having to log [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Establishing a trust relationship and synchronize DNS records.</strong></p>
<p>We can establish a master/primary nameserver relationship at server setup level. If you do set up a primary nameserver, we need to establish a trust relationship between the two servers so that you can add all DNS entries from the primary nameserver. This saves you having to log on to multiple servers to set up various DNS entries.</p>
<p><strong>To establish a trust relationship with a primary nameserver</strong>.</p>
<p>1.Click on the Establish A Trust Relationship With a Primary Nameserver link in the DNS Functions menu.<br />
2.Enter the root password for the trusted nameserver in the Master Server Root Password field.</p>
<p>Once you have established a trust relationship with a primary nameserver, you will need to synchronize the DNS records between the primary and secondary nameservers after you have added new DNS entries.</p>
<p><strong>To synchronize DNS records with the primary nameserver</strong>:</p>
<p>1.Click on the Synchronize DNS Records with Primary Nameserver link in the DNS Functions menu.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.serverbuddies.com/establishing-a-trust-relationship-and-synchronize-dns-records/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
