<?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>DS-Hosting Solutions :: Web Hosting &#124; Reseller Hosting &#124; Domain Services &#124; SSL Certificates &#187; Linux Web Hosting</title>
	<atom:link href="http://www.ds-hostingsolutions.net/kb/web-hosting/linux-web-hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ds-hostingsolutions.net/kb</link>
	<description>Read all about Reliable Web Hosting, Domain Registration and SSL Certificate services. Our All-Inclusive cPanel/WHM Packages offer a value packed hosting solution with great features.</description>
	<lastBuildDate>Fri, 10 Sep 2010 07:38:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<image>
<title>DS-Hosting Solutions :: Web Hosting | Reseller Hosting | Domain Services | SSL Certificates</title>
<url>http://www.ds-hostingsolutions.net/images/ds-hostingsolutions.gif</url>
<link>http://www.ds-hostingsolutions.net/kb</link>
<width>271</width>
<height>75</height>
<description>get_bloginfo('description')</description>
</image>		<item>
		<title>What is suPHP and what are the benefits?</title>
		<link>http://www.ds-hostingsolutions.net/kb/suphp-and-the-benefits/</link>
		<comments>http://www.ds-hostingsolutions.net/kb/suphp-and-the-benefits/#comments</comments>
		<pubDate>Sun, 24 May 2009 06:39:21 +0000</pubDate>
		<dc:creator>Support Staff</dc:creator>
				<category><![CDATA[Linux Web Hosting]]></category>
		<category><![CDATA[PHP Hosting]]></category>
		<category><![CDATA[Server Security]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[suPHP]]></category>

		<guid isPermaLink="false">http://www.ds-hostingsolutions.net/kb/?p=291</guid>
		<description><![CDATA[&#160;The earlier version was PHPsuExec but that is quickly being replaced by suPHP and the two do basically the same thing.
suPHP provides an additional layer of protection on servers. It causes php scripts to run under the account username instead of the user &#8216;nobody&#8217; which is the user that apache/php would run under on a [...]]]></description>
			<content:encoded><![CDATA[<div id="in_post_ad_top_1" style="margin: 5px;padding: 0px;"><p>&nbsp;</p></div><p>The earlier version was PHPsuExec but that is quickly being replaced by suPHP and the two do basically the same thing.</p>
<p>suPHP provides an additional layer of protection on servers. It causes php scripts to run under the account username instead of the user &#8216;nobody&#8217; which is the user that apache/php would run under on a server that is not running suPHP. This feature allows us to more easily track any potential security breaches that come in via insecure php script(s) that a user is running.</p>
<p>&nbsp;</p>
<p>suPHP also does away with the requirement of using 777 permissions on directories/files that need write permission. In fact if a directory and/or file has the permission set to (CHMOD) 777 and it is access via a browser, then an internal server error 500 will be generated. The highest level of permissions that a user can use on a suPHP enabled server is 755. This permission setting is sufficient enough for any directories/files that needs to be written to.</p>
<p>&nbsp;</p>
<p>The benefit of using suPHP besides better security, is that it will make any PHP applications (most often CMS systems) such as Mambo more user friendly. Case in point: If you upload/install anything via Mambo such as a template on a non-suphp server, then those template files will be owned by &lsquo;nobody&rsquo; and you will not be able to edit them manually or even delete them from your account. This ownership issue is done away with suPHP. On a suPHP enabled server, those same template files will be owned by the account username and the account holder will be able to manipulate those files as he sees fit.</p>
<p>&nbsp;</p>
<p>No longer do you need to use (chmod) the dangerous file permission of 666 or the folder permission of 777 to make things writable.</p>
<p>The correct permissions should be:</p>
<ul>
  <li><strong>Writable Folders:</strong> 755</li>
  <li><strong>Writable Files:</strong> 644</li>
  <li><strong>Files that need to be un-writable:</strong> 444</li>
</ul><div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://www.ds-hostingsolutions.net/kb/suphp-and-the-benefits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do your web hosting packages support the SourceGuardian PHP Encoder?</title>
		<link>http://www.ds-hostingsolutions.net/kb/sourceguardian-php-encoder/</link>
		<comments>http://www.ds-hostingsolutions.net/kb/sourceguardian-php-encoder/#comments</comments>
		<pubDate>Fri, 22 May 2009 07:39:42 +0000</pubDate>
		<dc:creator>Support Staff</dc:creator>
				<category><![CDATA[Linux Web Hosting]]></category>
		<category><![CDATA[PHP Hosting]]></category>
		<category><![CDATA[Server Security]]></category>
		<category><![CDATA[Web Hosting Services]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[suPHP]]></category>

		<guid isPermaLink="false">http://www.ds-hostingsolutions.net/kb/?p=259</guid>
		<description><![CDATA[&#160;By default, SourceGuardian is not installed on any of our web hosting packages. However, that does not mean that you are not able to host any scripts that are encoded with SourceGuardian!
SourceGuardian does tell you to upload there encoders to the scripts folder and it will load the files as long the php function dl() [...]]]></description>
			<content:encoded><![CDATA[<div id="in_post_ad_top_1" style="margin: 5px;padding: 0px;"><p>&nbsp;</p></div><p>By default, <strong>SourceGuardian</strong> is not installed on any of our web hosting packages. However, that does not mean that you are not able to host any scripts that are encoded with SourceGuardian!</p>
<p>SourceGuardian does tell you to upload there encoders to the scripts folder and it will load the files as long the php function <strong>dl()</strong> is enabled as part of the installation. And unfortunately we have to dissapoint you once again, dl() is disabled for security reasons on all web hosting packages.</p>
<p>&nbsp;</p>
<p>Below we will explain you how to get the scripts to run properly, this is possible since we run <strong>suPHP</strong>.</p>
<p>&nbsp;</p>
<p>First you need to create a new .htaccess file in your public_html folder if you haven&#8217;t done already. Otherwise you need to edit your current .htaccess file.</p>
<p>In your <strong>.htaccess</strong> file under your public_html folder, add   the following:</p>
<p>&nbsp;</p>
<p style="padding-left: 30px;"><code>suPHP_ConfigPath&nbsp;/home/<span style="color: #0000ff;">user</span>/public_html<br />
   &lt;Files&nbsp;php.ini&gt;<br />
   order   allow,deny<br />
   deny from all<br />
   &lt;/Files&gt;</code></p>
 <p>&nbsp;</p>
<p><strong><span style="color: #ff0000;">Note:</span></strong> Make sure to change the <span style="color: #0000ff;">user</span> text above to your account user name.</p>
 <p>&nbsp;</p>
 <p>Then create a <strong>php.ini</strong> file under your public_html folder and add the following (or edit the current file if you have a php.ini file):</p>
<p>&nbsp;</p>
<p style="padding-left: 30px;"><code>extension_dir=/home/<span style="color: #0000ff;">user</span>/public_html/<span style="background-color: #ffff00;">extensions</span></code></p>
<p style="padding-left: 30px;">&nbsp;</p>
<p style="padding-left: 30px;"><code>[Zend]<br />
   zend_extension=/usr/local/ioncube/ioncube_loader_lin_5.2.so<br />
   zend_optimizer.optimization_level=15<br />
   zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.3<br />
   zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3<br />
   zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so<br />
   zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so<br />
   extension=/home/user/public_html/<span style="background-color: #ffff00;">extensions</span>/ixed.5.2.lin</code></p>
<p>&nbsp;</p>
<p><strong><span style="color: #ff0000;">Note:</span></strong> Make sure to change the <span style="color: #0000ff;">user</span> text above to your account user name.</p>
<p>Zend Optimizer and IonCube loaders are added as well so you won&#8217;t drop the support for them with your new php.ini file.</p>
<p>&nbsp;</p>
<p>Now create a new folder called &quot;<span style="background-color: #ffff00;">extensions</span>&quot; in your public_html folder and download the required loader at <a href="http://www.sourceguardian.com/ixeds/ixed4.lin.x86-64.zip">http://www.sourceguardian.com/ixeds/ixed4.lin.x86-64.zip</a></p>
<p>Then extract the zip file and upload the file &quot;<strong>ixed.5.2.lin</strong>&quot; to your created folder &quot;<span style="background-color: #ffff00;">extensions</span>&quot;</p>
<p>You may choose another folder to upload the SourceGuardian loader to but remember to have the <span style="background-color: #ffff00;">folder name</span> reflect the one you typed within your php.ini file.</p>
<p>&nbsp;</p>
<p>Full details about SourceGuardian can be found at there website, located here:</p>
<p><a href="http://www.sourceguardian.com/">http://www.sourceguardian.com</a></p>
<p>&nbsp;</p>
<p>Congratulations, you have just installed SourceGuardian in your web hosting account and your script should now run properly!</p><div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://www.ds-hostingsolutions.net/kb/sourceguardian-php-encoder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the difference between hits and visits in stats reports?</title>
		<link>http://www.ds-hostingsolutions.net/kb/difference-between-hits-and-visits/</link>
		<comments>http://www.ds-hostingsolutions.net/kb/difference-between-hits-and-visits/#comments</comments>
		<pubDate>Wed, 20 May 2009 06:17:32 +0000</pubDate>
		<dc:creator>Support Staff</dc:creator>
				<category><![CDATA[Linux Web Hosting]]></category>
		<category><![CDATA[Web Hosting Services]]></category>
		<category><![CDATA[cPanel/WHM]]></category>

		<guid isPermaLink="false">http://www.ds-hostingsolutions.net/kb/?p=255</guid>
		<description><![CDATA[&#160;Any request made to the server is considered a &#34;hit&#34;. A request can be for any object, an html page, a graphic image, an audio file, a CGI script, etc. So, &#34;hits&#34; are the total number of requests that were received during the specified report period.
A &#34;visit&#34;, on the other hand, is a series of [...]]]></description>
			<content:encoded><![CDATA[<div id="in_post_ad_top_1" style="margin: 5px;padding: 0px;"><p>&nbsp;</p></div><p>Any request made to the server is considered a &quot;<strong>hit</strong>&quot;<strong>.</strong> A request can be for any object, an html page, a graphic image, an audio file, a CGI script, etc. So, &quot;hits&quot; are the total number of requests that were received during the specified report period.</p>
<p>A &quot;<strong>visit</strong>&quot;<strong>,</strong> on the other hand, is a series of &quot;<strong>hits</strong>&quot; that are deemed to have come from the same browser within a certain amount of time. A &quot;visit&quot;, therefore, represents a browser that came to your site for a while and then left.</p>
<p>&nbsp;</p>
<p>Each &quot;visit&quot; is composed of many more &quot;hits&quot;.</p>
<p>For example, when a browser requests one page on your site, webalizer will report one hit for the page request, plus one more hit for each image or other object (flash object, javascript file, etc) that was referenced on that page. That is why hits are always greater than visits.</p>
<p>&nbsp;</p>
<p>Visits are also grouped by time. Webalizer does this by looking at the IP address of the browser and calculates the amount of time since a visitor&#8217;s last requested a page/file (if any). If the time difference is greater than a pre-configured &#8216;visit timeout&#8217; value (or has never made a request before), it is considered a &#8216;new visit&#8217;.</p>
<p>&nbsp;</p>
<p>We deliver our web hosting accounts with detailed statistics to keep track of your websites visitors.</p><div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://www.ds-hostingsolutions.net/kb/difference-between-hits-and-visits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The differences between Add-On Domain and Parked Domain explained</title>
		<link>http://www.ds-hostingsolutions.net/kb/differences-addon-and-parked-domains-explained/</link>
		<comments>http://www.ds-hostingsolutions.net/kb/differences-addon-and-parked-domains-explained/#comments</comments>
		<pubDate>Tue, 19 May 2009 14:40:01 +0000</pubDate>
		<dc:creator>Support Staff</dc:creator>
				<category><![CDATA[Domain Names]]></category>
		<category><![CDATA[Linux Web Hosting]]></category>
		<category><![CDATA[Web Hosting Services]]></category>
		<category><![CDATA[cPanel/WHM]]></category>

		<guid isPermaLink="false">http://www.ds-hostingsolutions.net/kb/?p=240</guid>
		<description><![CDATA[&#160;Addon domain:
Addon domains allow you to have more than one independent website sharing the resources of your hosting account. Addon domains hosting is similar to virtualization. You can host multiple domains or multiple websites on a single account which are basically setup as sub domains on the main domain but the domains you add as [...]]]></description>
			<content:encoded><![CDATA[<div id="in_post_ad_top_1" style="margin: 5px;padding: 0px;"><p>&nbsp;</p></div><p><strong>Addon domain:</strong></p>
<p>Addon domains allow you to have more than one independent website sharing the resources of your hosting account. Addon domains hosting is similar to virtualization. You can host multiple domains or multiple websites on a single account which are basically setup as sub domains on the main domain but the domains you add as a addon domain gets parked on top of the subdomain. You can see website of the sub domain when you type your addon domain in your browser but the URL never changes as it continues with your addon domain in the browser.</p>
<p>&nbsp;</p>
<p><strong>Parked domain:</strong></p>
<p>You can have multiple domain names pointing to your site. This is a great way to increase your online visibility. Parked domain on main domain shows the website of the main domain. Similarly parked domain on the subdomain would show the website of subdomain.</p>
<p>&nbsp;</p>
<p>Examples of parked domains are:</p>
<ul>
  <li>ds-hostingsolutions<strong>.com</strong>/kb/differences-addon-and-parked-domains-explained/</li>
  <li>ds-hostingsolutions<strong>.biz</strong>/kb/differences-addon-and-parked-domains-explained/</li>
</ul>
<p>&nbsp;</p>
<p>Apache configuration needs to know what directory to call when someone opens a particular website in the browser and in case of addon domains, it will load the subdomain. Your addon domain is added as an alias for that subdomain.</p>
<p>&nbsp;</p>
<p>From a user perspective, an addon domain functions just like any other domain. You can register and set up an addon domain under your existing web hosting account. So when your visitors type &ldquo;http://www.yourdomain.com&rdquo; in their browser, they will   be transported to the new site. The difference between a parked domain and an addon domain from a web user&rsquo;s perspective is that with a parked domain the URL in the address bar will change to the physical location of the page as the page loads.</p>
<p>For example, if you type http://www.abc.com, that domain won&rsquo;t remain in the browser address bar, but will change to &ldquo;http://www.domain.com/abc/index.html&rdquo; as soon as the page is displayed.</p>
<p>&nbsp;</p>
<p>DS-Hosting Solutions allows you to add or park as many domains on your web hosting account you need.</p><div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://www.ds-hostingsolutions.net/kb/differences-addon-and-parked-domains-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
