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

<channel>
	<title>cPanel Hosting Stuff</title>
	<atom:link href="http://cpanelhostingstuff.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://cpanelhostingstuff.com</link>
	<description>cPanel Hosting Resource for users and admins</description>
	<pubDate>Tue, 07 Dec 2010 06:40:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Securing PHP on cPanel Servers: Step-by-Step</title>
		<link>http://cpanelhostingstuff.com/securing-php-on-cpanel-servers-step-by-step/</link>
		<comments>http://cpanelhostingstuff.com/securing-php-on-cpanel-servers-step-by-step/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 06:40:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Cpanel Basics]]></category>

		<guid isPermaLink="false">http://cpanelhostingstuff.com/?p=614</guid>
		<description><![CDATA[This article shows the basic steps in securing PHP, one of the most popular scripting languages used to create dynamic web pages. In order to avoid repeating information covered in the previous article, only the main differences related to the process of securing Apache will be described.
Operating system
Like in the previous article, the target operating [...]]]></description>
			<content:encoded><![CDATA[<p class="text">This article shows the basic steps in securing PHP, one of the most popular scripting languages used to create dynamic web pages. In order to avoid repeating information covered in the previous article, only the main differences related to the process of securing Apache will be described.</p>
<p class="text"><strong>Operating system</strong></p>
<p class="text">Like in the previous article, the target operating system is FreeBSD 4.7. However, the methods presented should also apply on most modern UNIX and UNIX-like systems. This article also assumes that a MySQL database is installed on the host, and is placed in the &#8220;/usr/local/mysql&#8221; directory.</p>
<p class="text"><strong>Functionality</strong></p>
<p class="text">Generally, functionality will be very similar to the one described in the previous article. However, there are some changes:</p>
<ul>
<li>The web server must handle the PHP scripting language</li>
<li>The PHP component must be able to read and write users&#8217; data in a locally installed MySQL database</li>
</ul>
<p class="text"><strong>Security assumptions</strong></p>
<p class="text">In case of security assumptions, the following have been added:</p>
<ul>
<li>The PHP configuration should take advantage of built-in security mechanisms</li>
<li>PHP scripts must be executed in a chrooted environment</li>
<li>The Apache server must reject all requests (GET and POST), which contain HTML tags (possible Cross-Site-Scripting attack) or apostrophe/quotation marks (possible SQL Injection attack)</li>
<li>No PHP warning or error messages should be shown to the web application&#8217;s regular users</li>
<li>It should be possible to store incoming GET and POST requests into a text file which will make it possible to use additional, host-based intruder detection system (HIDS), e.g. <a href="http://swatch.sourceforge.net/" target="_blank">swatch</a>.</li>
</ul>
<p><span id="more-614"></span>The most important changes that should be made to improve PHP security are as follows:</p>
]]></content:encoded>
			<wfw:commentRss>http://cpanelhostingstuff.com/securing-php-on-cpanel-servers-step-by-step/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to install CSF firewall + LFD on Cpanel Server?</title>
		<link>http://cpanelhostingstuff.com/how-to-install-csf-firewall-lfd-on-cpanel-server/</link>
		<comments>http://cpanelhostingstuff.com/how-to-install-csf-firewall-lfd-on-cpanel-server/#comments</comments>
		<pubDate>Sat, 30 Oct 2010 05:40:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Cpanel Basics]]></category>

		<guid isPermaLink="false">http://cpanelhostingstuff.com/?p=611</guid>
		<description><![CDATA[CSF firewall known as Configserver Security    and Firewall is the most trusted firewall on Cpanel servers. It&#8217;s very easy to install and manage firewall rules. It also comes with LFD which can be used as Intrusion Detection and Security application.
A Stateful Packet Inspection (SPI) firewall, Login/Intrusion Detection and Security application for Linux [...]]]></description>
			<content:encoded><![CDATA[<p><div class="wp-caption aligncenter" style="width: 478px"><a href="http://www.ehostpros.com"><img title="Unlimited Web Hosting" src="http://www.ehostpros.com/blog/wp-content/uploads/468x60-41.gif" alt="Unlimited Web Hosting" width="468" height="60" /></a><p class="wp-caption-text">Unlimited Web Hosting</p></div></p>
<p>CSF firewall known as <strong>C</strong>onfigserver <strong>S</strong>ecurity    and <strong>F</strong>irewall is the most trusted firewall on Cpanel servers. It&#8217;s very easy to install and manage firewall rules. It also comes with LFD which can be used as Intrusion Detection and Security application.</p>
<p>A Stateful Packet Inspection (SPI) firewall, Login/Intrusion Detection and Security application for Linux servers.</p>
<p>This CSF suite of scripts provides:</p>
<ul>
<li>Straight-forward SPI iptables firewall script</li>
<li>Daemon process that checks for login authentication failures for:
<ul>
<li>Courier imap, Dovecot, uw-imap, Kerio</li>
<li>openSSH</li>
<li> cPanel, WHM, Webmail (cPanel servers only)</li>
<li>Pure-<span lang="en-gb">ftp</span>d, vsftpd, Proftpd</li>
<li>Password protected web pages (htpasswd)</li>
<li> Mod_security failures (v1 and v2)</li>
<li>Suhosin failures</li>
<li>Exim SMTP AUTH</li>
<li>Custom login failures with separate log file and regular expression matching</li>
</ul>
</li>
<li>POP3/IMAP login tracking to enforce logins per hour</li>
<li>SSH login notification</li>
<li>SU login notification</li>
<li>Excessive connection blocking</li>
<li>UI Integration for <strong>cPanel</strong>, <strong>DirectAdmin</strong> and <strong>Webmin</strong></li>
<li>Easy upgrade between versions from within cPanel/WHM, DirectAdmin or  Webmin</li>
<li>Easy upgrade between versions from shell</li>
<li>Pre-configured to work on a cPanel server with all the standard cPanel ports open</li>
<li>Pre-configured to work on a DirectAdmin server with all the standard DirectAdmin ports open</li>
<li>Auto-configures the SSH port if it&#8217;s non-standard on installation</li>
<li>Block traffic on unused server IP addresses - helps reduce the risk to your server</li>
<li>Alert when end-user scripts sending excessive emails per hour - for identifying spamming scripts</li>
<li>Suspicious process reporting - reports potential exploits running on the server</li>
<li>Excessive  user processes reporting</li>
<li>Excessive  user process usage reporting and optional termination</li>
<li>Suspicious file reporting - reports potential exploit files in /tmp and similar directories</li>
<li>Directory and file watching - reports if a watched directory or a file changes</li>
<li>Block traffic on the  					<a href="http://feeds.dshield.org/block.txt" target="_blank">DShield Block List</a> and the <a href="http://www.spamhaus.org/drop/index.lasso" target="_blank">Spamhaus DROP List</a></li>
<li>BOGON packet protection</li>
<li>Pre-configured settings for Low, Medium or High firewall security (cPanel servers only)</li>
<li>Works with multiple ethernet devices</li>
<li>Server Security Check - Performs a basic security and settings check on the server (via cPanel/DirectAdmin/Webmin UI)</li>
<li>Allow Dynamic	DNS IP addresses - always allow  your IP address even if it changes whenever you connect to the internet</li>
<li>Alert sent if server load average remains high for a specified length of time</li>
<li>mod_security log reporting (if installed)</li>
<li>Email relay tracking - tracks all email sent through the server  and issues alerts for excessive usage (cPanel servers only)</li>
<li>IDS (Intrusion Detection System) - the last line of detection alerts you to changes to system and application binaries</li>
<li>SYN Flood protection</li>
<li>Ping of death protection</li>
<li>Port Scan tracking and blocking</li>
<li>Permanent <em>and</em> Temporary (with TTL) IP blocking</li>
<li>Exploit checks</li>
<li>Account modification tracking - sends alerts if an account entry is modified, e.g. if the password is changed or the login shell</li>
<li>Shared syslog aware</li>
<li><span class="style1"> </span> Messenger Service - Allows you to redirect connection requests from blocked IP addresses to preconfigured text and html pages to inform the visitor that they have been blocked in the firewall. This can be particularly useful for those with a large user base and help process support requests more efficiently</li>
<li><span class="style1"> </span> Country Code blocking - Allows you to deny or allow access by ISO Country Code</li>
<li><span class="style1"> </span> Port Flooding Detection - Per IP, per Port connection flooding detection and mitigation to help block DOS attacks</li>
<li>DirectAdmin UI integration</li>
<li>Updated Webmin UI integration</li>
<li>WHM root access notification (cPanel servers only)</li>
<li><span lang="en-gb"><span class="style1">New in v5: </span>lfd Clustering - allows IP address blocks to be  					automatically propagated around a group of servers running  					lfd. It allows allows cluster-wide allows, removals and  					configuration changes</span></li>
<li><span lang="en-gb"><span class="style1">New in v5: </span>Quick start csf - deferred startup by lfd for servers  					with large block and/or allow lists</span></li>
<li><span lang="en-gb"><span class="style1">New in v5: </span>Distributed Login Failure Attack detection</span></li>
<li><span lang="en-gb"><span class="style1">New in v5: </span>Temporary IP allows (with TTL)</span></li>
<li><span lang="en-gb"><span class="style1">New in v5: </span><strong>IPv6</strong> Support with ip6tables</span></li>
</ul>
<p>Steps to install :</p>
<p>1) Download CSF script from</p>
<p>http://www.configserver.com/free/csf.tgz</p>
<p>2) Untar File</p>
<p>tar -zxf csf.tar.gz</p>
<p>3) Install using following command</p>
<p>sh /csf/install.sh</p>
<p>That&#8217;s it! Wait for installation to finish.</p>
<p>Configuration settings:</p>
<h3>Config Files</h3>
<p><strong>/etc/csf/csf.conf</strong> CSF Firewall configuration file<br />
<strong>/etc/csf/csf.allow</strong> =&gt; Config file to allow IPs<br />
<strong>/etc/csf/csf.deny</strong> =&gt; Config file to deny IPs</p>
<p>Once CSF installed you can manage  CSF firewall from WHM &gt;&gt;<strong>CSF Security &amp; Firewall </strong>option under &#8220;Plugin&#8221; section.</p>
]]></content:encoded>
			<wfw:commentRss>http://cpanelhostingstuff.com/how-to-install-csf-firewall-lfd-on-cpanel-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to create your own hosting packages in WHM ?</title>
		<link>http://cpanelhostingstuff.com/how-to-create-your-own-hosting-packages-in-whm-2/</link>
		<comments>http://cpanelhostingstuff.com/how-to-create-your-own-hosting-packages-in-whm-2/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 05:18:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[HOWTOs :: WHM/Cpanel Problems]]></category>

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

		<guid isPermaLink="false">http://cpanelhostingstuff.com/?p=607</guid>
		<description><![CDATA[What is package (For Reseller Hosting Accounts)?
Packages enables you to create your own custom web hosting packages/plans and are a critical function in WebHost Manager for your Reseller Hosting Plan.
Web Host Manager (WHM) helps you in this process by allowing you to customize a large number of parameters, from disk space and bandwidth to the [...]]]></description>
			<content:encoded><![CDATA[<p>What is package (For <a title="cheap reseller hosting" href="http://www.ehostpros.in/reseller-hosting.html">Reseller Hosting</a> Accounts)?</p>
<p style="text-align: left;"><img class="alignnone" title="Web Site Hosting" src="http://ehostpros.files.wordpress.com/2010/06/120x60.gif" alt="" width="120" height="60" />Packages enables you to create your own custom <a title="cheap web hosting" href="http://www.ehostpros.in/">web hosting</a> packages/plans and are a critical function in WebHost Manager for your Reseller Hosting Plan.<br />
Web Host Manager (WHM) helps you in this process by allowing you to customize a large number of parameters, from disk space and bandwidth to the number of sub-domains and MySQL databases, as well as specifying whether CGI, shell access, and what CPanel default theme are provided.</p>
<p>Step-by-step procedure to create hosting packages in WHM reseller panel.</p>
<p>====================================================<br />
IMPORTANT NOTE: do not put “unlimited” text in any fields while creating package as WHM takes “Unlimited” = 1. you can assign some number 99 or 999 or 9999 instead of “unlimited”. Enter “0″ (zero) when you do not want to allow that particluar feature.<br />
====================================================</p>
<p>To add a package:</p>
<p>1) Click on the Add New Package link in the Packages menu.</p>
<p>2) Enter the name of the package and the maximum disk space the account can occupy in the Package Name and Quota fields.</p>
<p>3) Indicate whether Shell Access is allowed in the Shell Access tick box.</p>
<p>4) Enter the maximum number of items allowed in the Max Ftp Accounts, Max Email Accounts, Max Email Lists, Max SQL Databases, Max Sub Domains, Max Park Domains, and Max Addon Domains fields.<br />
See above IMPORTANT information.</p>
<p>5) Never tick IP tick Box.</p>
<p>6) Indicate whether CGI access and Frontpage Extensions are allowed in the CGI Access and Frontpage Extentions tick boxes.</p>
<p>7) Enter the maximum bandwidth in megabytes allowed by the account in the Bandwidth Limit field.</p>
<p>8 )  Select default CPanel theme for the package in the Cpanel Theme<br />
field.</p>
<p>9) Click on create button on top.</p>
<p>10) You can see status “Created the package yourusername_packagename”. WHM creates packages by adding your user name as prefix to package name.</p>
<p>Now you can start creating domains using this package.</p>
]]></content:encoded>
			<wfw:commentRss>http://cpanelhostingstuff.com/how-to-create-your-own-hosting-packages-in-whm-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MySQL tuning on cpanel servers</title>
		<link>http://cpanelhostingstuff.com/mysql-tuning-on-cpanel-servers/</link>
		<comments>http://cpanelhostingstuff.com/mysql-tuning-on-cpanel-servers/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 10:55:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[MySQL and databases]]></category>

		<guid isPermaLink="false">http://cpanelhostingstuff.com/?p=600</guid>
		<description><![CDATA[Sometimes we need to tune or optimize mySQL server configuration for better performance.
Before making any changes, I strongly recommend that you back up the file, so that you can restore it in case the service does not restart or any other problem happens:
Use the following Config for my.cnf.
1. Take backup of existing config with
cp  [...]]]></description>
			<content:encoded><![CDATA[<p><div class="wp-caption alignleft" style="width: 260px"><a title="cheap hosting" href="http://www.ehostpros.com"><img title="MySQL Web Hosting" src="http://ehostpros.files.wordpress.com/2010/08/250x250-1.jpg" alt="MySQL Web Hosting" width="250" height="250" /></a><p class="wp-caption-text">MySQL Web Hosting</p></div></p>
<p>Sometimes we need to tune or optimize mySQL server configuration for better performance.</p>
<p>Before making any changes, I strongly recommend that you back up the file, so that you can restore it in case the service does not restart or any other problem happens:</p>
<p>Use the following Config for my.cnf.</p>
<p>1. Take backup of existing config with<br />
cp  /etc/my.cnf  my.cnf.bak</p>
<p>2. vi /etc/my.cnf</p>
<p>3. Remove the whatever entry are there.</p>
<p>4. Add the following.</p>
<p>[mysqld]<br />
datadir=/var/lib/mysql<br />
socket=/var/lib/mysql/mysql.sock<br />
max_user_connections=25<br />
max_connections=500<br />
interactive_timeout=10<br />
wait_timeout=10<br />
connect_timeout=10<br />
thread_cache_size=128<br />
key_buffer=16M<br />
join_buffer=1M<br />
max_allowed_packet=16M<br />
table_cache=1024<br />
record_buffer=1M<br />
sort_buffer_size=2M<br />
read_buffer_size=2M<br />
myisam_sort_buffer_size=64M<br />
old-passwords = 1</p>
<p>[mysql.server]<br />
user=mysqlbasedir=/var/lib</p>
<p>[safe_mysqld]<br />
err-log=/var/log/mysqld.log<br />
pid-file=/var/lib/mysql/mysql.pid<br />
open_files_limit=8192</p>
<p>[mysqldump]<br />
quickmax_allowed_packet=16M</p>
<p>[mysql]<br />
no-auto-rehash</p>
<p>[isamchk]<br />
key_buffer=64M<br />
sort_buffer=64M<br />
read_buffer=16M<br />
write_buffer=16M<br />
[myisamchk]<br />
key_buffer=64M<br />
sort_buffer=64M<br />
read_buffer=16M<br />
write_buffer=16M</p>
<p>[mysqlhotcopy]<br />
interactive-timeout</p>
<p>And restart mysql on server.<br />
# /scripts/restartsrv_mysql</p>
]]></content:encoded>
			<wfw:commentRss>http://cpanelhostingstuff.com/mysql-tuning-on-cpanel-servers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Search Engine Friendly URL for Joomla not working with suPHP</title>
		<link>http://cpanelhostingstuff.com/search-engine-friendly-url-for-joomla-not-working-with-suphp/</link>
		<comments>http://cpanelhostingstuff.com/search-engine-friendly-url-for-joomla-not-working-with-suphp/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 10:53:34 +0000</pubDate>
		<dc:creator>cpanel_guru</dc:creator>
		
		<category><![CDATA[Cpanel Basics]]></category>

		<guid isPermaLink="false">http://cpanelhostingstuff.com/?p=596</guid>
		<description><![CDATA[Joomla-sites from an old server to my new webserver with suPHP the search engine friendly urls didn’t work anymore.
The main problem was that the layout was disappeared for all sites other than the main site.
In the source code of such a page I found that all CSS files had a wrong referral url:
/index.php/awards/big_awards
instead of
awards/big_awards
for example.
The [...]]]></description>
			<content:encoded><![CDATA[<p>Joomla-sites from an old server to my new webserver with <a href="http://www.suphp.org/">suPHP</a> the search engine friendly urls didn’t work anymore.<br />
The main problem was that the layout was disappeared for all sites other than the main site.</p>
<p>In the source code of such a page I found that all CSS files had a wrong referral url:<br />
<code>/index.php/awards/big_awards</code><br />
instead of<br />
<code>awards/big_awards</code><br />
for example.<br />
The starting “/index.php” should not be there.<br />
Also in other links in these page a “/index.php” too much is in the links.</p>
<p>The issue was solved by entering a value for the variable<br />
<code> var $live_site = '';</code><br />
in the configuration.php:<br />
<code> var $live_site = 'http://www.example.com';</code></p>
<p>Soruce:</p>
<p>http://www.vanachteren.net</p>
]]></content:encoded>
			<wfw:commentRss>http://cpanelhostingstuff.com/search-engine-friendly-url-for-joomla-not-working-with-suphp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Common Problems experienced with PHPSuphp</title>
		<link>http://cpanelhostingstuff.com/common-problems-experienced-with-phpsuphp/</link>
		<comments>http://cpanelhostingstuff.com/common-problems-experienced-with-phpsuphp/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 06:22:52 +0000</pubDate>
		<dc:creator>cpanel_guru</dc:creator>
		
		<category><![CDATA[Cpanel Basics]]></category>

		<guid isPermaLink="false">http://cpanelhostingstuff.com/?p=593</guid>
		<description><![CDATA[If your PHP scripts are reporting 500 Internal Server errors, please check the following:
Make sure the directory permissions are not greater than 755
Make sure the PHP file permissions are not greater than 755 - 644 is the default permissions for files uploaded by FTP and will work fine for most PHP files.
Make sure you do [...]]]></description>
			<content:encoded><![CDATA[<p>If your PHP scripts are reporting 500 Internal Server errors, please check the following:</p>
<p>Make sure the directory permissions are not greater than 755</p>
<p>Make sure the PHP file permissions are not greater than 755 - 644 is the default permissions for files uploaded by FTP and will work fine for most PHP files.</p>
<p>Make sure you do not have any .htaccess files which contain PHP flags/values or ForceType directives. These directives need to be handled differently, as explained above.</p>
<p><strong><br />
How to find and change existing users files permissions or ownerships to meet PHPSuexec or SuPHP guidelines ?</strong></p>
<p><strong>Set owner of all user files<br />
Also you can run the following to ensure all users files are correctly owned.<br />
You can do this running the following commands in shell as root;</strong></p>
<p>for CPAccess in `ls -A /var/cpanel/users`; do chown -R $CPAccess:$CPAccess /home/$CPAccess/public_html; done</p>
<p>for CPAccess in `ls -A /var/cpanel/users`; do chown $CPAccess:nobody /home/$CPAccess/public_html; done</p>
<p><strong>Set permissions of all user files</strong></p>
<p>find /home*/*/public_html -type d -perm 0777 -exec chmod 755 {} \;<br />
find /home*/*/public_html -type f -perm 0666 -exec chmod 644 {} \;</p>
]]></content:encoded>
			<wfw:commentRss>http://cpanelhostingstuff.com/common-problems-experienced-with-phpsuphp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to install suphp</title>
		<link>http://cpanelhostingstuff.com/how-to-install-suphp/</link>
		<comments>http://cpanelhostingstuff.com/how-to-install-suphp/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 05:40:23 +0000</pubDate>
		<dc:creator>cpanel_guru</dc:creator>
		
		<category><![CDATA[Apache , htaccess and Front Page]]></category>

		<guid isPermaLink="false">http://cpanelhostingstuff.com/?p=591</guid>
		<description><![CDATA[This article helps you to enable suphp on Linux servers with Cpanel..
Take the backup of httpd.conf and php.ini files.
cp /usr/local/apache/conf/httpd.conf /usr/local/apache/conf/httpd.conf.bk
cp /usr/lib/php.ini /usr/lib/php.ini.bk
Now run
/scripts/easyapache
go through the options and select suphp and complete the steps.
Once it is done, login to WHM - onfigure Suexec and PHP
Change the PHP 5 Handler from DSO to suphp.
Click on Save [...]]]></description>
			<content:encoded><![CDATA[<p>This article helps you to enable suphp on Linux servers with Cpanel..</p>
<p>Take the backup of httpd.conf and php.ini files.</p>
<p>cp /usr/local/apache/conf/httpd.conf /usr/local/apache/conf/httpd.conf.bk</p>
<p>cp /usr/lib/php.ini /usr/lib/php.ini.bk</p>
<p>Now run<br />
/scripts/easyapache</p>
<p>go through the options and select suphp and complete the steps.</p>
<p>Once it is done, login to WHM - onfigure Suexec and PHP</p>
<p>Change the PHP 5 Handler from DSO to suphp.</p>
<p>Click on Save New Configuration.</p>
<p>Done, You have completed the installation and now you can check the top command to see php processes will run with user name instead of nobody. But still apache processes run as nobody.</p>
<p>Now we have to change the ownerships and permissions….<strong></strong></p>
<p><strong>Set owner of all user files</strong></p>
<p>for CPAccess in `ls -A /var/cpanel/users`; do chown -R $CPAccess:$CPAccess /home/$CPAccess/public_html; done</p>
<p>for CPAccess in `ls -A /var/cpanel/users`; do chown $CPAccess:nobody /home/$CPAccess/public_html; done</p>
<p><strong>Set permissions of all user files</strong></p>
<p>find /home*/*/public_html -type d -perm 0777 -exec chmod 755 {} \;<br />
find /home*/*/public_html -type f -perm 0777 -exec chmod 755 {} \;<br />
find /home*/*/public_html -type f -perm 0666 -exec chmod 644 {} \;</p>
<p><strong>find the .htaccess files which contains php settings like php_value</strong></p>
<p>find /home/*/public_html -name .htaccess -type f | xargs grep -rl php_</p>
<p>It will give the list, so you can comment the php settings and add it on php.ini</p>
]]></content:encoded>
			<wfw:commentRss>http://cpanelhostingstuff.com/how-to-install-suphp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>how to make php script work in html files using .htaccess</title>
		<link>http://cpanelhostingstuff.com/how-to-make-php-script-work-in-html-files-using-htaccess/</link>
		<comments>http://cpanelhostingstuff.com/how-to-make-php-script-work-in-html-files-using-htaccess/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 07:37:38 +0000</pubDate>
		<dc:creator>cpanel_guru</dc:creator>
		
		<category><![CDATA[Cpanel Basics]]></category>

		<guid isPermaLink="false">http://cpanelhostingstuff.com/?p=586</guid>
		<description><![CDATA[If you want HTML files parsed as PHP&#8230; You can write following in .htaccess file.
For web servers using PHP as apache module:
AddType application/x-httpd-php .html .htm
For web servers running PHP as CGI:
AddHandler application/x-httpd-php .html .htm
For web servers using PHP as suphp module:
AddType application/x-httpd-php5 .htm .html
]]></description>
			<content:encoded><![CDATA[<p>If you want HTML files parsed as PHP&#8230; You can write following in .htaccess file.</p>
<p><strong>For web servers using PHP as apache module:</strong></p>
<pre class="code">AddType application/x-httpd-php .html .htm</pre>
<p><strong>For web servers running PHP as CGI:</strong></p>
<pre class="code">AddHandler application/x-httpd-php .html .htm</pre>
<p><strong>For web servers using PHP as suphp module:</strong></p>
<pre>AddType application/x-httpd-php5 .htm .html</pre>
]]></content:encoded>
			<wfw:commentRss>http://cpanelhostingstuff.com/how-to-make-php-script-work-in-html-files-using-htaccess/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Windows Hosting control panel from Cpanel</title>
		<link>http://cpanelhostingstuff.com/windows-hosting-control-panel-from-cpanel/</link>
		<comments>http://cpanelhostingstuff.com/windows-hosting-control-panel-from-cpanel/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 05:45:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[cPanel Help]]></category>

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

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

		<guid isPermaLink="false">http://cpanelhostingstuff.com/?p=584</guid>
		<description><![CDATA[Finally we see feature rich windows hosting control panel from Cpanel Inc.
The below excerpts from their web site.
========
The control panel for Windows Server
It&#8217;s here! We&#8217;ve been working hard to develop the world&#8217;s only Windows web hosting control panel worthy of carrying the cPanel logo — and now it&#8217;s arrived.
The simple yet powerful Enkompass interface offers [...]]]></description>
			<content:encoded><![CDATA[<p>Finally we see feature rich windows hosting control panel from Cpanel Inc.<br />
The below excerpts from their web site.<br />
========<br />
The control panel for Windows Server<br />
It&#8217;s here! We&#8217;ve been working hard to develop the world&#8217;s only Windows web hosting control panel worthy of carrying the cPanel logo — and now it&#8217;s arrived.</p>
<p>The simple yet powerful Enkompass interface offers a rich assortment of features that can save your business time and money.</p>
<p>Top Business Features</p>
<p>    * Reduce software licensing costs<br />
      Quickly add servers as your business grows, paying only for the licenses you need on each type of server.<br />
    * Gain access to 30% more market share<br />
      According to Netcraft, Microsoft IIS7 is is one of the two leading web server technologies, installed on over 60,000,000 servers worldwide.<br />
    * Reduce support costs<br />
      Single sign-on provides easier management, greater time savings, and the ability to add new resources.<br />
    * Accurate &#038; fast reporting<br />
      Easily run reports on bandwidth utilization, disk space utilization, active accounts, resource availability and more, for instant access to valuable decision-making tools.<br />
    * Offer premium hosting plans<br />
      As a commercial technology, Windows® web hosting can command premium prices. This provides you the opportunity to increase your bottom line.</p>
<p>For more information visit <a href="http://www.cpanel.net/windows/overview.html">http://www.cpanel.net/windows/overview.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cpanelhostingstuff.com/windows-hosting-control-panel-from-cpanel/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Three Ways to Make Your Corporate Website SEO Friendly</title>
		<link>http://cpanelhostingstuff.com/three-ways-to-make-your-corporate-website-seo-friendly/</link>
		<comments>http://cpanelhostingstuff.com/three-ways-to-make-your-corporate-website-seo-friendly/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 05:35:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Search Engine Optimization]]></category>

		<category><![CDATA[web hosting]]></category>

		<guid isPermaLink="false">http://cpanelhostingstuff.com/?p=581</guid>
		<description><![CDATA[There is a slight divide between the corporate world and the online business world. No, it is not the suit-and-tie divide, which has seen corporate attire absent in dotcom start-ups since the 1990s, and it is not the difference in business plans or funding sources between the two worlds. It is the difference in website [...]]]></description>
			<content:encoded><![CDATA[<p>There is a slight divide between the corporate world and the online business world. No, it is not the suit-and-tie divide, which has seen corporate attire absent in dotcom start-ups since the 1990s, and it is not the difference in business plans or funding sources between the two worlds. It is the difference in <a href="http://www.ehostpros.com">website design</a> and development, and it is a divide that is putting the bootstrapped online business world far ahead of its corporate rivals.</p>
<p>The problem is relatively clear when you visit a big company’s website. There’s content — lots of it — but there’s relatively little effort put forward into converting that content into anything. There’s a ton of information, a list of contact details that puts the Yellow Pages to shame, and massive potential for SEO work. However, very few big businesses put their SEO muscle to work, and more than a few settle for websites that simply do not sell their services.</p>
<p>As easy as it is to blame the lack of SEO on established buying practices — in store orders, online stores, and resellers — it’s not the total problem. Much of it is simply the fact that a lot of corporations simply are not well educated on the ultra-competitive SEO world, and view search as something other than a major priority. If your company is sounding similar, it is time to take a different approach, and to embrace search for the incredible sales and lead generation machine that it is.</p>
<p>These three suggestions could be the difference between an unknown business website and a conversion-powered one. Implement one, two, or all three and you are sure to see a world of difference in website traffic, online sales and orders, and noticeable online PR.</p>
<p>#1: Add a blog to your company website.<br />
Blogs are great for SEO, and they are even better for grassroots PR efforts. By adding a blog to your company website, you introduce a human element to an otherwise stale website. Even a simple blog can add some massive SEO power to your website, and if it attracts attention it is easy to convert that readership into a massive SEO resource.</p>
<p>#2: Experiment with dedicated SEO.<br />
External SEO firms are often a waste of money, especially for small businesses. However, when your online presence has the potential to sell millions of dollars worth of services, products, or coverage per year, it is in your best interests to open yourself to as many channels as possible. Search is the biggest online referrer, and the small cost of retaining an SEO company is quickly paid back in the incredible order boost that you’ll receive.</p>
<p>#3: Use in-house SEO to lower costs and boost awareness.<br />
Hiring a full time SEO for your company is less expensive than you would expect. While contractors are good for temporary assignments and one-off SEO boosts, if you want a dedicated SEO presence it is best to invest in someone that can work for you full time. Experiment with contract work and temporary SEO at first, then decide whether it is worth the expense of a full SEO team.</p>
<p>Sign up at ehostpros.com web hosting account for $2.99/mo. and you can start blogging in no time. We also offer <a href="http://www.ehostpros.com">Reseller Hosting</a> and <a href="http://www.ehostpros.com">Domain Name Registrations.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cpanelhostingstuff.com/three-ways-to-make-your-corporate-website-seo-friendly/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

