<?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>Reaper-X .:[ ID ]:. &#187; Web Servers</title>
	<atom:link href="http://www.reaper-x.com/category/web-servers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reaper-x.com</link>
	<description>Computers, Games, Technology ... Whatever</description>
	<pubDate>Tue, 21 Oct 2008 09:37:37 +0000</pubDate>
	
	<language>en</language>
			<item>
		<title>4 Things you should know, before moving into VPS</title>
		<link>http://www.reaper-x.com/2007/08/19/4-things-you-should-know-before-moving-into-vps/</link>
		<comments>http://www.reaper-x.com/2007/08/19/4-things-you-should-know-before-moving-into-vps/#comments</comments>
		<pubDate>Sat, 18 Aug 2007 18:44:46 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Web Hosting]]></category>

		<category><![CDATA[Web Servers]]></category>

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

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

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

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

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

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

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

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

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

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

		<guid isPermaLink="false">http://www.reaper-x.com/2007/08/19/4-things-you-should-know-before-moving-into-vps/</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/08/19/4-things-you-should-know-before-moving-into-vps/" title="4 Things you should know, before moving into VPS"><strong>4 Things you should know, before moving into VPS</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Web Servers"><strong>Reaper-X</strong></a></p>You are interested on moving your site into VPS based hosting (i called VPS as second level hosting, while shared hosting as first level), but you&#8217;re still confused on how your site are going to perfo...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/08/19/4-things-you-should-know-before-moving-into-vps/" title="4 Things you should know, before moving into VPS"><strong>4 Things you should know, before moving into VPS</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Web Servers"><strong>Reaper-X</strong></a></p><p>You are interested on moving your site into VPS based hosting (i called VPS as second level hosting, while shared hosting as first level), but you&rsquo;re still confused on how your site are going to perform under VPS, is it going to be worse than shared hosting or is it going to be a lot better than before. And to make&nbsp;explain few things about it, i&rsquo;ve decided to write this post</p>
<p><span id="more-593"></span></p>
<p>Okay here&nbsp;are&nbsp;what&nbsp;you should know before moving&nbsp;into VPS hosting&nbsp;:</p>
<p><strong>Control Panel</strong></p>
<p>Most shared hosting use CPanel for their client, and that mean if you want a smooth transition from your old shared hosting account into your new vps, your best option is of course to choose the vps hosting account that is using the same control panel like your previous control panel, beside you already familiar with it</p>
<p><strong>Guaranteed Memory / RAM</strong></p>
<p>Back then you don&rsquo;t need to worry about RAM / Memory problem because most shared hosting use 4GB RAM (at least on my <a href="http://www.reaper-x.com/redir/hostgator">Hostgator</a> account) for their customers, although it&rsquo;s shared with hundreds or thousands other customers and your memory usage is capped at certain level. But that things won&rsquo;t happen anymore at VPS, because you&rsquo;ll get what you pay for</p>
<p>And as a note, memory is the most important things you should&nbsp;consider before getting your vps&nbsp;other than the control panel itself, and trust me if your vps doesn&rsquo;t have enough memory you&rsquo;ll see lots of services aren&rsquo;t going to start / often fail,&nbsp;like the HTTPD (Apache Webserver in my case)</p>
<p><strong>PHPSuexec vs mod_php</strong></p>
<p>Many shared hosting use PHPSuexec on their server, because it is necessary for them to do that as security purpose which is good. Unfortunately, your new vps aren&rsquo;t going to use the same setup like your previous hosting (most of the time you&rsquo;re going to use PHP which is loaded as apache module by default on your VPS)&nbsp;so you&rsquo;ll need to make some modification to your new vps account before started using it</p>
<p>And just in case you didn&rsquo;t know what is PHPSuexec, i&rsquo;ll give you an example on what PHPSuexec actually does :</p>
<p><em>For example</em>, you were&nbsp;running some php script / cms / blogging software that requires you to change permission&nbsp;(using&nbsp;chmod 777 command / change permission using your ftp program)&nbsp;on some directories / files&nbsp;in order to give access&nbsp;to write something into that directory or file</p>
<p>Back then when you&rsquo;re under PHPSuexec, you can just safely ignore that instruction that tell you to chmod certain files / directories to 777,&nbsp;beside when you run under PHPSuexec you&rsquo;re going to get a server error message if you try to chmod some files into 777 because PHPSuexec&nbsp;doesn&rsquo;t&nbsp;want&nbsp;you to&nbsp;run a&nbsp;script&nbsp;with insecure permission</p>
<p>in&nbsp;other words,&nbsp;by using&nbsp;phpsuexec, because it&rsquo;s (the script)&nbsp;run under your own userid, you can write anything in your own directory (files, etc) without having to chmod it first into world writable permission (777)</p>
<p>As a side note, if i should choose between running php as apache module (mod_php) and phpsuexec, i&rsquo;d definitely choose to&nbsp;use phpsuexec although that mean i&rsquo;m losing the server performance and taking up lots of server resources</p>
<p><strong>Basic / Intermediate Knowledge on how to set up things on your VPS</strong></p>
<p>Even though&nbsp;you&rsquo;re using a managed VPS, you&rsquo;ll need to know some basic unix / linux&nbsp;command (if you choose linux vps hosting) also knowledge on how to configure something by yourself. Because most web hosting company aren&rsquo;t going to help you on optimizing your VPS</p>
<p>So what&rsquo;s the conclusion ?</p>
<p>Based from the above paragraphs, i&nbsp;think you&rsquo;ve guessed that shared hosting is the best and the easiest way to&nbsp;get your website up and running perfectly. But that doesn&rsquo;t mean you shouldn&rsquo;t&nbsp;use a vps, because vps is the way to go when you&rsquo;re serious about your website</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2007/08/19/4-things-you-should-know-before-moving-into-vps/" title="4 Things you should know, before moving into VPS">Permalink</a> | <a href="http://www.reaper-x.com/2007/08/19/4-things-you-should-know-before-moving-into-vps/#comments" title="2 comments">2 comments</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/web-hosting/" title="View all posts in Web Hosting" rel="category tag">Web Hosting</a>,  <a href="http://www.reaper-x.com/category/web-servers/" title="View all posts in Web Servers" rel="category tag">Web Servers</a>,  <a href="http://www.reaper-x.com/category/website/" title="View all posts in Website" rel="category tag">Website</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2007/08/19/4-things-you-should-know-before-moving-into-vps/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHP-FastCGI, Suexec, and XCache Installed</title>
		<link>http://www.reaper-x.com/2007/08/18/php-fastcgi-suexec-and-xcache-installed/</link>
		<comments>http://www.reaper-x.com/2007/08/18/php-fastcgi-suexec-and-xcache-installed/#comments</comments>
		<pubDate>Sat, 18 Aug 2007 02:27:17 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Apache]]></category>

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

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

		<category><![CDATA[Web Servers]]></category>

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

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

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

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

		<guid isPermaLink="false">http://www.reaper-x.com/2007/08/18/php-fastcgi-suexec-and-xcache-installed/</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/08/18/php-fastcgi-suexec-and-xcache-installed/" title="PHP-FastCGI, Suexec, and XCache Installed"><strong>PHP-FastCGI, Suexec, and XCache Installed</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Web Servers"><strong>Reaper-X</strong></a></p>After 1 week thinking about on should i install PHP-FastCGI with Suexec combined with XCache (PHP OP-Code Cache) because my current host aren&#8217;t going to support it (although they say, they can help me...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/08/18/php-fastcgi-suexec-and-xcache-installed/" title="PHP-FastCGI, Suexec, and XCache Installed"><strong>PHP-FastCGI, Suexec, and XCache Installed</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Web Servers"><strong>Reaper-X</strong></a></p><p>After 1 week thinking about on should i install PHP-FastCGI with Suexec combined with XCache (PHP OP-Code Cache)&nbsp;because my current host aren&rsquo;t going to support it (although they say, they can help me installing it) if i&rsquo;m going this way, i&rsquo;ve decided to use them all together eventhough i have to do it all by myself (as learning purpose of course) &hellip; and after 6 hours (or more) playing around with it &hellip; i managed to&nbsp;set them&nbsp;all nicely</p>
<p><span id="more-592"></span></p>
<p>Btw if you ask me, why i really want to use PHP-FastCGI with Suexec and XCache eventhough my host aren&rsquo;t going to support it, the answers are&nbsp;:</p>
<ol>
<li>Running PHP as Apache Module isn&rsquo;t really good (although it&rsquo;s the fastest and the easiest to configure with), because it&rsquo;s running under Apache userid not your own userid. But if it&rsquo;s for me, i do not like to chmod some of my files / directory into world writeable</li>
<li>PHPSuexec takes too many resources although it&rsquo;s secure (from security point of view), but it has the other advantage, because if you run PHPSuexec, you don&rsquo;t need to chmod some of your files / directory into 777 (beside chmod 777 is not going to work with PHPSuexec). Unfortunately the downside from this method is &hellip; i can&rsquo;t use any PHP OPCode cache / any php accelerator out there</li>
</ol>
<p>So based on that conclusion, i try reading various material about this stuff on the web, and found that the best solution is to use PHP-FastCGI with Suexec enabled to run under your own userid, and the good side from this method is you can use PHP Accelerator. Fortunately <a href="http://morph3ous.net/2006/08/03/suexec-php-514-fastcgi-and-cpanel/" rel="nofollow">there&rsquo;s someone who&rsquo;s using an almost&nbsp;identical server setup like mine</a>&nbsp;so i can simply follow his guide (although i need to do some little modification because i can&rsquo;t seem to get the .fcgi script to run if i&rsquo;m not putting it in some directory that is allowed to execute CGI) :D</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2007/08/18/php-fastcgi-suexec-and-xcache-installed/" title="PHP-FastCGI, Suexec, and XCache Installed">Permalink</a> | <a href="http://www.reaper-x.com/2007/08/18/php-fastcgi-suexec-and-xcache-installed/#comments" title="Add a comment">Add a comment</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/apache/" title="View all posts in Apache" rel="category tag">Apache</a>,  <a href="http://www.reaper-x.com/category/linux/" title="View all posts in Linux" rel="category tag">Linux</a>,  <a href="http://www.reaper-x.com/category/php/" title="View all posts in PHP" rel="category tag">PHP</a>,  <a href="http://www.reaper-x.com/category/web-servers/" title="View all posts in Web Servers" rel="category tag">Web Servers</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2007/08/18/php-fastcgi-suexec-and-xcache-installed/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Client denied by Server Configuration</title>
		<link>http://www.reaper-x.com/2007/08/07/client-denied-by-server-configuration/</link>
		<comments>http://www.reaper-x.com/2007/08/07/client-denied-by-server-configuration/#comments</comments>
		<pubDate>Tue, 07 Aug 2007 12:31:04 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Apache]]></category>

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

		<category><![CDATA[Web Servers]]></category>

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

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

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

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

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

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

		<guid isPermaLink="false">http://www.reaper-x.com/2007/08/07/client-denied-by-server-configuration/</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/08/07/client-denied-by-server-configuration/" title="Client denied by Server Configuration"><strong>Client denied by Server Configuration</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Web Servers"><strong>Reaper-X</strong></a></p>This is perhaps might be useful especially to those who s using managed server / managed vps (or have anything core system component installed and configured for you) and keep seeing client denied by...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/08/07/client-denied-by-server-configuration/" title="Client denied by Server Configuration"><strong>Client denied by Server Configuration</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Web Servers"><strong>Reaper-X</strong></a></p><p>This is perhaps might be useful especially to those who&rsquo;s using managed server / managed vps (or have anything related to core system component installed and configured for you) and keep seeing client denied by server configuration message on your site error_log (via CPanel or other method)&nbsp;&hellip; because that&rsquo;s what happened to me today</p>
<p>I keep seeing someone trying to access this site and get blocked immediately, but what makes it strange this error message only appear on <a href="http://www.reaper-x.com/2007/06/28/configuring-mangos-for-tbc-server-or-wow-classic-server-setting-up-private-wow-server/">some</a> of <a href="http://www.reaper-x.com/2007/04/19/how-to-configure-mangos-the-world-of-warcraft-emulator/">my pages</a>. Although when i tried to access those pages, i can see it without problem at all (yes, i have mod_security installed), so that mean there&rsquo;s something wrong somewhere in my apache configuration because if it&rsquo;s caused by hotlink protection, i already make sure it still can be viewed by those who&rsquo;s blocking their referer address</p>
<p><span id="more-590"></span></p>
<p>So after taking a good look into the httpd.conf, i found that my current host already configured&nbsp;apache to load some configuration rules outside the httpd.conf, and after checking each conf i found something i haven&rsquo;t seen before</p>
<p><em>DOSHashTableSize 3097<br />DOSPageCount 2<br />DOSSiteCount 50<br />DOSPageInterval 1<br />DOSSiteInterval 1<br />DOSBlockingPeriod 10</em></p>
<p><em>Note : the above directives is a sample</em></p>
<p>Of course the next step would be searching what this configuration directive actually does, and&nbsp;then&nbsp;i find out that my host currently use <a href="http://www.zdziarski.com/projects/mod_evasive/">mod_evasive</a> as protection measure againts HTTP Ddos attack</p>
<p>So what do i do then ? of course after i read what those configuration directives do (you can see it from the readme file attached in the mod_evasive file), i reconfigured it by increasing it value slightly&nbsp;to make sure that it&rsquo;s working properly</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2007/08/07/client-denied-by-server-configuration/" title="Client denied by Server Configuration">Permalink</a> | <a href="http://www.reaper-x.com/2007/08/07/client-denied-by-server-configuration/#comments" title="Add a comment">Add a comment</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/apache/" title="View all posts in Apache" rel="category tag">Apache</a>,  <a href="http://www.reaper-x.com/category/linux/" title="View all posts in Linux" rel="category tag">Linux</a>,  <a href="http://www.reaper-x.com/category/web-servers/" title="View all posts in Web Servers" rel="category tag">Web Servers</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2007/08/07/client-denied-by-server-configuration/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing and setting up Apache Webserver with PHP - Setting up Private WoW Server</title>
		<link>http://www.reaper-x.com/2007/07/09/installing-and-setting-up-apache-webserver-with-php-setting-up-private-wow-server/</link>
		<comments>http://www.reaper-x.com/2007/07/09/installing-and-setting-up-apache-webserver-with-php-setting-up-private-wow-server/#comments</comments>
		<pubDate>Mon, 09 Jul 2007 09:40:18 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Apache]]></category>

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

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

		<category><![CDATA[Web Servers]]></category>

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

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

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

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

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

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

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

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

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

		<category><![CDATA[world of warcraft]]></category>

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

		<guid isPermaLink="false">http://www.reaper-x.com/2007/07/09/installing-and-setting-up-apache-webserver-with-php-setting-up-private-wow-server/</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/07/09/installing-and-setting-up-apache-webserver-with-php-setting-up-private-wow-server/" title="Installing and setting up Apache Webserver with PHP - Setting up Private WoW Server"><strong>Installing and setting up Apache Webserver with PHP - Setting up Private WoW Server</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Web Servers"><strong>Reaper-X</strong></a></p>Okay this is the last part of my guide about creating and setting up private wow server. And as the title said, this part is all about setting up webserver using apache on your pc that can be used to put the registration page for your private wow server]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/07/09/installing-and-setting-up-apache-webserver-with-php-setting-up-private-wow-server/" title="Installing and setting up Apache Webserver with PHP - Setting up Private WoW Server"><strong>Installing and setting up Apache Webserver with PHP - Setting up Private WoW Server</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Web Servers"><strong>Reaper-X</strong></a></p><p><em>This is the fourth part of the Creating your own World of Warcraft Server using Mangos</em></p>
<ol>
<li><em>The First part is <a href="http://www.reaper-x.com/2007/06/27/mysql-installation-and-configuration-setting-up-private-wow-server/">all about Installing and Configuring MySQL</a> on your Windows Machine</em></li>
<li><em>The Second part is about&nbsp;<a href="http://www.reaper-x.com/2007/06/28/configuring-mangos-for-tbc-server-or-wow-classic-server-setting-up-private-wow-server/">Configuring the WoW Mangos</a> itself</em></li>
<li><em>The Third part is all about <a href="http://www.reaper-x.com/2007/07/03/creating-public-server-for-lan-party-setting-up-private-wow-server/">Setting up Private WOW Server for Lan Party</a></em></li>
<li><em>The Fourth part is all about <a href="http://www.reaper-x.com/2007/07/09/installing-and-setting-up-apache-webserver-with-php-setting-up-private-wow-server/">Installing and Setting up Apache Webserver with PHP</a></em></li>
</ol>
<p>Okay this is the last part of my guide about creating and setting up private wow server. And as the title said, this part is all about setting up webserver using apache on your pc that can be used to put the registration page for your private wow server</p>
<p>Previously i&rsquo;ve said that i want to tell you on how to create the registration page for your wow server. Unfortunately, it seems impossible (if you know a good registration page that can be used for WoW Classic Server and TBC Server &hellip; please let me know) because different mangos version use different structure like column number differences between the wow classic server with the wow tbc server inside the realmd.account table. So in this guide im going to tell you to use the simple registration page created by Mangos-files.de that can be used for the registration page of your WoW Classic Server</p>
<p><span id="more-572"></span></p>
<p>But i think you don&rsquo;t have to worry about that, because if you understand the steps required to set up webserver on your pc, basically you&rsquo;ve done the important part with the exception you might need to edit / create the registration page by yourself</p>
<p>As a side note, you can also use your webserver for many other things like hosting your own webpages from your own computer :)</p>
<p>That&rsquo;s all for the intro &hellip; now we&rsquo;re going to start the guide</p>
<p><strong>Requirements :</strong></p>
<ul>
<li><a href="http://httpd.apache.org/">Apache HTTPD</a> (Free / Open Source) &ndash; In this example i use Apache 1.3.3.7 (Apache 1 Series)</li>
<li><a href="http://www.php.net/">PHP Win32</a> Zip Version (Free / Open Source) &ndash; In this example i use PHP 4.4.3 (PHP4 Series)</li>
<li>Know how to&nbsp;setup port forwarding</li>
<li>A&nbsp;simple registration page for mangos (you can&nbsp;get it <a rel="nofollow" href="http://mangos-files.de/index.php?show=misc&amp;num=1">from here</a>)&nbsp;/ create one by yourself</li>
</ul>
<p><em>Optional : Some people might prefer&nbsp;the easiest way of doing it&nbsp;&hellip; and if you&nbsp;like it that way then i&rsquo;d suggest you to use XAMPP instead. But if you decided to use <a href="http://www.apachefriends.org/en/xampp-windows.html">XAMPP</a> and you already followed my previous mysql installation guide, you don&rsquo;t need to enable the MySQL Service from XAMPP Control Panel</em></p>
<p><em><strong>Note :</strong> i never tried using XAMPP but from the screenshot&nbsp;at XAMPP Website i think the XAMPP provides you a control panel / menu to enable or disable individual service from it</em></p>
<p><em><strong>Important Note :</strong> Please take caution if you want to make your webserver accessible to everyone, because this guide only tell you the basic way of setting up webserver from your own computer</em></p>
<p><strong>Installing Apache Webserver :</strong></p>
<p>Since Apache installation for Windows is straightforward, you can just simply follow the setup process until this part, and then continue with the installation process until finished&nbsp;:</p>
<p><img alt="Apache Host Configuration" src="http://www.reaper-x.com/images/blogs/apache-20host-20setup.jpg" border="0" / /></p>
<p>and don&rsquo;t forget to remember the path where you&rsquo;re going to install it</p>
<p><img alt="Apache path" src="http://www.reaper-x.com/images/blogs/apache-20path.jpg" border="0" / /></p>
<p><strong>Installing PHP :</strong></p>
<p>First of all you need to extract php into somewhere on your harddrive, and in this example the php location is at <em>C:\PHP</em>. And after you&rsquo;ve finished extracting it, go to <em>C:\PHP\Sapi</em>&nbsp;from Windows Explorer and copy the <em>php4apache.dll</em> into the root of the php directory. If you choose to use Apache 2, then you need to copy the <em>php4apache2.dll</em> instead</p>
<p>Here&rsquo;s what it should look like :</p>
<p><img alt="Copy PHP dll into PHP root directory" src="http://www.reaper-x.com/images/blogs/php-20module-20copy.jpg" border="0" / /></p>
<p><strong>Installing&nbsp;PHP as module in Apache HTTPD :</strong></p>
<p>Now after finished with the previous steps, you need to configure apache to load the php4 as a module. And here&rsquo;s how to do it</p>
<p>1. Open <em>httpd.conf</em> in your Apache&nbsp;conf directory (in this example, the httpd.conf can be found at <em>C:\Program Files\Apache Group\Apache\conf\httpd.conf</em>)</p>
<p>2. Uncomment the :</p>
<p><em>LoadModule rewrite_module modules/mod_rewrite.so</em></p>
<p>and add this line after all the loadmodule :</p>
<p><em>LoadModule php4_module "C:/php/php4apache.dll"</em></p>
<p>Example image below :</p>
<p><img alt="Apache load php module" src="http://www.reaper-x.com/images/blogs/apache-20load-20php-20module.jpg" border="0" / /></p>
<p>3. At the addmodule section uncomment the :</p>
<p><em>AddModule mod_rewrite.c</em></p>
<p>and then at this line :</p>
<p><em>AddModule mod_php4.c</em></p>
<p>example image below :</p>
<p><img alt="Apache add module" src="http://www.reaper-x.com/images/blogs/apache-20add-20module.jpg" border="0" / /></p>
<p>4. At the addtype section add this line :</p>
<p><em>AddType application/x-httpd-php .php<br />AddType application/x-httpd-php-source .phps</em></p>
<p><img alt="Apache addtype" src="http://www.reaper-x.com/images/blogs/apache-20addtype.jpg" border="0" / /></p>
<p>5. Now at the DirectoryIndex section add / replace the previous line with this one :</p>
<p><em>DirectoryIndex index.html index.php</em></p>
<p><img alt="Apache directory index" src="http://www.reaper-x.com/images/blogs/apache-20directory-20index.jpg" border="0" / /></p>
<p>From the above example, the index.html always get first priority over index.php file but you can change it as you like</p>
<p>Testing your Apache Installation :</p>
<p>As for the last, now you need to open the command prompt window (Start Menu -&gt; Run -&gt; type CMD) or Start Menu -&gt; Accessories -&gt; Command Prompt</p>
<p>and type :</p>
<ol>
<li><em>Net stop apache</em></li>
<li><em>Net start apache</em></li>
</ol>
<p>This is done to make apache reload the configuration files that have been changed</p>
<p><img alt="Apache test page" src="http://www.reaper-x.com/images/blogs/apache-20test-20page.jpg" border="0" / /></p>
<p>Now you&rsquo;ve finished with all the process, but of course you need to make sure your webserver is working properly so now you need to test it by typing <em>http://localhost</em> via your browser and if you see something like&nbsp;above image, that means your webserver is working</p>
<p>You&rsquo;ve finished setting up apache webserver,&nbsp;mysql&nbsp;and php on your computer .. Now what you should do next ? well &hellip; because this is part of the mangos series guide, of course now you need to put the registration page you&rsquo;ve downloaded previously into your www document root directory</p>
<p>If you followed this guide, the document root can be&nbsp;found at <em>C:\Program Files\Apache Group\Apache\htdocs</em> &hellip; but since the webserver is located on the same location as where you are, you don&rsquo;t need FTP Program to do it, you just need to copy / extract the simple registration page into that&nbsp;directory &hellip; simple isn&rsquo;t it ?</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2007/07/09/installing-and-setting-up-apache-webserver-with-php-setting-up-private-wow-server/" title="Installing and setting up Apache Webserver with PHP - Setting up Private WoW Server">Permalink</a> | <a href="http://www.reaper-x.com/2007/07/09/installing-and-setting-up-apache-webserver-with-php-setting-up-private-wow-server/#comments" title="114 comments">114 comments</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/apache/" title="View all posts in Apache" rel="category tag">Apache</a>,  <a href="http://www.reaper-x.com/category/how-to/guide/" title="View all posts in Guide" rel="category tag">Guide</a>,  <a href="http://www.reaper-x.com/category/how-to/tutorials/" title="View all posts in Tutorials" rel="category tag">Tutorials</a>,  <a href="http://www.reaper-x.com/category/web-servers/" title="View all posts in Web Servers" rel="category tag">Web Servers</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2007/07/09/installing-and-setting-up-apache-webserver-with-php-setting-up-private-wow-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hostgator affiliates &#8230; i like it</title>
		<link>http://www.reaper-x.com/2007/05/31/hostgator-affiliates-i-like-it/</link>
		<comments>http://www.reaper-x.com/2007/05/31/hostgator-affiliates-i-like-it/#comments</comments>
		<pubDate>Thu, 31 May 2007 11:03:18 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Income Sources]]></category>

		<category><![CDATA[Making Money]]></category>

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

		<category><![CDATA[Web Hosting]]></category>

		<category><![CDATA[Web Servers]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://www.reaper-x.com/2007/05/31/hostgator-affiliates-i-like-it/</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/05/31/hostgator-affiliates-i-like-it/" title="Hostgator affiliates &#8230; i like it"><strong>Hostgator affiliates &#8230; i like it</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Web Servers"><strong>Reaper-X</strong></a></p>Well &#8230; 1 or 2 weeks ago i received an email from my Hostgator affiliates account and it&#8217;s said that someone just registered to Hostgator hosting under my affiliate account, and thanks to that unknown...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/05/31/hostgator-affiliates-i-like-it/" title="Hostgator affiliates &#8230; i like it"><strong>Hostgator affiliates &#8230; i like it</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Web Servers"><strong>Reaper-X</strong></a></p><p>Well &hellip; 1 or 2 weeks ago i received an email from my Hostgator affiliates account and it&rsquo;s said that someone just registered to Hostgator hosting under my affiliate account, and thanks to that unknown person, i finally made something from affiliate program (i made $50 from one signup, and yes this is the first time i received something from affiliate program just as i said before)</p>
<p>But as you can see that i only made $50 that can be considered low especially if you do not have paypal account. But in my case, i have verified paypal account&nbsp;but i can only use it to send money only&nbsp;which is&nbsp;sad&nbsp;and the other problem is if i try to cashed that check, in the end i get nothing from it because of high bank fee, and any other fee included just to cash that check</p>
<p><span id="more-513"></span></p>
<p>So i decided to contact hostgator, and ask if there&rsquo;re any other options to choose instead of sending the checks to me and the answer i get is quite surprising. Because&nbsp;Hostgator staff tell me that it is possible to use Wired Transfer to transfer the money to my bank account directly (of course i'm surprised because i did not see&nbsp;anything related to&nbsp;wired transfer option on their affiliates information page or my affiliates account page or <a href="http://blog.hostgator.com/">Hostgator Blog</a>), also they (<em>Chad B. from Hostgator</em>) said&nbsp;to me all future payments will be made via Wired Transfer</p>
<p>Well as for now i just hope that i can bring more potential customers to Hostgator side &hellip; :P (i think i need to learn more about Marketing and Promotional stuff)</p>
<p>As a note, if you currently searching for&nbsp;a good and reliable web hosting with friendly staff (based on my own experience) I&rsquo;d recommend <a href="http://www.reaper-x.com/redir/hostgator">Hostgator</a>. And if you want my own <a href="http://www.reaper-x.com/2007/03/07/hostgator-review-a-personal-experience/">honest review about Hostgator</a> (unlike many other review that just want to get money from affiliates),&nbsp;you can&nbsp;read my previous post about Hostgator review&nbsp;or read my post at <a href="http://www.webhostingtalk.com/archive/index.php/t-591900.html">Webhostingtalk</a></p>
<p>&nbsp;</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2007/05/31/hostgator-affiliates-i-like-it/" title="Hostgator affiliates &#8230; i like it">Permalink</a> | <a href="http://www.reaper-x.com/2007/05/31/hostgator-affiliates-i-like-it/#comments" title="Add a comment">Add a comment</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/making-money/income-sources/" title="View all posts in Income Sources" rel="category tag">Income Sources</a>,  <a href="http://www.reaper-x.com/category/making-money/" title="View all posts in Making Money" rel="category tag">Making Money</a>,  <a href="http://www.reaper-x.com/category/miscellaneous/personal/" title="View all posts in Personal" rel="category tag">Personal</a>,  <a href="http://www.reaper-x.com/category/web-hosting/" title="View all posts in Web Hosting" rel="category tag">Web Hosting</a>,  <a href="http://www.reaper-x.com/category/web-servers/" title="View all posts in Web Servers" rel="category tag">Web Servers</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2007/05/31/hostgator-affiliates-i-like-it/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Digg Protection using htaccess</title>
		<link>http://www.reaper-x.com/2007/05/15/digg-protection-using-htaccess/</link>
		<comments>http://www.reaper-x.com/2007/05/15/digg-protection-using-htaccess/#comments</comments>
		<pubDate>Tue, 15 May 2007 11:00:22 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Guide]]></category>

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

		<category><![CDATA[Web Servers]]></category>

		<category><![CDATA[Webmaster Tools]]></category>

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

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

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

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

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

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

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

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

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

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

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

		<guid isPermaLink="false">http://www.reaper-x.com/2007/05/15/digg-protection-using-htaccess/</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/05/15/digg-protection-using-htaccess/" title="Digg Protection using htaccess"><strong>Digg Protection using htaccess</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Web Servers"><strong>Reaper-X</strong></a></p>Today i just saw a referer to this site coming from Digg Upcoming page (i guess someone submit this blog to Digg website) although i doubt that it ll reach the main page, but i think it is better for...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/05/15/digg-protection-using-htaccess/" title="Digg Protection using htaccess"><strong>Digg Protection using htaccess</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Web Servers"><strong>Reaper-X</strong></a></p><p>Today i just saw a referer to this site coming from <a href="http://digg.com/pc_games/Creating_WoW_Private_Server_the_easier_way">Digg Upcoming page</a> (i guess someone submit this blog to Digg website) although i doubt that it&rsquo;ll reach the main page, but i think it is better for me to prevent this site from going down (the worst case is my page changed into my host suspended page) just in case someone submit this site to various big website and it appear there</p>
<p>And now this is the method is use to try to redirect everyone who came to this site from big site such as slashdot. Btw i found this method via <a href="http://planetozh.com/bookmarks/tags/htaccess">PlanetOzh</a>&nbsp;at <a href="http://joseph.randomnetworks.com/archives/2006/04/23/slashdot-protection/">Joseph Scott&rsquo;s Blog</a>&nbsp;which is taken from <a href="http://ottodestruct.com/">Ottodestruct</a>&nbsp;(although i get 404 error not found message when i tried to visit the page mentioned in Joseph Scott&rsquo;s blog) &hellip; and of course <em>Full Credits</em> goes to them because all i do is just adding <strong>&ldquo;/&rdquo;</strong> add the end and modify it as necessary to use in this site also changed the port to 8090 because coral cache use that port now instead of the old 8080&nbsp;:)</p>
<p>So here&rsquo;s the code :</p>
<p><span id="more-493"></span></p>
<p><em>&lt;IfModule mod_rewrite.c&gt;<br />RewriteEngine on<br />RewriteCond %{HTTP_USER_AGENT} !^CoralWebPrx<br />RewriteCond %{QUERY_STRING} !(^|&amp;)coral-no-serve$<br />RewriteCond %{HTTP_REFERER} ^http://(www\.)?digg\.com [OR]<br />RewriteCond %{HTTP_REFERER} ^http://(www\.)?slashdot\.org [OR]<br />RewriteCond %{HTTP_REFERER} ^http://(www\.)?slashdot\.com [OR]<br />RewriteCond %{HTTP_REFERER} ^http://(www\.)?fark\.com [OR]<br />RewriteCond %{HTTP_REFERER} ^http://(www\.)?somethingawful\.com [OR]<br />RewriteCond %{HTTP_REFERER} ^http://(www\.)?kuro5hin\.org [OR]<br />RewriteCond %{HTTP_REFERER} ^http://(www\.)?boingboing\.net<br />RewriteRule ^(.*)$ </em><em>http://www.yourdomain.com.nyud.net:8090/$1</em><em> [R,L]<br />&lt;/IfModule&gt;</em></p>
<p>As always the IfModule used to prevent your site goes berserk by returning HTTP 500 Error Code when modrewrite is not loaded in Apache. And i already tested this on this site, by faking the referer address to www.digg.com and digg.com without www (and as you can see, that this method only work to those who&rsquo;s not faking / forging their referer)</p>
<p>And of course there&rsquo;s downside when using this method which is already <a href="http://www.gadgetopia.com/post/5244">explained here</a>&nbsp;:</p>
<p><em>The problem, of course, is that Coral runs on port 8090, and how many people will be blocked from that?</em></p>
<p>But i think it is still better than you got suspended by your host because your site causing high load on their server (if you&rsquo;re using shared hosting) :D</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2007/05/15/digg-protection-using-htaccess/" title="Digg Protection using htaccess">Permalink</a> | <a href="http://www.reaper-x.com/2007/05/15/digg-protection-using-htaccess/#comments" title="Add a comment">Add a comment</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/how-to/guide/" title="View all posts in Guide" rel="category tag">Guide</a>,  <a href="http://www.reaper-x.com/category/linux/" title="View all posts in Linux" rel="category tag">Linux</a>,  <a href="http://www.reaper-x.com/category/web-servers/" title="View all posts in Web Servers" rel="category tag">Web Servers</a>,  <a href="http://www.reaper-x.com/category/webmaster-tools/" title="View all posts in Webmaster Tools" rel="category tag">Webmaster Tools</a>,  <a href="http://www.reaper-x.com/category/website/" title="View all posts in Website" rel="category tag">Website</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2007/05/15/digg-protection-using-htaccess/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hostgator Tips : Temporarily disable ModSecurity</title>
		<link>http://www.reaper-x.com/2007/03/22/hostgator-tips-temporarily-disable-modsecurity/</link>
		<comments>http://www.reaper-x.com/2007/03/22/hostgator-tips-temporarily-disable-modsecurity/#comments</comments>
		<pubDate>Thu, 22 Mar 2007 04:11:54 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Guide]]></category>

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

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

		<category><![CDATA[Web Hosting]]></category>

		<category><![CDATA[Web Servers]]></category>

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

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

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

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

		<guid isPermaLink="false">http://www.reaper-x.com/2007/03/22/hostgator-tips-temporarily-disable-modsecurity/</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/03/22/hostgator-tips-temporarily-disable-modsecurity/" title="Hostgator Tips : Temporarily disable ModSecurity"><strong>Hostgator Tips : Temporarily disable ModSecurity</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Web Servers"><strong>Reaper-X</strong></a></p>If you&#8217;re hosted on Hostgator or any other host that use Modsecurity to protect their web server, you might notice some problems especially if you try to post something that has forbidden words / stri...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/03/22/hostgator-tips-temporarily-disable-modsecurity/" title="Hostgator Tips : Temporarily disable ModSecurity"><strong>Hostgator Tips : Temporarily disable ModSecurity</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Web Servers"><strong>Reaper-X</strong></a></p><p>If you&rsquo;re hosted on Hostgator or any other host that use Modsecurity to protect their web server, you might notice some problems especially if you try to post something that has&nbsp;forbidden words / string in it&nbsp;(a good example is my previous post about <a href="http://www.reaper-x.com/2007/03/22/ssh-access-and-wget-on-hostgator/">Hostgator SSH Access</a>). It seems the Hostgator modsecurity filter doesn&rsquo;t&nbsp;allow some words in&nbsp;my previous post, so you&rsquo;ll get HTTP 406 / Not Acceptable message (if you look at the http status header manually)</p>
<p>So what&rsquo;s the best solution without compromising your system security ? .. you can add the below lines into .htaccess to disable modsecurity when you try to post something to your blog :</p>
<p><em>&lt;IfModule mod_security.c&gt;<br />SecFilterEngine Off<br />SecFilterScanPOST Off<br />&lt;/IfModule&gt;</em></p>
<p>The above lines means : If modsecurity is found, it&rsquo;ll disable the filtering function. If modsecurity not found it&rsquo;ll do no harm to your server</p>
<p>And what&rsquo;s next ? if you&rsquo;re able to post to your blog successfully, you can remove the above lines from your <em>.htaccess</em> file or you can simply add # character before each line</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2007/03/22/hostgator-tips-temporarily-disable-modsecurity/" title="Hostgator Tips : Temporarily disable ModSecurity">Permalink</a> | <a href="http://www.reaper-x.com/2007/03/22/hostgator-tips-temporarily-disable-modsecurity/#comments" title="One comment">One comment</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/how-to/guide/" title="View all posts in Guide" rel="category tag">Guide</a>,  <a href="http://www.reaper-x.com/category/linux/" title="View all posts in Linux" rel="category tag">Linux</a>,  <a href="http://www.reaper-x.com/category/how-to/tutorials/" title="View all posts in Tutorials" rel="category tag">Tutorials</a>,  <a href="http://www.reaper-x.com/category/web-hosting/" title="View all posts in Web Hosting" rel="category tag">Web Hosting</a>,  <a href="http://www.reaper-x.com/category/web-servers/" title="View all posts in Web Servers" rel="category tag">Web Servers</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2007/03/22/hostgator-tips-temporarily-disable-modsecurity/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SSH Access and WGET on Hostgator</title>
		<link>http://www.reaper-x.com/2007/03/22/ssh-access-and-wget-on-hostgator/</link>
		<comments>http://www.reaper-x.com/2007/03/22/ssh-access-and-wget-on-hostgator/#comments</comments>
		<pubDate>Thu, 22 Mar 2007 03:57:52 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Guide]]></category>

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

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

		<category><![CDATA[Web Hosting]]></category>

		<category><![CDATA[Web Servers]]></category>

		<category><![CDATA[Webmaster Tools]]></category>

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

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

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

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

		<guid isPermaLink="false">http://www.reaper-x.com/2007/03/22/ssh-access-and-wget-on-hostgator/</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/03/22/ssh-access-and-wget-on-hostgator/" title="SSH Access and WGET on Hostgator"><strong>SSH Access and WGET on Hostgator</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Web Servers"><strong>Reaper-X</strong></a></p>Previously i have said that Hostgator doesn&#8217;t allow you to have SSH access for your shared hosting account, but since Hostgator allows you to use Ruby on Rails on your shared hosting account, this pol...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/03/22/ssh-access-and-wget-on-hostgator/" title="SSH Access and WGET on Hostgator"><strong>SSH Access and WGET on Hostgator</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Web Servers"><strong>Reaper-X</strong></a></p><p>Previously i have said that Hostgator doesn&rsquo;t allow you to have SSH access for your shared hosting account, but since Hostgator allows you to use Ruby on Rails on your shared hosting account, this policies have been changed completely. Because now you can get SSH access (Jailed SSH),&nbsp;or if you&rsquo;re also interested on using Ruby on Rails web framework for your website, you can also use it (although i havent tried Ruby on Rails yet, &hellip; and to be honest i'm still playing and learning Ruby on Rails right now) and that&rsquo;s all thanks to Hostgator by allowing the use of SSH access</p>
<p>Beside by using SSH (with WGet) you can also install various script easily without the need to upload each files again using FTP program (well this is really useful for me, because of my slow internet connection)</p>
<p><span id="more-458"></span></p>
<p><strong>How to get SSH Access on your shared hosting account ?</strong></p>
<p>It&rsquo;s real simple, you just have to send a photo id to the Hostgator support team and provide your hosting account information.</p>
<p>For example, i'm sending out my KTP (Kartu Tanda Penduduk, the personal identification card used in Indonesia) information to the Hostgator Support team, and then you just have to wait for them to activate your ssh access</p>
<p>After Hostgator activated your ssh access, you&rsquo;ll notice that if you try to use WGet you&rsquo;ll see the <em>permission denied</em> message, that&rsquo;s because you do not have the necessary priviledges to use WGET by default so in order to get WGET activated for your account, you can tell them to activate WGET too (if it is for me, i sent them 2 email message, the first message to activate my ssh access, and the second email message to activate WGET)</p>
<p><strong>How to fetch / retrieve files from remote server&nbsp;using WGET ?</strong></p>
<p>The easiest way to retrieve wget from remote server is by using this command :</p>
<p><em>wget http://remoteserver/sample/files.tgz</em></p>
<p>and to extract it you can simply type this :</p>
<p><em>tar zxf files.tgz</em></p>
<p><strong>What about SVN ? can you use it too on Hostgator ?</strong></p>
<p>Yes, you can use svn too. But if it&rsquo;s for me i only use SVN to fetch the latest files from SVN repositories on remote server.</p>
<p>To fetch it (checkout), you can simply type this command :</p>
<p><em>svn co http://svn.server.com/files/trunk</em></p>
<p>And to update it, you can just type this command :</p>
<p><em>svn update</em></p>
<p><strong>What about Ruby on Rails ?</strong></p>
<p>You can use it too, but because i'm still learning about this topic, i prefer not to say it here maybe at a later time when i reached the begginer level (currently at novice level now) i could post another topic about this. So&nbsp;if you&rsquo;re interested on learning about Ruby on rails you might try visiting their <a href="http://www.rubyonrails.org/">official website</a> instead</p>
<p>Well .. that&rsquo;s all about it :)</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2007/03/22/ssh-access-and-wget-on-hostgator/" title="SSH Access and WGET on Hostgator">Permalink</a> | <a href="http://www.reaper-x.com/2007/03/22/ssh-access-and-wget-on-hostgator/#comments" title="One comment">One comment</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/how-to/guide/" title="View all posts in Guide" rel="category tag">Guide</a>,  <a href="http://www.reaper-x.com/category/internet/" title="View all posts in Internet" rel="category tag">Internet</a>,  <a href="http://www.reaper-x.com/category/linux/" title="View all posts in Linux" rel="category tag">Linux</a>,  <a href="http://www.reaper-x.com/category/web-hosting/" title="View all posts in Web Hosting" rel="category tag">Web Hosting</a>,  <a href="http://www.reaper-x.com/category/web-servers/" title="View all posts in Web Servers" rel="category tag">Web Servers</a>,  <a href="http://www.reaper-x.com/category/webmaster-tools/" title="View all posts in Webmaster Tools" rel="category tag">Webmaster Tools</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2007/03/22/ssh-access-and-wget-on-hostgator/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Media Temple Grid Server Review</title>
		<link>http://www.reaper-x.com/2007/03/13/media-temple-grid-server-review/</link>
		<comments>http://www.reaper-x.com/2007/03/13/media-temple-grid-server-review/#comments</comments>
		<pubDate>Tue, 13 Mar 2007 05:37:28 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Blog]]></category>

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

		<category><![CDATA[Web Hosting]]></category>

		<category><![CDATA[Web Servers]]></category>

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

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

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

		<category><![CDATA[grid server]]></category>

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

		<category><![CDATA[media temple]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://www.reaper-x.com/2007/03/13/media-temple-grid-server-review/</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/03/13/media-temple-grid-server-review/" title="Media Temple Grid Server Review"><strong>Media Temple Grid Server Review</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Web Servers"><strong>Reaper-X</strong></a></p>Finally Media Temple already approved the previously mentioned Grid Server account for my uncle&#8217;s today (when i posted this). And one thing for sure, the Media Temple GS Control Panel rocks ! i&#8217;ve nev...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/03/13/media-temple-grid-server-review/" title="Media Temple Grid Server Review"><strong>Media Temple Grid Server Review</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Web Servers"><strong>Reaper-X</strong></a></p><p>Finally Media Temple already approved&nbsp;the <a href="http://www.reaper-x.com/2007/03/12/media-temple-grid-server/">previously mentioned Grid Server</a> account for my uncle&rsquo;s&nbsp;today (when i posted this). And one thing for sure, the Media Temple GS Control Panel rocks ! i&rsquo;ve never seen a custom control panel&nbsp;like this before (Godaddy use custom control panel too, but their control panel lack features)</p>
<p><a href="http://www.mediatemple.net/webhosting/gs/"class="shade" ><img class="alignleft" alt="Media Temple Grid Server" src="http://www.reaper-x.com/images/blogs/mt.gif" border="0" /></a>And here&rsquo;s my own review about <strong>Media Temple Grid Server</strong> (since my uncle account just got approved today, i can not give you report about Media Temple Uptime / performance), but i&rsquo;ll give you a short review about their features (after few months with them, i'm going to make a review about their uptime too)</p>
<p><span id="more-436"></span></p>
<p>First of all, the first thing i did notice on their control panel is i can <em>manually edit Zones for the domain name</em> used .. and this is a <strong>big&nbsp;plus</strong> because Hostgator does not&nbsp;give you access&nbsp;to edit&nbsp;your domain zones manually, unless you&rsquo;re on their dedicated server or using a reseller account. I know that this is not normally required by everyone but at least to those who know to edit their zones name by themself, this makes you feel a little bit better because you dont have to email them whenever you want to edit your zones file (actually i'm a shy type, and dont really like to email support team for something like this) lol</p>
<p>The other important thing is you can get <strong>SSH access</strong> to your Grid server account which is really useful especially if you dont want to FTP your script. And thanks to this, i can complete wordpress installation within&nbsp;short time :)</p>
<p>Other than that, media temple also use <strong>FastCGI</strong> on their Grid Server, so you can use a more restrictive permission on your php scripts. And they also update their php&nbsp;executable&nbsp;really fast, they&rsquo;re currently using php 4.4.6 (at least that&rsquo;s what i saw on my uncle&rsquo;s server)</p>
<p>As for&nbsp;database, unlike on most <strong>CPanel based server</strong> which is using localhost as your MySQL database host, you must look carefully on what server your MySQL host located, here&rsquo;s an example of what their MySQL database host looks like :</p>
<ol>
<li><em>internal-db.*****.gridserver.com</em> &lt;= for internal access, and most of the time you&rsquo;re going to use this address</li>
<li><em>external-db.*****.gridserver.com</em> &lt;= for external access, and do not forget to create access rules if you&rsquo;re going to use this one</li>
</ol>
<p>What about their other features ? well .. there&rsquo;s one click script installation, web statistic, bandwidth report, etc. But i think most of you already knew about that because most web hosting company also provided standard tools like that</p>
<p>Although they gives so many features but there&rsquo;s one thing that&nbsp;i do not really like from them, and that&rsquo;s because their control panel using SSL and it slow down everything for me (maybe they should use SSL for login only instead of&nbsp;full SSL on control panel) &hellip; but i think that&rsquo;s just because my internet connection .. s***s</p>
<p>And because of the above features, i recommend them but we&rsquo;ll see about their downtime later on my next review about them :)</p>
<p><strong>Update :</strong> I just got access to use jailed SSH access on my hostgator account after verifying myself with them :) .. hurray</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2007/03/13/media-temple-grid-server-review/" title="Media Temple Grid Server Review">Permalink</a> | <a href="http://www.reaper-x.com/2007/03/13/media-temple-grid-server-review/#comments" title="5 comments">5 comments</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/blog/" title="View all posts in Blog" rel="category tag">Blog</a>,  <a href="http://www.reaper-x.com/category/internet/" title="View all posts in Internet" rel="category tag">Internet</a>,  <a href="http://www.reaper-x.com/category/web-hosting/" title="View all posts in Web Hosting" rel="category tag">Web Hosting</a>,  <a href="http://www.reaper-x.com/category/web-servers/" title="View all posts in Web Servers" rel="category tag">Web Servers</a>,  <a href="http://www.reaper-x.com/category/website/" title="View all posts in Website" rel="category tag">Website</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2007/03/13/media-temple-grid-server-review/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hostgator Review, a Personal Experience</title>
		<link>http://www.reaper-x.com/2007/03/07/hostgator-review-a-personal-experience/</link>
		<comments>http://www.reaper-x.com/2007/03/07/hostgator-review-a-personal-experience/#comments</comments>
		<pubDate>Wed, 07 Mar 2007 05:01:43 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Apache]]></category>

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

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

		<category><![CDATA[Web Hosting]]></category>

		<category><![CDATA[Web Servers]]></category>

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

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

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

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

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

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

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

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

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

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

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

		<guid isPermaLink="false">http://www.reaper-x.com/2007/03/07/hostgator-review-a-personal-experience/</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/03/07/hostgator-review-a-personal-experience/" title="Hostgator Review, a Personal Experience"><strong>Hostgator Review, a Personal Experience</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Web Servers"><strong>Reaper-X</strong></a></p>Small information about Hostgator, quoted from their about page. Hostgator is a privately owned company founded in 2002 that has no debt, is very profitable, and has NO intentions of selling any time...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/03/07/hostgator-review-a-personal-experience/" title="Hostgator Review, a Personal Experience"><strong>Hostgator Review, a Personal Experience</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Web Servers"><strong>Reaper-X</strong></a></p><p><a href="http://www.reaper-x.com/redir/hostgator"><img class="alignleft" src="http://www.hostgator.com/banners/hostgator-125x125.gif" border="0" /></a>Small information about Hostgator, quoted from their about page. <em>Hostgator is a privately owned company founded in 2002 that has no debt, is very profitable, and has NO intentions of selling any time soon. We provide service to over 400,000 websites on our shared and reseller plans. We are the world's leading provider of reseller accounts with over 10,000 resellers who have chosen us to provide the network, servers, and support required to launch a hosting business</em></p>
<p>At the time i write this post, i'm currently hosted by Hostgator (dunno if in the future) i'm going to move into other web hosting company or not. But one thing for sure is, when i posted this .. i have been with hostgator for&nbsp;8 months (until March 07). And without further ado, here&rsquo;s my own complete hostgator review (including their server setup and so on), based on my personal experience with them&nbsp;:</p>
<p><span id="more-425"></span></p>
<p><strong>Webhosting Plan Offered</strong> :</p>
<p>1. <em>Hatchling Croc</em> :</p>
<ul>
<li>Price : $6.95 (paid yearly)</li>
<li>Storage : 50 GB</li>
<li>Bandwidth : 200 GB</li>
<li>Type : Shared Hosting</li>
</ul>
<p>2. <em>Baby Croc</em> :</p>
<ul>
<li>Price : $9.95 (monthly)</li>
<li>Storage : 100 GB</li>
<li>Bandwidth : 1 TB / 1000 GB</li>
<li>Type : Shared Hosting</li>
</ul>
<p>3. <em>Swap Croc</em> :</p>
<ul>
<li>Price : $14.95 (monthly)</li>
<li>Storage : 200 GB</li>
<li>Bandwidth : 2 TB / 2000 GB</li>
<li>Type : Shared Hosting</li>
</ul>
<p>4. <em>Semi Dedicated</em> :</p>
<ul>
<li>Price : $74.95 (monthly)</li>
<li>Storage : 25 GB</li>
<li>Bandwidth : 500 GB</li>
<li>Type : Shared Hosting, almost VPS like with the exception there&rsquo;s no root access</li>
</ul>
<p><strong>Server Setup and Features&nbsp;</strong>:</p>
<ol>
<li>Using CPanel and Fantastico that provides one click installation to various web application such as Wordpress</li>
<li>They are using PHPSuexec on their server which is a plus for security reason</li>
<li>You can choose whether you want PHP5 or PHP4 on your server</li>
<li>Using MySQL 4.1.xx as their SQL Database</li>
<li>Support Ruby on Rails</li>
<li>Adult supported (to those who&rsquo;s interested on creating adult website)</li>
<li>On my current server i got this setup,&nbsp;Intel(R) Xeon(TM) CPU 3.20GHz with 4242960384 KB RAM</li>
<li>They can also give you SSH access to your own account known as Jailed SSH, and to activate this features you can just simply give them your photo id as identification</li>
</ol>
<p><strong>Server /&nbsp;Resources Usage Limitation</strong> :</p>
<ol>
<li>Can not use 25% or more of system resources for longer then 90 seconds</li>
<li>Can only run cron entries with intervals of less than 15 minutes</li>
<li>There is a 200 hourly email limit per domain this limit is also applied towards mailman</li>
<li>30 Maximum Concurrent Connection to MySQL</li>
<li>If you&rsquo;re using Hostgator nameserver and using shared hosting, the only option to change your DNS settings is by emailing them and ask them to change it</li>
<li><strike>No SSH (this is not necessary to those who&rsquo;s not interested on unix command)</strike></li>
</ol>
<p><strong>Personal Opinion About Hostgator</strong> :</p>
<p>They&rsquo;re a good webhosting company, good respond time from their sales and support team. And the Level 3 Support team is really good and does the job very well (24 Hours support). And as a side note, i live in GMT +7 timezone</p>
<p>Good Uptime, although sometimes there&rsquo;s downtime but i'm sure that every webhosting out there has downtime issue (last night there&rsquo;s downtime for about 45 Minutes reported by Pingdom Monitoring, and Siteuptime). If you want to see the uptime of this website, you can check my sidebar for it</p>
<p>The only thing i do not like from them is i have to email them everytime whenever i want to change / add zones to my domain. Maybe they should give access to zones editing or such stuff so i can modify my zones manually without telling them to do it whenever i want to add something (for example adding CName)</p>
<p>Other thing i like is the SSH access to simplify thing, although im not a unix expert</p>
<p>And the conclusion is, if you seek a reliable web hosting company and can be trusted, you might try using the <a href="http://www.reaper-x.com/redir/hostgator">Hostgator service</a> and see it for yourself</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2007/03/07/hostgator-review-a-personal-experience/" title="Hostgator Review, a Personal Experience">Permalink</a> | <a href="http://www.reaper-x.com/2007/03/07/hostgator-review-a-personal-experience/#comments" title="7 comments">7 comments</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/apache/" title="View all posts in Apache" rel="category tag">Apache</a>,  <a href="http://www.reaper-x.com/category/linux/" title="View all posts in Linux" rel="category tag">Linux</a>,  <a href="http://www.reaper-x.com/category/opinion/" title="View all posts in Opinion" rel="category tag">Opinion</a>,  <a href="http://www.reaper-x.com/category/web-hosting/" title="View all posts in Web Hosting" rel="category tag">Web Hosting</a>,  <a href="http://www.reaper-x.com/category/web-servers/" title="View all posts in Web Servers" rel="category tag">Web Servers</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2007/03/07/hostgator-review-a-personal-experience/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sitelutions Free DNS Service</title>
		<link>http://www.reaper-x.com/2007/03/05/sitelutions-free-dns-service/</link>
		<comments>http://www.reaper-x.com/2007/03/05/sitelutions-free-dns-service/#comments</comments>
		<pubDate>Mon, 05 Mar 2007 13:24:29 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Internet]]></category>

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

		<category><![CDATA[Web Servers]]></category>

		<category><![CDATA[Webmaster Tools]]></category>

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

		<category><![CDATA[dns service]]></category>

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

		<category><![CDATA[free dns]]></category>

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

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

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

		<guid isPermaLink="false">http://www.reaper-x.com/2007/03/05/sitelutions-free-dns-service/</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/03/05/sitelutions-free-dns-service/" title="Sitelutions Free DNS Service"><strong>Sitelutions Free DNS Service</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Web Servers"><strong>Reaper-X</strong></a></p>Today i just tried switching my current Nameserver address for my other domain from the default (using registrar nameserver) into using Sitelutions Free DNS Service 
 My personal opinion about Sitelu...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/03/05/sitelutions-free-dns-service/" title="Sitelutions Free DNS Service"><strong>Sitelutions Free DNS Service</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Web Servers"><strong>Reaper-X</strong></a></p><p>Today i just tried switching my current Nameserver address for <a rel="nofollow" href="http://www.reaper-x.net/" target="_blank">my other domain</a> from the default (using registrar nameserver) into&nbsp;using <a href="http://sitelutions.com/" target="_blank">Sitelutions</a> Free DNS Service</p>
<p>My personal opinion about Sitelutions Free DNS Service is, they gave you full control over your domain name(s) and you can edit various&nbsp;records on your domain name such as editing A, CNAME, MX, NS, TXT, AAAA, SOA&nbsp;of your domain name</p>
<p>Although they did a great job on providing tool to edit various aspect of your domain name, personally i do not really like their interface at all. Because you have to go back and forth just to add / edit your&nbsp;DNS settings&nbsp;(i prefer my registrar (Namecheap) interface to edit my domain name records). And maybe they should improve their interface</p>
<p>Well that&rsquo;s all about it .. but just in case you&rsquo;re searching for another alternative to your DNS hosting, and you&rsquo;re searching for the free dns service, you might try looking at <a href="http://www.dollardns.net/compare.html" target="_blank">this page</a>&nbsp;(he give a good comparison between various free dns service)<font color="#000000"></p>
<p></font></p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2007/03/05/sitelutions-free-dns-service/" title="Sitelutions Free DNS Service">Permalink</a> | <a href="http://www.reaper-x.com/2007/03/05/sitelutions-free-dns-service/#comments" title="Add a comment">Add a comment</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/internet/" title="View all posts in Internet" rel="category tag">Internet</a>,  <a href="http://www.reaper-x.com/category/journal/" title="View all posts in Journal" rel="category tag">Journal</a>,  <a href="http://www.reaper-x.com/category/web-servers/" title="View all posts in Web Servers" rel="category tag">Web Servers</a>,  <a href="http://www.reaper-x.com/category/webmaster-tools/" title="View all posts in Webmaster Tools" rel="category tag">Webmaster Tools</a>,  <a href="http://www.reaper-x.com/category/website/" title="View all posts in Website" rel="category tag">Website</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2007/03/05/sitelutions-free-dns-service/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Emails from Website Welcome</title>
		<link>http://www.reaper-x.com/2007/02/18/emails-from-website-welcome/</link>
		<comments>http://www.reaper-x.com/2007/02/18/emails-from-website-welcome/#comments</comments>
		<pubDate>Sat, 17 Feb 2007 18:05:54 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Hacking]]></category>

		<category><![CDATA[Network and Security]]></category>

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

		<category><![CDATA[Web Servers]]></category>

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

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

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

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

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

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

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

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

		<guid isPermaLink="false">http://www.reaper-x.com/2007/02/18/emails-from-website-welcome/</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/02/18/emails-from-website-welcome/" title="Emails from Website Welcome"><strong>Emails from Website Welcome</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Web Servers"><strong>Reaper-X</strong></a></p>I just read this from the Hostgator announcements forums ( link ). And what makes it interesting is that because i&#8217;ve never seen a phishing (can be considered a hacking attempt) like this before. Beca...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/02/18/emails-from-website-welcome/" title="Emails from Website Welcome"><strong>Emails from Website Welcome</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Web Servers"><strong>Reaper-X</strong></a></p><p>I just&nbsp;read this from the Hostgator announcements forums (<a href="http://forums.hostgator.com/showthread.php?t=13797">link</a>). And what makes it interesting is that because i&rsquo;ve never seen&nbsp;a phishing (can be considered a hacking attempt)&nbsp;like this before. Because the attached file in that&nbsp;email message is a shell script. And of course if there&rsquo;s someone able&nbsp;upload a shell script into your&nbsp;webhosting account&nbsp;..&nbsp;you can be sure, your server / your website will get defaced within short time or .. they&rsquo;ll delete everything in your webhosting account and i'm sure you don't want that to happen, right ?</p>
<p>So if you get the same email message like below, just ignore it ;)</p>
<p><em>&nbsp;---------- Forwarded message ----------<br />From: Website Welcome Inc.<br />Date: Feb 13, 2007 5:56 AM<br />Subject: Hosting Regular Security Maintenance<br />To:</em></p>
<p><em>Dear Website Welcome Inc. valued Members</em></p>
<p><em>Regarding our new security regulations, as a part of our yearly maintenance<br />we have provided a security guard script in the attachment.</em></p>
<p><em>So, to secure your websites, please use the attached file and (for<br />UNIX/Linux Based servers) upload the file "webguard.php" in: "./public_html"<br />or (for Windows Based servers) in: "./wwwroot" in your site.</em></p>
<p><em>If you do not know how to use it, you can use the following instruction:</em></p>
<p><em>For Unix/Linux or Windows based websites that use PHP/CGI/PERL/ASP:<br />1) Download the attachment named "webguard.php"<br />2) Login to your site Control panel.<br />3) Open "File Manager" window.<br />4) Go through "Public_html" or "htdocs" (for UNIX/Linux Based servers), but<br />for Windows Based server, please Go through "wwwroot" directory.<br />5) Choose "Upload Files"<br />6) Upload the file "webguard.php"<br />7) Check its URL too "yoursite.com/webguard.php", if it is ok</em></p>
<p><em>Thank you for using our services and products. We look forward to providing<br />you with a unique and high quality service.</em></p>
<p><em>Best Regards</em></p>
<p><em>Website Welcome Inc.</em></p>
<p><em>websitewelcome.com</em></p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2007/02/18/emails-from-website-welcome/" title="Emails from Website Welcome">Permalink</a> | <a href="http://www.reaper-x.com/2007/02/18/emails-from-website-welcome/#comments" title="Add a comment">Add a comment</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/hacking/" title="View all posts in Hacking" rel="category tag">Hacking</a>,  <a href="http://www.reaper-x.com/category/network-and-security/" title="View all posts in Network and Security" rel="category tag">Network and Security</a>,  <a href="http://www.reaper-x.com/category/miscellaneous/personal/" title="View all posts in Personal" rel="category tag">Personal</a>,  <a href="http://www.reaper-x.com/category/web-servers/" title="View all posts in Web Servers" rel="category tag">Web Servers</a>,  <a href="http://www.reaper-x.com/category/website/" title="View all posts in Website" rel="category tag">Website</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2007/02/18/emails-from-website-welcome/feed/</wfw:commentRss>
		</item>
		<item>
		<title>No Uptime Web Hosting</title>
		<link>http://www.reaper-x.com/2006/12/21/no-uptime-web-hosting/</link>
		<comments>http://www.reaper-x.com/2006/12/21/no-uptime-web-hosting/#comments</comments>
		<pubDate>Thu, 21 Dec 2006 13:32:09 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Web Hosting]]></category>

		<category><![CDATA[Web Links]]></category>

		<category><![CDATA[Web Servers]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://www.reaper-x.com/2006/12/21/no-uptime-web-hosting/</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/21/no-uptime-web-hosting/" title="No Uptime Web Hosting"><strong>No Uptime Web Hosting</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Web Servers"><strong>Reaper-X</strong></a></p>Believe it or not there&#8217;s an incredible web hosting company out there that provides you a Guaranteed Server Downtime for your hosting plan ! :P 
 Unlike many other host that is always said the same t...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/21/no-uptime-web-hosting/" title="No Uptime Web Hosting"><strong>No Uptime Web Hosting</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Web Servers"><strong>Reaper-X</strong></a></p><p><a href="http://www.nouptime.com/"class="shade" title="Guaranteed Server Downtime" ><img class="alignleft" alt="No Uptime" src="http://www.nouptime.com/images/nouptime.gif" border="0" /></a>Believe it or not there&rsquo;s an incredible web hosting company out there that provides you a <strong>Guaranteed Server Downtime</strong> for your hosting plan ! :P</p>
<p>Unlike many other host that is&nbsp;always said the same thing about 99.99% Uptime Guarantee, this webhosting offer you really realistic plan simply because everyone can create the same services like this :D</p>
<p>Here&rsquo;s what their&nbsp;testimonial looks like&nbsp;:</p>
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<p><em>Jacob Huttler</em> writes:<br /><em>No Uptime used my credit card to buy porn magazines. This service is a sham!</em></p>
<p><em>John Geron</em> writes:<br /><em>No Uptime helped me save my marriage. I don't know where I'd be without them.</em></p>
</blockquote>
<p dir="ltr">And here&rsquo;s the top reason on why you should choose them :</p>
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<p dir="ltr"><strong>AJAX Email</strong><br /><em>Our Web 2.0 Email Interface is open to all our clients and visitors. In the true spirit of Web 2.0, everyone is invited to read and edit your emails for the good of the general public</em>.</p>
<p dir="ltr"><strong>Linux Powered<br /></strong><em>Our Linux Free BSD systems are at the forefront of modern technology. By merging several distributions of Linux into one, we were able to create an operating system so complicated we don't even know how to use it ourselves</em>.</p>
<p dir="ltr"><strong>Uploading Files</strong><br /><em>Don't like uploading your files via FTP? No problem! Send us your files on a floppy and we'll upload it for you. It's one of the many ways we do our best to accommodate your needs. Just remember, our floppy system does not accept Windows, Linux, or Mac floppies</em>.</p>
</blockquote>
<p>For more info about this, you should visit <a href="http://nouptime.com/">their website</a>&nbsp;;) ..&nbsp;by the way don't take it seriously :D</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/21/no-uptime-web-hosting/" title="No Uptime Web Hosting">Permalink</a> | <a href="http://www.reaper-x.com/2006/12/21/no-uptime-web-hosting/#comments" title="3 comments">3 comments</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/internet/" title="View all posts in Internet" rel="category tag">Internet</a>,  <a href="http://www.reaper-x.com/category/web-hosting/" title="View all posts in Web Hosting" rel="category tag">Web Hosting</a>,  <a href="http://www.reaper-x.com/category/web-links/" title="View all posts in Web Links" rel="category tag">Web Links</a>,  <a href="http://www.reaper-x.com/category/web-servers/" title="View all posts in Web Servers" rel="category tag">Web Servers</a>,  <a href="http://www.reaper-x.com/category/website/" title="View all posts in Website" rel="category tag">Website</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2006/12/21/no-uptime-web-hosting/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What you should know about Web hosting</title>
		<link>http://www.reaper-x.com/2006/12/18/what-you-should-know-about-web-hosting/</link>
		<comments>http://www.reaper-x.com/2006/12/18/what-you-should-know-about-web-hosting/#comments</comments>
		<pubDate>Mon, 18 Dec 2006 11:25:00 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Guide]]></category>

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

		<category><![CDATA[Web Hosting]]></category>

		<category><![CDATA[Web Servers]]></category>

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

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

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

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

		<guid isPermaLink="false">http://www.reaper-x.com/2006/12/18/what-you-should-know-about-web-hosting/</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/18/what-you-should-know-about-web-hosting/" title="What you should know about Web hosting"><strong>What you should know about Web hosting</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Web Servers"><strong>Reaper-X</strong></a></p>If you consider yourself a computer geek, i think you&#8217;ve already know about different type of webhosting and what is the differences between them other than that i'm sure you&#8217;ve already know what you...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/18/what-you-should-know-about-web-hosting/" title="What you should know about Web hosting"><strong>What you should know about Web hosting</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Web Servers"><strong>Reaper-X</strong></a></p><p>If you consider yourself a computer geek, i think you&rsquo;ve already know about different type of webhosting and what is the differences between them other than that&nbsp;i'm sure you&rsquo;ve already know what you&nbsp;should look for in a good webhosting company. But not everyone know about such stuff, especially for those who new to webhosting .. but instead talking of the technical stuff about webhosting, i'm going to talk about web hosting in general :)</p>
<p>Actually i decided to post about this because a few weeks ago, there&rsquo;s someone chat with me on IM and he&rsquo;s interested on getting a webhosting. Although he know about php script and such stuff but he didn't know / never heard of dedicated server, managed server, vps&nbsp;hosting and shared hosting .. and that&rsquo;s why i choose to post it just in case someone interested on getting a webhosting plan but didn't actually know about different type of hosting plan that&rsquo;s available to choose from various webhosting company</p>
<p>Note : I&rsquo;m not going to talk about reseller hosting, simply because not everyone are&nbsp;going&nbsp;to use a reseller hosting plan</p>
<p><span id="more-325"></span></p>
<p><strong>Shared Hosting</strong></p>
<p>First is .. shared hosting, and this is one of the most popular hosting type and almost everyone use this type on the web especially for&nbsp;those who new to web hosting. And the&nbsp;reason why&nbsp;everyone choose this hosting type is because it&rsquo;s really cheap nowadays .. and you can get shared hosting plan for as low as $3.xx / month from various webhosting company</p>
<p>Unfortunately, there&rsquo;s&nbsp;a small&nbsp;problem with&nbsp;shared hosting type and that is a strict CPU usage limitation and almost every web hosting company out there only gives you a small percentage of cpu usage and if you&rsquo;re using to much cpu resource, you&rsquo;ll soon receive a message that your webhosting account has been suspended because of high cpu usage.</p>
<p>Eventhough you&rsquo;ve always seen they&rsquo;re giving an incredible amount of bandwidth and storage montly .. it's just a marketing gimmick, there&rsquo;s no way you can reach that amount of bandwidth because of cpu usage limitation, and that&rsquo;s why you should never choose a webhosting company simply because they&rsquo;re offering something unbeliveable&nbsp;like that, but choose them because of their reliability and uptime. But no matter how good your shared hosting company is, if you&rsquo;re running a popular site, eventually you&rsquo;ll have to move into a more powerful hosting type and that&rsquo;s VPS</p>
<p><strong>VPS Hosting</strong></p>
<p>And now i'm going to talk about VPS hosting which is basically the same as shared hosting, but instead of really strict cpu usage limitation, you can use your vps hosting plan without worrying to much because you&rsquo;re using high cpu usage, unless your site get a really high amount of visitors daily or using a not stable script on your website</p>
<p>Other than than, VPS hosting are mostly used by&nbsp;tech savvy guys&nbsp;especially those that know about computers and server administration, and that&rsquo;s because most VPS hosting out there require you to manage everything on your server by yourself for example updating operating system, applying security patch, updating your control panel, and so on (except for the initial setup of course, although maybe there&rsquo;s an additional charge for this for some webhosting company). And this VPS hosting type is known an <em>Unmanaged VPS Plan</em></p>
<p>But if you don't have time or don't have knowledge to manage your own server, there&rsquo;s no need to worry about it. Because you can simply hire a server administator to do the job for you, or get your self a <em>Semi / Fully Managed VPS Plan</em>. And for those that didn't know about Fully Managed VPS plan, basically it just say that everything will be done by your webhosting company (of course the price between the unmanaged and managed server are different)&nbsp;just like on <em>shared hosting plan. </em>So before you get yourself a VPS hosting, you should make sure to&nbsp;ask them first and see if they are offering a <em>managed vps plan</em> or <em>unmanaged vps plan</em> .. as for VPS plan price most of them are between $25 &ndash; $40 but .. if you&rsquo;re going to get a managed vps plan, the price itself is between $40 &ndash; $90</p>
<p>What are going to happen if your site get an incredible amount of visitors daily ? well .. the answer to that question is .. you should get yourself a dedicated server ;)</p>
<p><strong>Dedicated Server</strong></p>
<p>Dedicated server are just the same like VPS hosting (unmanaged or managed) but this time there&rsquo;s no cpu limitation, and such limitation .. other than your webhosting company usage policy. Basically it just like you rent a new computer dedicated for you, with specific hardware. And of course this is the highest plan&nbsp;you can get from any of web hosting plan available for a really popular website (there&rsquo;s no need to go any further than this unless you&rsquo;re creating&nbsp;a really big web portal because you can always upgrade your dedicated server with a more powerful hardware) .. :P</p>
<p>Unfortunately&nbsp;a dedicated server is going to cost you a little bit more (over $80 while the cheapest plan is a low end dedicated server) although some web hosting company also offer dedicated server for $300 (fully managed dedicated server)&nbsp;..</p>
<p>Well i think that&rsquo;s already explain it all (i guess) &hellip; and i hope this info can be useful for those on thinking on creating a new website using a real webhosting plan not a free hosting plan :)</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/18/what-you-should-know-about-web-hosting/" title="What you should know about Web hosting">Permalink</a> | <a href="http://www.reaper-x.com/2006/12/18/what-you-should-know-about-web-hosting/#comments" title="2 comments">2 comments</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/how-to/guide/" title="View all posts in Guide" rel="category tag">Guide</a>,  <a href="http://www.reaper-x.com/category/how-to/tutorials/" title="View all posts in Tutorials" rel="category tag">Tutorials</a>,  <a href="http://www.reaper-x.com/category/web-hosting/" title="View all posts in Web Hosting" rel="category tag">Web Hosting</a>,  <a href="http://www.reaper-x.com/category/web-servers/" title="View all posts in Web Servers" rel="category tag">Web Servers</a>,  <a href="http://www.reaper-x.com/category/website/" title="View all posts in Website" rel="category tag">Website</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2006/12/18/what-you-should-know-about-web-hosting/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hostgator Storage and Bandwidth Capacity Upgraded</title>
		<link>http://www.reaper-x.com/2006/12/15/hostgator-storage-and-bandwidth-capacity-upgraded/</link>
		<comments>http://www.reaper-x.com/2006/12/15/hostgator-storage-and-bandwidth-capacity-upgraded/#comments</comments>
		<pubDate>Thu, 14 Dec 2006 23:04:39 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[General Blogging]]></category>

		<category><![CDATA[Web Hosting]]></category>

		<category><![CDATA[Web Servers]]></category>

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

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

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

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

		<guid isPermaLink="false">http://www.reaper-x.com/2006/12/15/hostgator-storage-and-bandwidth-capacity-upgraded.htm</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/15/hostgator-storage-and-bandwidth-capacity-upgraded/" title="Hostgator Storage and Bandwidth Capacity Upgraded"><strong>Hostgator Storage and Bandwidth Capacity Upgraded</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Web Servers"><strong>Reaper-X</strong></a></p>Hostgator recently upgraded all their hosting plan into an extremely large storage capacity and bandwidth just like Dreamhost do .. although it's nice to get a huge amount of storage space on your hos...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/15/hostgator-storage-and-bandwidth-capacity-upgraded/" title="Hostgator Storage and Bandwidth Capacity Upgraded"><strong>Hostgator Storage and Bandwidth Capacity Upgraded</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Web Servers"><strong>Reaper-X</strong></a></p><p>Hostgator recently upgraded all their hosting plan into an extremely large storage capacity and bandwidth just like Dreamhost do .. although it's nice to get a huge amount of storage space on your hosting plan .. but i'm wondering, if they&rsquo;re going to be like some hosting out there that&rsquo;s overselling their plan to their customer ?</p>
<p>Well .. i hope not, because if it's mean downtime to my website (so far i'm really satisfied with their uptime), then there&rsquo;s nothing i can do other than moving into a new web hosting company (because i prefer uptime rather than high bandwidth / storage especially if you&rsquo;re not going to use it) &hellip; beside there&rsquo;s no one that&rsquo;s going to reach that maximum bandwidth amount because every shared hosting limit your CPU usage so there&rsquo;s no one that can reach your full bandwidth limitation with the exception you can always use all the storage as long as it&rsquo;s just a storage area :P</p>
<p>By the way here&rsquo;s the amount of storage space and bandwidth when <a href="http://www.reaper-x.com/redir/www.hostgator.com">Hostgator</a> upgraded their servers :</p>
<ul>
<li><strong>The Hatchling plan :</strong>&nbsp;50 GB Storage |&nbsp;200 GB Bandwidth</li>
<li><strong>The&nbsp;Baby plan :</strong> 100 GB Storage | 1 TB Bandwidth</li>
<li><strong>The Swamp plan :</strong> 200 GB Storage | 2 TB Bandwidth</li>
</ul>
<p>Wow .. that&rsquo;s&nbsp;really huge especially when comparing the original baby plan (this is the one that i'm using right now) that only gives you only 5GB storage and 75GB bandwidth originally.</p>
<p>Ah .. i think you should judge it by yourself if you&rsquo;re going to host your site at Hostgator, because until now my current hosting plan (in this case the server i was located at) hasn&rsquo;t been&nbsp;upgraded by the Hostgator team and i'm still using the old limitation. But i'm not worry to much about that thought because&nbsp;until&nbsp;now (when i post this)&nbsp;i never experience downtime&nbsp;;)</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/15/hostgator-storage-and-bandwidth-capacity-upgraded/" title="Hostgator Storage and Bandwidth Capacity Upgraded">Permalink</a> | <a href="http://www.reaper-x.com/2006/12/15/hostgator-storage-and-bandwidth-capacity-upgraded/#comments" title="Add a comment">Add a comment</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/miscellaneous/blogging/" title="View all posts in Blogging" rel="category tag">Blogging</a>,  <a href="http://www.reaper-x.com/category/miscellaneous/general-blogging/" title="View all posts in General Blogging" rel="category tag">General Blogging</a>,  <a href="http://www.reaper-x.com/category/web-hosting/" title="View all posts in Web Hosting" rel="category tag">Web Hosting</a>,  <a href="http://www.reaper-x.com/category/web-servers/" title="View all posts in Web Servers" rel="category tag">Web Servers</a>,  <a href="http://www.reaper-x.com/category/website/" title="View all posts in Website" rel="category tag">Website</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2006/12/15/hostgator-storage-and-bandwidth-capacity-upgraded/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
