<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Reaper-X &#187; Web Servers</title>
	<atom:link href="http://www.reaper-x.com/category/technology/web-servers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reaper-x.com</link>
	<description>Technology, Games, Blogging ... Whatever</description>
	<lastBuildDate>Thu, 12 Nov 2009 08:50:15 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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[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...


Related posts:<ul><li><a href='http://www.reaper-x.com/2007/03/22/ssh-access-and-wget-on-hostgator/' rel='bookmark' title='Permanent Link: SSH Access and WGET on Hostgator'>SSH Access and WGET on Hostgator</a></li><li><a href='http://www.reaper-x.com/2006/12/18/what-you-should-know-about-web-hosting/' rel='bookmark' title='Permanent Link: What you should know about Web hosting'>What you should know about Web hosting</a></li><li><a href='http://www.reaper-x.com/2006/12/06/web-stress-and-performance-testing/' rel='bookmark' title='Permanent Link: Web Stress and Performance Testing'>Web Stress and Performance Testing</a></li><li><a href='http://www.reaper-x.com/2007/08/18/php-fastcgi-suexec-and-xcache-installed/' rel='bookmark' title='Permanent Link: PHP-FastCGI, Suexec, and XCache Installed'>PHP-FastCGI, Suexec, and XCache Installed</a></li><li><a href='http://www.reaper-x.com/2007/03/13/media-temple-grid-server-review/' rel='bookmark' title='Permanent Link: Media Temple Grid Server Review'>Media Temple Grid Server Review</a></li></ul>]]></description>
			<content:encoded><![CDATA[<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/technology/web-hosting/" rel="nofollow"  title="View all posts in Web Hosting" rel="category tag">Web Hosting</a>,  <a href="http://www.reaper-x.com/category/technology/web-servers/" rel="nofollow"  title="View all posts in Web Servers" rel="category tag">Web Servers</a>,  <a href="http://www.reaper-x.com/category/internet/website/" rel="nofollow"  title="View all posts in Website" rel="category tag">Website</a></em></p>

<p>Related posts:<ul><li><a href='http://www.reaper-x.com/2007/03/22/ssh-access-and-wget-on-hostgator/' rel='bookmark' title='Permanent Link: SSH Access and WGET on Hostgator'>SSH Access and WGET on Hostgator</a></li><li><a href='http://www.reaper-x.com/2006/12/18/what-you-should-know-about-web-hosting/' rel='bookmark' title='Permanent Link: What you should know about Web hosting'>What you should know about Web hosting</a></li><li><a href='http://www.reaper-x.com/2006/12/06/web-stress-and-performance-testing/' rel='bookmark' title='Permanent Link: Web Stress and Performance Testing'>Web Stress and Performance Testing</a></li><li><a href='http://www.reaper-x.com/2007/08/18/php-fastcgi-suexec-and-xcache-installed/' rel='bookmark' title='Permanent Link: PHP-FastCGI, Suexec, and XCache Installed'>PHP-FastCGI, Suexec, and XCache Installed</a></li><li><a href='http://www.reaper-x.com/2007/03/13/media-temple-grid-server-review/' rel='bookmark' title='Permanent Link: Media Temple Grid Server Review'>Media Temple Grid Server Review</a></li></ul></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>
		<slash:comments>2</slash:comments>
		</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[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[Apache]]></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[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...


Related posts:<ul><li><a href='http://www.reaper-x.com/2007/08/19/4-things-you-should-know-before-moving-into-vps/' rel='bookmark' title='Permanent Link: 4 Things you should know, before moving into VPS'>4 Things you should know, before moving into VPS</a></li><li><a href='http://www.reaper-x.com/2006/11/09/tips-on-searching-for-a-good-blog-hosting/' rel='bookmark' title='Permanent Link: Tips on searching for a good Blog Hosting'>Tips on searching for a good Blog Hosting</a></li><li><a href='http://www.reaper-x.com/2006/12/07/wordpress-206-beta-1-released/' rel='bookmark' title='Permanent Link: WordPress 2.0.6 Beta 1 Released'>WordPress 2.0.6 Beta 1 Released</a></li><li><a href='http://www.reaper-x.com/2006/11/23/so-you-just-installed-wordpress-whats-next/' rel='bookmark' title='Permanent Link: So you just installed Wordpress .. what&#8217;s next ?'>So you just installed Wordpress .. what&#8217;s next ?</a></li><li><a href='http://www.reaper-x.com/2006/10/25/just-installed-mozilla-firefox-2-and/' rel='bookmark' title='Permanent Link: Just installed Mozilla Firefox 2 .. and ..'>Just installed Mozilla Firefox 2 .. and ..</a></li></ul>]]></description>
			<content:encoded><![CDATA[<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/technology/computer/linux/" rel="nofollow"  title="View all posts in Linux" rel="category tag">Linux</a>,  <a href="http://www.reaper-x.com/category/technology/computer/software/php/" rel="nofollow"  title="View all posts in PHP" rel="category tag">PHP</a>,  <a href="http://www.reaper-x.com/category/technology/web-servers/" rel="nofollow"  title="View all posts in Web Servers" rel="category tag">Web Servers</a></em></p>

<p>Related posts:<ul><li><a href='http://www.reaper-x.com/2007/08/19/4-things-you-should-know-before-moving-into-vps/' rel='bookmark' title='Permanent Link: 4 Things you should know, before moving into VPS'>4 Things you should know, before moving into VPS</a></li><li><a href='http://www.reaper-x.com/2006/11/09/tips-on-searching-for-a-good-blog-hosting/' rel='bookmark' title='Permanent Link: Tips on searching for a good Blog Hosting'>Tips on searching for a good Blog Hosting</a></li><li><a href='http://www.reaper-x.com/2006/12/07/wordpress-206-beta-1-released/' rel='bookmark' title='Permanent Link: WordPress 2.0.6 Beta 1 Released'>WordPress 2.0.6 Beta 1 Released</a></li><li><a href='http://www.reaper-x.com/2006/11/23/so-you-just-installed-wordpress-whats-next/' rel='bookmark' title='Permanent Link: So you just installed Wordpress .. what&#8217;s next ?'>So you just installed Wordpress .. what&#8217;s next ?</a></li><li><a href='http://www.reaper-x.com/2006/10/25/just-installed-mozilla-firefox-2-and/' rel='bookmark' title='Permanent Link: Just installed Mozilla Firefox 2 .. and ..'>Just installed Mozilla Firefox 2 .. and ..</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2007/08/18/php-fastcgi-suexec-and-xcache-installed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</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[Linux]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[Apache]]></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[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...


Related posts:<ul><li><a href='http://www.reaper-x.com/2007/06/27/mysql-installation-and-configuration-setting-up-private-wow-server/' rel='bookmark' title='Permanent Link: MySQL Installation and Configuration &#8211; Setting up Private WoW Server'>MySQL Installation and Configuration &#8211; Setting up Private WoW Server</a></li><li><a href='http://www.reaper-x.com/2007/07/09/installing-and-setting-up-apache-webserver-with-php-setting-up-private-wow-server/' rel='bookmark' title='Permanent Link: Installing and setting up Apache Webserver with PHP &#8211; Setting up Private WoW Server'>Installing and setting up Apache Webserver with PHP &#8211; Setting up Private WoW Server</a></li><li><a href='http://www.reaper-x.com/2007/06/28/configuring-mangos-for-tbc-server-or-wow-classic-server-setting-up-private-wow-server/' rel='bookmark' title='Permanent Link: Configuring Mangos for TBC Server or WoW Classic Server &#8211; Setting up Private WoW Server'>Configuring Mangos for TBC Server or WoW Classic Server &#8211; Setting up Private WoW Server</a></li><li><a href='http://www.reaper-x.com/2007/07/03/creating-public-server-for-lan-party-setting-up-private-wow-server/' rel='bookmark' title='Permanent Link: Creating Public Server for LAN Party &#8211; Setting up Private WoW Server'>Creating Public Server for LAN Party &#8211; Setting up Private WoW Server</a></li><li><a href='http://www.reaper-x.com/2009/10/02/how-to-use-coralcdn-to-save-your-bandwidth-problem-server-resources/' rel='bookmark' title='Permanent Link: How to use CoralCDN to help reduce bandwidth usage / server resources'>How to use CoralCDN to help reduce bandwidth usage / server resources</a></li></ul>]]></description>
			<content:encoded><![CDATA[<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/technology/computer/linux/" rel="nofollow"  title="View all posts in Linux" rel="category tag">Linux</a>,  <a href="http://www.reaper-x.com/category/technology/web-servers/" rel="nofollow"  title="View all posts in Web Servers" rel="category tag">Web Servers</a></em></p>

<p>Related posts:<ul><li><a href='http://www.reaper-x.com/2007/06/27/mysql-installation-and-configuration-setting-up-private-wow-server/' rel='bookmark' title='Permanent Link: MySQL Installation and Configuration &#8211; Setting up Private WoW Server'>MySQL Installation and Configuration &#8211; Setting up Private WoW Server</a></li><li><a href='http://www.reaper-x.com/2007/07/09/installing-and-setting-up-apache-webserver-with-php-setting-up-private-wow-server/' rel='bookmark' title='Permanent Link: Installing and setting up Apache Webserver with PHP &#8211; Setting up Private WoW Server'>Installing and setting up Apache Webserver with PHP &#8211; Setting up Private WoW Server</a></li><li><a href='http://www.reaper-x.com/2007/06/28/configuring-mangos-for-tbc-server-or-wow-classic-server-setting-up-private-wow-server/' rel='bookmark' title='Permanent Link: Configuring Mangos for TBC Server or WoW Classic Server &#8211; Setting up Private WoW Server'>Configuring Mangos for TBC Server or WoW Classic Server &#8211; Setting up Private WoW Server</a></li><li><a href='http://www.reaper-x.com/2007/07/03/creating-public-server-for-lan-party-setting-up-private-wow-server/' rel='bookmark' title='Permanent Link: Creating Public Server for LAN Party &#8211; Setting up Private WoW Server'>Creating Public Server for LAN Party &#8211; Setting up Private WoW Server</a></li><li><a href='http://www.reaper-x.com/2009/10/02/how-to-use-coralcdn-to-save-your-bandwidth-problem-server-resources/' rel='bookmark' title='Permanent Link: How to use CoralCDN to help reduce bandwidth usage / server resources'>How to use CoralCDN to help reduce bandwidth usage / server resources</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2007/08/07/client-denied-by-server-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing and setting up Apache Webserver with PHP &#8211; 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[Guide]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[Apache]]></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[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


Related posts:<ul><li><a href='http://www.reaper-x.com/2007/09/24/installing-and-setting-up-apache-22-series-with-php-5-on-windows/' rel='bookmark' title='Permanent Link: Installing and Setting up Apache 2.2 series with PHP 5 on Windows'>Installing and Setting up Apache 2.2 series with PHP 5 on Windows</a></li><li><a href='http://www.reaper-x.com/2007/07/03/creating-public-server-for-lan-party-setting-up-private-wow-server/' rel='bookmark' title='Permanent Link: Creating Public Server for LAN Party &#8211; Setting up Private WoW Server'>Creating Public Server for LAN Party &#8211; Setting up Private WoW Server</a></li><li><a href='http://www.reaper-x.com/2007/06/28/configuring-mangos-for-tbc-server-or-wow-classic-server-setting-up-private-wow-server/' rel='bookmark' title='Permanent Link: Configuring Mangos for TBC Server or WoW Classic Server &#8211; Setting up Private WoW Server'>Configuring Mangos for TBC Server or WoW Classic Server &#8211; Setting up Private WoW Server</a></li><li><a href='http://www.reaper-x.com/2007/06/27/mysql-installation-and-configuration-setting-up-private-wow-server/' rel='bookmark' title='Permanent Link: MySQL Installation and Configuration &#8211; Setting up Private WoW Server'>MySQL Installation and Configuration &#8211; Setting up Private WoW Server</a></li><li><a href='http://www.reaper-x.com/2007/05/05/creating-wow-private-server-the-easier-way-perhaps/' rel='bookmark' title='Permanent Link: Creating WoW Private Server the easier way (perhaps)'>Creating WoW Private Server the easier way (perhaps)</a></li></ul>]]></description>
			<content:encoded><![CDATA[<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 &#8220;C:/php/php4apache.dll&#8221;</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 &#8211; 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="123 comments">123 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/" rel="nofollow"  title="View all posts in Guide" rel="category tag">Guide</a>,  <a href="http://www.reaper-x.com/category/how-to/" rel="nofollow"  title="View all posts in How To" rel="category tag">How To</a>,  <a href="http://www.reaper-x.com/category/how-to/tutorials/" rel="nofollow"  title="View all posts in Tutorials" rel="category tag">Tutorials</a>,  <a href="http://www.reaper-x.com/category/technology/web-servers/" rel="nofollow"  title="View all posts in Web Servers" rel="category tag">Web Servers</a></em></p>

<p>Related posts:<ul><li><a href='http://www.reaper-x.com/2007/09/24/installing-and-setting-up-apache-22-series-with-php-5-on-windows/' rel='bookmark' title='Permanent Link: Installing and Setting up Apache 2.2 series with PHP 5 on Windows'>Installing and Setting up Apache 2.2 series with PHP 5 on Windows</a></li><li><a href='http://www.reaper-x.com/2007/07/03/creating-public-server-for-lan-party-setting-up-private-wow-server/' rel='bookmark' title='Permanent Link: Creating Public Server for LAN Party &#8211; Setting up Private WoW Server'>Creating Public Server for LAN Party &#8211; Setting up Private WoW Server</a></li><li><a href='http://www.reaper-x.com/2007/06/28/configuring-mangos-for-tbc-server-or-wow-classic-server-setting-up-private-wow-server/' rel='bookmark' title='Permanent Link: Configuring Mangos for TBC Server or WoW Classic Server &#8211; Setting up Private WoW Server'>Configuring Mangos for TBC Server or WoW Classic Server &#8211; Setting up Private WoW Server</a></li><li><a href='http://www.reaper-x.com/2007/06/27/mysql-installation-and-configuration-setting-up-private-wow-server/' rel='bookmark' title='Permanent Link: MySQL Installation and Configuration &#8211; Setting up Private WoW Server'>MySQL Installation and Configuration &#8211; Setting up Private WoW Server</a></li><li><a href='http://www.reaper-x.com/2007/05/05/creating-wow-private-server-the-easier-way-perhaps/' rel='bookmark' title='Permanent Link: Creating WoW Private Server the easier way (perhaps)'>Creating WoW Private Server the easier way (perhaps)</a></li></ul></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>
		<slash:comments>123</slash:comments>
		</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[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...


Related posts:<ul><li><a href='http://www.reaper-x.com/2007/10/01/indonesian-paypal-users-now-can-withdraw-funds-too/' rel='bookmark' title='Permanent Link: Indonesian paypal users now can withdraw funds too'>Indonesian paypal users now can withdraw funds too</a></li><li><a href='http://www.reaper-x.com/2006/12/01/hostgator-problem/' rel='bookmark' title='Permanent Link: Hostgator Problem ..'>Hostgator Problem ..</a></li><li><a href='http://www.reaper-x.com/2007/03/22/ssh-access-and-wget-on-hostgator/' rel='bookmark' title='Permanent Link: SSH Access and WGET on Hostgator'>SSH Access and WGET on Hostgator</a></li><li><a href='http://www.reaper-x.com/2006/10/14/paypal-available-in-indonesia-but/' rel='bookmark' title='Permanent Link: Paypal Available in Indonesia .. but ..'>Paypal Available in Indonesia .. but ..</a></li><li><a href='http://www.reaper-x.com/2007/03/07/hostgator-review-a-personal-experience/' rel='bookmark' title='Permanent Link: Hostgator Review, a Personal Experience'>Hostgator Review, a Personal Experience</a></li></ul>]]></description>
			<content:encoded><![CDATA[<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&#8217;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="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/miscellaneous/making-money/income-sources/" rel="nofollow"  title="View all posts in Income Sources" rel="category tag">Income Sources</a>,  <a href="http://www.reaper-x.com/category/miscellaneous/making-money/" rel="nofollow"  title="View all posts in Making Money" rel="category tag">Making Money</a>,  <a href="http://www.reaper-x.com/category/miscellaneous/personal/" rel="nofollow"  title="View all posts in Personal" rel="category tag">Personal</a>,  <a href="http://www.reaper-x.com/category/technology/web-hosting/" rel="nofollow"  title="View all posts in Web Hosting" rel="category tag">Web Hosting</a>,  <a href="http://www.reaper-x.com/category/technology/web-servers/" rel="nofollow"  title="View all posts in Web Servers" rel="category tag">Web Servers</a></em></p>

<p>Related posts:<ul><li><a href='http://www.reaper-x.com/2007/10/01/indonesian-paypal-users-now-can-withdraw-funds-too/' rel='bookmark' title='Permanent Link: Indonesian paypal users now can withdraw funds too'>Indonesian paypal users now can withdraw funds too</a></li><li><a href='http://www.reaper-x.com/2006/12/01/hostgator-problem/' rel='bookmark' title='Permanent Link: Hostgator Problem ..'>Hostgator Problem ..</a></li><li><a href='http://www.reaper-x.com/2007/03/22/ssh-access-and-wget-on-hostgator/' rel='bookmark' title='Permanent Link: SSH Access and WGET on Hostgator'>SSH Access and WGET on Hostgator</a></li><li><a href='http://www.reaper-x.com/2006/10/14/paypal-available-in-indonesia-but/' rel='bookmark' title='Permanent Link: Paypal Available in Indonesia .. but ..'>Paypal Available in Indonesia .. but ..</a></li><li><a href='http://www.reaper-x.com/2007/03/07/hostgator-review-a-personal-experience/' rel='bookmark' title='Permanent Link: Hostgator Review, a Personal Experience'>Hostgator Review, a Personal Experience</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2007/05/31/hostgator-affiliates-i-like-it/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</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[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...


Related posts:<ul><li><a href='http://www.reaper-x.com/2007/09/01/hardening-wordpress-with-mod-rewrite-and-htaccess/' rel='bookmark' title='Permanent Link: Hardening Wordpress with Mod Rewrite and htaccess'>Hardening Wordpress with Mod Rewrite and htaccess</a></li><li><a href='http://www.reaper-x.com/2009/10/02/how-to-use-coralcdn-to-save-your-bandwidth-problem-server-resources/' rel='bookmark' title='Permanent Link: How to use CoralCDN to help reduce bandwidth usage / server resources'>How to use CoralCDN to help reduce bandwidth usage / server resources</a></li><li><a href='http://www.reaper-x.com/2006/11/13/stumbleupon-vs-digg-vs-google/' rel='bookmark' title='Permanent Link: Stumbleupon vs Digg vs Google'>Stumbleupon vs Digg vs Google</a></li><li><a href='http://www.reaper-x.com/2006/12/24/plugim-a-digg-like-site-for-internet-marketer/' rel='bookmark' title='Permanent Link: Plugim a Digg like site for Internet Marketer'>Plugim a Digg like site for Internet Marketer</a></li><li><a href='http://www.reaper-x.com/2007/03/04/got-slashdotted-from-comment/' rel='bookmark' title='Permanent Link: Got Slashdotted from comment ?'>Got Slashdotted from comment ?</a></li></ul>]]></description>
			<content:encoded><![CDATA[<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/" rel="nofollow"  title="View all posts in Guide" rel="category tag">Guide</a>,  <a href="http://www.reaper-x.com/category/technology/computer/linux/" rel="nofollow"  title="View all posts in Linux" rel="category tag">Linux</a>,  <a href="http://www.reaper-x.com/category/technology/web-servers/" rel="nofollow"  title="View all posts in Web Servers" rel="category tag">Web Servers</a>,  <a href="http://www.reaper-x.com/category/internet/webmaster-tools/" rel="nofollow"  title="View all posts in Webmaster Tools" rel="category tag">Webmaster Tools</a>,  <a href="http://www.reaper-x.com/category/internet/website/" rel="nofollow"  title="View all posts in Website" rel="category tag">Website</a></em></p>

<p>Related posts:<ul><li><a href='http://www.reaper-x.com/2007/09/01/hardening-wordpress-with-mod-rewrite-and-htaccess/' rel='bookmark' title='Permanent Link: Hardening Wordpress with Mod Rewrite and htaccess'>Hardening Wordpress with Mod Rewrite and htaccess</a></li><li><a href='http://www.reaper-x.com/2009/10/02/how-to-use-coralcdn-to-save-your-bandwidth-problem-server-resources/' rel='bookmark' title='Permanent Link: How to use CoralCDN to help reduce bandwidth usage / server resources'>How to use CoralCDN to help reduce bandwidth usage / server resources</a></li><li><a href='http://www.reaper-x.com/2006/11/13/stumbleupon-vs-digg-vs-google/' rel='bookmark' title='Permanent Link: Stumbleupon vs Digg vs Google'>Stumbleupon vs Digg vs Google</a></li><li><a href='http://www.reaper-x.com/2006/12/24/plugim-a-digg-like-site-for-internet-marketer/' rel='bookmark' title='Permanent Link: Plugim a Digg like site for Internet Marketer'>Plugim a Digg like site for Internet Marketer</a></li><li><a href='http://www.reaper-x.com/2007/03/04/got-slashdotted-from-comment/' rel='bookmark' title='Permanent Link: Got Slashdotted from comment ?'>Got Slashdotted from comment ?</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2007/05/15/digg-protection-using-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</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[How To]]></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[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...


Related posts:<ul><li><a href='http://www.reaper-x.com/2006/09/04/tips-on-searching-for-a-good-webhosting/' rel='bookmark' title='Permanent Link: Tips on searching for a good webhosting'>Tips on searching for a good webhosting</a></li><li><a href='http://www.reaper-x.com/2007/05/31/hostgator-affiliates-i-like-it/' rel='bookmark' title='Permanent Link: Hostgator affiliates &#8230; i like it'>Hostgator affiliates &#8230; i like it</a></li><li><a href='http://www.reaper-x.com/2006/12/01/hostgator-problem/' rel='bookmark' title='Permanent Link: Hostgator Problem ..'>Hostgator Problem ..</a></li><li><a href='http://www.reaper-x.com/2006/10/24/2-months-passed-with-hostgator/' rel='bookmark' title='Permanent Link: 2 Months Passed with Hostgator'>2 Months Passed with Hostgator</a></li><li><a href='http://www.reaper-x.com/2007/09/01/hardening-wordpress-with-mod-rewrite-and-htaccess/' rel='bookmark' title='Permanent Link: Hardening Wordpress with Mod Rewrite and htaccess'>Hardening Wordpress with Mod Rewrite and htaccess</a></li></ul>]]></description>
			<content:encoded><![CDATA[<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/" rel="nofollow"  title="View all posts in Guide" rel="category tag">Guide</a>,  <a href="http://www.reaper-x.com/category/how-to/" rel="nofollow"  title="View all posts in How To" rel="category tag">How To</a>,  <a href="http://www.reaper-x.com/category/technology/computer/linux/" rel="nofollow"  title="View all posts in Linux" rel="category tag">Linux</a>,  <a href="http://www.reaper-x.com/category/how-to/tutorials/" rel="nofollow"  title="View all posts in Tutorials" rel="category tag">Tutorials</a>,  <a href="http://www.reaper-x.com/category/technology/web-hosting/" rel="nofollow"  title="View all posts in Web Hosting" rel="category tag">Web Hosting</a>,  <a href="http://www.reaper-x.com/category/technology/web-servers/" rel="nofollow"  title="View all posts in Web Servers" rel="category tag">Web Servers</a></em></p>

<p>Related posts:<ul><li><a href='http://www.reaper-x.com/2006/09/04/tips-on-searching-for-a-good-webhosting/' rel='bookmark' title='Permanent Link: Tips on searching for a good webhosting'>Tips on searching for a good webhosting</a></li><li><a href='http://www.reaper-x.com/2007/05/31/hostgator-affiliates-i-like-it/' rel='bookmark' title='Permanent Link: Hostgator affiliates &#8230; i like it'>Hostgator affiliates &#8230; i like it</a></li><li><a href='http://www.reaper-x.com/2006/12/01/hostgator-problem/' rel='bookmark' title='Permanent Link: Hostgator Problem ..'>Hostgator Problem ..</a></li><li><a href='http://www.reaper-x.com/2006/10/24/2-months-passed-with-hostgator/' rel='bookmark' title='Permanent Link: 2 Months Passed with Hostgator'>2 Months Passed with Hostgator</a></li><li><a href='http://www.reaper-x.com/2007/09/01/hardening-wordpress-with-mod-rewrite-and-htaccess/' rel='bookmark' title='Permanent Link: Hardening Wordpress with Mod Rewrite and htaccess'>Hardening Wordpress with Mod Rewrite and htaccess</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2007/03/22/hostgator-tips-temporarily-disable-modsecurity/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</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[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...


Related posts:<ul><li><a href='http://www.reaper-x.com/2007/03/07/hostgator-review-a-personal-experience/' rel='bookmark' title='Permanent Link: Hostgator Review, a Personal Experience'>Hostgator Review, a Personal Experience</a></li><li><a href='http://www.reaper-x.com/2007/03/22/hostgator-tips-temporarily-disable-modsecurity/' rel='bookmark' title='Permanent Link: Hostgator Tips : Temporarily disable ModSecurity'>Hostgator Tips : Temporarily disable ModSecurity</a></li><li><a href='http://www.reaper-x.com/2007/09/15/using-wget-on-windows/' rel='bookmark' title='Permanent Link: Using WGet on Windows'>Using WGet on Windows</a></li><li><a href='http://www.reaper-x.com/2006/11/26/ftp-problem-on-hostgator/' rel='bookmark' title='Permanent Link: FTP Problem on Hostgator'>FTP Problem on Hostgator</a></li><li><a href='http://www.reaper-x.com/2006/12/15/hostgator-storage-and-bandwidth-capacity-upgraded/' rel='bookmark' title='Permanent Link: Hostgator Storage and Bandwidth Capacity Upgraded'>Hostgator Storage and Bandwidth Capacity Upgraded</a></li></ul>]]></description>
			<content:encoded><![CDATA[<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&#8217;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&#8217;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&#8217;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="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/" rel="nofollow"  title="View all posts in Guide" rel="category tag">Guide</a>,  <a href="http://www.reaper-x.com/category/internet/" rel="nofollow"  title="View all posts in Internet" rel="category tag">Internet</a>,  <a href="http://www.reaper-x.com/category/technology/computer/linux/" rel="nofollow"  title="View all posts in Linux" rel="category tag">Linux</a>,  <a href="http://www.reaper-x.com/category/technology/web-hosting/" rel="nofollow"  title="View all posts in Web Hosting" rel="category tag">Web Hosting</a>,  <a href="http://www.reaper-x.com/category/technology/web-servers/" rel="nofollow"  title="View all posts in Web Servers" rel="category tag">Web Servers</a>,  <a href="http://www.reaper-x.com/category/internet/webmaster-tools/" rel="nofollow"  title="View all posts in Webmaster Tools" rel="category tag">Webmaster Tools</a></em></p>

<p>Related posts:<ul><li><a href='http://www.reaper-x.com/2007/03/07/hostgator-review-a-personal-experience/' rel='bookmark' title='Permanent Link: Hostgator Review, a Personal Experience'>Hostgator Review, a Personal Experience</a></li><li><a href='http://www.reaper-x.com/2007/03/22/hostgator-tips-temporarily-disable-modsecurity/' rel='bookmark' title='Permanent Link: Hostgator Tips : Temporarily disable ModSecurity'>Hostgator Tips : Temporarily disable ModSecurity</a></li><li><a href='http://www.reaper-x.com/2007/09/15/using-wget-on-windows/' rel='bookmark' title='Permanent Link: Using WGet on Windows'>Using WGet on Windows</a></li><li><a href='http://www.reaper-x.com/2006/11/26/ftp-problem-on-hostgator/' rel='bookmark' title='Permanent Link: FTP Problem on Hostgator'>FTP Problem on Hostgator</a></li><li><a href='http://www.reaper-x.com/2006/12/15/hostgator-storage-and-bandwidth-capacity-upgraded/' rel='bookmark' title='Permanent Link: Hostgator Storage and Bandwidth Capacity Upgraded'>Hostgator Storage and Bandwidth Capacity Upgraded</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2007/03/22/ssh-access-and-wget-on-hostgator/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</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[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...


Related posts:<ul><li><a href='http://www.reaper-x.com/2007/03/12/media-temple-grid-server/' rel='bookmark' title='Permanent Link: Media Temple Grid Server'>Media Temple Grid Server</a></li><li><a href='http://www.reaper-x.com/2007/03/07/hostgator-review-a-personal-experience/' rel='bookmark' title='Permanent Link: Hostgator Review, a Personal Experience'>Hostgator Review, a Personal Experience</a></li><li><a href='http://www.reaper-x.com/2006/10/20/review-of-zoundry-a-freeware-weblogging-client-program/' rel='bookmark' title='Permanent Link: Review of Zoundry a Freeware Weblogging Client Program'>Review of Zoundry a Freeware Weblogging Client Program</a></li><li><a href='http://www.reaper-x.com/2008/07/16/new-server-announced/' rel='bookmark' title='Permanent Link: New Server Announced'>New Server Announced</a></li><li><a href='http://www.reaper-x.com/2006/09/16/google-hosted-pop-and-smtp/' rel='bookmark' title='Permanent Link: Google Hosted POP and SMTP'>Google Hosted POP and SMTP</a></li></ul>]]></description>
			<content:encoded><![CDATA[<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&#8217;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&#8217;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/miscellaneous/blog/" rel="nofollow"  title="View all posts in Blog" rel="category tag">Blog</a>,  <a href="http://www.reaper-x.com/category/internet/" rel="nofollow"  title="View all posts in Internet" rel="category tag">Internet</a>,  <a href="http://www.reaper-x.com/category/technology/web-hosting/" rel="nofollow"  title="View all posts in Web Hosting" rel="category tag">Web Hosting</a>,  <a href="http://www.reaper-x.com/category/technology/web-servers/" rel="nofollow"  title="View all posts in Web Servers" rel="category tag">Web Servers</a>,  <a href="http://www.reaper-x.com/category/internet/website/" rel="nofollow"  title="View all posts in Website" rel="category tag">Website</a></em></p>

<p>Related posts:<ul><li><a href='http://www.reaper-x.com/2007/03/12/media-temple-grid-server/' rel='bookmark' title='Permanent Link: Media Temple Grid Server'>Media Temple Grid Server</a></li><li><a href='http://www.reaper-x.com/2007/03/07/hostgator-review-a-personal-experience/' rel='bookmark' title='Permanent Link: Hostgator Review, a Personal Experience'>Hostgator Review, a Personal Experience</a></li><li><a href='http://www.reaper-x.com/2006/10/20/review-of-zoundry-a-freeware-weblogging-client-program/' rel='bookmark' title='Permanent Link: Review of Zoundry a Freeware Weblogging Client Program'>Review of Zoundry a Freeware Weblogging Client Program</a></li><li><a href='http://www.reaper-x.com/2008/07/16/new-server-announced/' rel='bookmark' title='Permanent Link: New Server Announced'>New Server Announced</a></li><li><a href='http://www.reaper-x.com/2006/09/16/google-hosted-pop-and-smtp/' rel='bookmark' title='Permanent Link: Google Hosted POP and SMTP'>Google Hosted POP and SMTP</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2007/03/13/media-temple-grid-server-review/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</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[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[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...


Related posts:<ul><li><a href='http://www.reaper-x.com/2006/12/15/hostgator-storage-and-bandwidth-capacity-upgraded/' rel='bookmark' title='Permanent Link: Hostgator Storage and Bandwidth Capacity Upgraded'>Hostgator Storage and Bandwidth Capacity Upgraded</a></li><li><a href='http://www.reaper-x.com/2007/03/22/ssh-access-and-wget-on-hostgator/' rel='bookmark' title='Permanent Link: SSH Access and WGET on Hostgator'>SSH Access and WGET on Hostgator</a></li><li><a href='http://www.reaper-x.com/2007/03/13/media-temple-grid-server-review/' rel='bookmark' title='Permanent Link: Media Temple Grid Server Review'>Media Temple Grid Server Review</a></li><li><a href='http://www.reaper-x.com/2006/12/18/what-you-should-know-about-web-hosting/' rel='bookmark' title='Permanent Link: What you should know about Web hosting'>What you should know about Web hosting</a></li><li><a href='http://www.reaper-x.com/2006/10/24/2-months-passed-with-hostgator/' rel='bookmark' title='Permanent Link: 2 Months Passed with Hostgator'>2 Months Passed with Hostgator</a></li></ul>]]></description>
			<content:encoded><![CDATA[<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&#8217;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&#8217;m currently hosted by Hostgator (dunno if in the future) i&#8217;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&#8217;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="8 comments">8 comments</a></em></p>
	<p><em><a href="http://www.reaper-x.com" >0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/technology/computer/linux/" rel="nofollow"  title="View all posts in Linux" rel="category tag">Linux</a>,  <a href="http://www.reaper-x.com/category/miscellaneous/opinion/" rel="nofollow"  title="View all posts in Opinion" rel="category tag">Opinion</a>,  <a href="http://www.reaper-x.com/category/technology/web-hosting/" rel="nofollow"  title="View all posts in Web Hosting" rel="category tag">Web Hosting</a>,  <a href="http://www.reaper-x.com/category/technology/web-servers/" rel="nofollow"  title="View all posts in Web Servers" rel="category tag">Web Servers</a></em></p>

<p>Related posts:<ul><li><a href='http://www.reaper-x.com/2006/12/15/hostgator-storage-and-bandwidth-capacity-upgraded/' rel='bookmark' title='Permanent Link: Hostgator Storage and Bandwidth Capacity Upgraded'>Hostgator Storage and Bandwidth Capacity Upgraded</a></li><li><a href='http://www.reaper-x.com/2007/03/22/ssh-access-and-wget-on-hostgator/' rel='bookmark' title='Permanent Link: SSH Access and WGET on Hostgator'>SSH Access and WGET on Hostgator</a></li><li><a href='http://www.reaper-x.com/2007/03/13/media-temple-grid-server-review/' rel='bookmark' title='Permanent Link: Media Temple Grid Server Review'>Media Temple Grid Server Review</a></li><li><a href='http://www.reaper-x.com/2006/12/18/what-you-should-know-about-web-hosting/' rel='bookmark' title='Permanent Link: What you should know about Web hosting'>What you should know about Web hosting</a></li><li><a href='http://www.reaper-x.com/2006/10/24/2-months-passed-with-hostgator/' rel='bookmark' title='Permanent Link: 2 Months Passed with Hostgator'>2 Months Passed with Hostgator</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2007/03/07/hostgator-review-a-personal-experience/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
