<?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>ServerCommand.org &#187; Web Hosting</title>
	<atom:link href="http://ServerCommand.org/index.php/category/web-hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://ServerCommand.org</link>
	<description>Where Professionals Share The Tips &#38; Tricks Of The Trade</description>
	<lastBuildDate>Mon, 11 Jan 2010 13:28:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hardware Firewalls &#8211; I Need Details</title>
		<link>http://ServerCommand.org/index.php/2009/10/hardware-firewalls-i-need-details/</link>
		<comments>http://ServerCommand.org/index.php/2009/10/hardware-firewalls-i-need-details/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 03:10:21 +0000</pubDate>
		<dc:creator>Lane</dc:creator>
				<category><![CDATA[Dedicated Servers]]></category>
		<category><![CDATA[Linux Servers]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Virtual Servers (VPS/VDS)]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Windows Servers]]></category>
		<category><![CDATA[Workstations]]></category>

		<guid isPermaLink="false">http://ServerCommand.org/?p=142</guid>
		<description><![CDATA[One of the popular questions we see from day to day, is what exactly is a hardware firewall and what is the purpose. As most guess, they are very similar to a software firewall you may be running on your local work station, however they do differ quite greatly in how they are used and [...]]]></description>
			<content:encoded><![CDATA[<p>One of the popular questions we see from day to day, is what exactly is a hardware firewall and what is the purpose. As most guess, they are very similar to a software firewall you may be running on your local work station, however they do differ quite greatly in how they are used and the protection they provide.</p>
<p>A hardware firewall is a relatively simple piece of hardware, they are placed between the out side world (Usually the internet) and the section of the network you are needing to protect. They are specially built to block unwanted protocols and network activity from entering and/or leaving the protected network segment behind the firewall.</p>
<p>Firewalls use a configuration file that contains a set of rules, better known as an ACL (Access List). The ACL is much like any configuration file in the sense it contains all the information needed in order for your firewall to know what information to block and which to forward on to your back-end secure network.</p>
<p>One of the most important things to remember when you begin working with your first firewall is: ACL&#8217;s are read from the top down, so when you are configuring your firewall, always remember that a rule farther down in the list will NOT override an above rule. So if you block all access in line #1 and then allow access in line #2, line #2 will not allow access as in line #1 you already blocked it.</p>
<p>In many cases you will setup the firewall to block all incoming requests from the outside world beyond those you may want to have access. For instance, if you are running a web server you may want to block all access to the server (SSH especially) except for port 80 (http) and 443 (SSL). This way anyone trying to &#8220;hack&#8221; into your web server will have extremely little access to work with in order to breach your web server.</p>
<p style="text-align: center;"><img class="size-medium wp-image-147  aligncenter" title="hwfirewall_1" src="http://ServerCommand.org/wp-content/uploads/2009/10/hwfirewall_1-300x101.jpg" alt="hwfirewall_1" width="300" height="101" /></p>
<p>Now you may be wondering, &#8220;If I block all other ports, how am I going to access my server and/or network behind the firewall?&#8221; &#8211; This something that can be accomplished in a few different ways:</p>
<p><span id="more-142"></span></p>
<p><strong>1)</strong> VPN &#8211; Virtual Private Network allows you to connect to your firewall via a special piece of software that adds your workstation to the network behind the firewall. You do not need to be on the actual network for this to work, only access to your firewall via the internet. So you can VPN in from your home PC over your internet connection.</p>
<p>Once you are logged into the VPN, your workstation or home PC will be virtually connected to your private network behind your firewall, therefore you will not have any ports or data being blocked or otherwise filtered by your hardware firewall.</p>
<p><strong>2)</strong> Access List &#8211; Using the brief explanation above on what an ACL is, you may have already determined what you may need to do, however for those who may still be scratching your head, we will give some more details. So an ACL is a list of rules that firewall uses as its configuration file so it knows what to block and what not to. With that concept, you are able to configure your firewall to not block your connection to the network. So you can still block everything else from the outside world, while preserving your own access.</p>
<p>Now that we have a basic idea of what a hardware firewall is and what it does, we are going to take a look at who needs them and what additional security they provide over a software firewall.</p>
<p>Is a hardware firewall for me, in short everyone should have one, however they are not exactly a cheap thing to purchase. A good hardware firewall can range from a few hundred dollars to 10 of thousands, depending on how much throughput you will need to filter and the amount of connections you will need.</p>
<p>That in itself unfortunately filters out many of us, as the data we may need to protect just does not warrant the cost of the purchase. If you find yourself not able afford one, do yourself a favor and at the very least be running a software firewall on your machines.</p>
<p>If you do decide a firewall is worth the premium, you will have many new advantages open to you:</p>
<p><strong>1) </strong>You will not be running a network appliance specifically built to protect your network from unwanted access.<br />
<strong>2)</strong> You will now be able to access your back-end network via a VPN, allowing your to securely pass data back and forth between the network and your remote locations.<br />
<strong>3)</strong> Access will now be filtered based on the rules you define, if you don&#8217;t want someone or something to have access, you can block it.<br />
<strong>4) </strong>This point is one of the most advantages, you can have many many machines behind one physical firewall, so you can control how each machine communicates to the outside world.<br />
<strong>5)</strong> Single point to control access.</p>
<p>While hardware firewalls are not the end all solution to network security, when used properly they the first major milestone in building up your network security and being able to rest easier at night.</p>
<p>If you are choosing to run a firewall for your network, you will first want to sit down with your hosting provider and go over your needs. As you will want to be sure you are getting a firewall that can meet your needs and have a skilled network team to set it up for you, as setting up a firewall is not the easiest thing.</p>
<p>Until next time, post your comments and ask question in our forums and we will be here to answer them.</p>
]]></content:encoded>
			<wfw:commentRss>http://ServerCommand.org/index.php/2009/10/hardware-firewalls-i-need-details/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Anti-Virus For Your Server &#8211; Free!</title>
		<link>http://ServerCommand.org/index.php/2009/07/anti-virus-for-your-server-free/</link>
		<comments>http://ServerCommand.org/index.php/2009/07/anti-virus-for-your-server-free/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 06:56:15 +0000</pubDate>
		<dc:creator>Lane</dc:creator>
				<category><![CDATA[Dedicated Servers]]></category>
		<category><![CDATA[Game Server Hosting]]></category>
		<category><![CDATA[Linux Servers]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Windows Servers]]></category>
		<category><![CDATA[Workstations]]></category>

		<guid isPermaLink="false">http://ServerCommand.org/?p=117</guid>
		<description><![CDATA[Hi Guys,
Today we are going to take a peek at what kind of Anti-Virus scanners we should be running on a dedicated server.
It will all depend on what you are using your dedicated server for, but in almost any case it would be foolish to not run a Anti-Virus software on it. As there are [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Guys,</p>
<p>Today we are going to take a peek at what kind of Anti-Virus scanners we should be running on a dedicated server.</p>
<p>It will all depend on what you are using your dedicated server for, but in almost any case it would be foolish to not run a Anti-Virus software on it. As there are tons of Anti-Virus software options on the market it can be very hard to choose the version right for your needs.</p>
<p>It is suggested you stay away from the all in one security suites like you may be running on your home PC as they are very infectious and will most likely cause allot of issues in the long run, including locking you out of your server when you install it <img src='http://ServerCommand.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p><span id="more-117"></span></p>
<p>You will want to stick to a straight Anti-Virus, such as Norton Corporate or ClamAV.</p>
<p><strong>Norton Corporate</strong> is a great solution if you are able to spend some money on it, it can be quite expensive if you have more than one server, however you will be receiveing a paid software which comes with support that you may need if you every run into issues. Norton also releases many updates to it AV software which will greatly help in keeping your server safe.</p>
<p>The downside, Norton is pretty much only good for Windows, if you are running a Linux server you will want look to ClamAV.</p>
<p><strong>ClamAV</strong> (http://www.clamav.net) is a free Anti-Virus system that is specifically aimed to be used in a server environment and is perfect for your Linux based server. There is a Windows version of ClamAV, however they are no longer developing it, however you are still able to receive virus definition updates for it.</p>
<p>ClamAV is the perfect solution for any server host as it is very &#8220;light&#8221; and non-intrusive on the dedicated server.</p>
<p>There are tons of AV softwares on the market and using Google you will be able to easily locate one that is perfect for your needs. For this article we are giving Norton and ClamAV our choice award as they have long been the industry standard for anti-virus security.</p>
<p>Moving a little more forward as far as Anti-Spyware and additional software you would find in a security suite. In most cases you should have no need for them as you should not be opening emails and surfing the web on your dedicated server. Keep it smart and use your dedicated server for what it is designed for, hosting.</p>
<p>Cheers!</p>
<span class="sfforumlink"><a href="http://ServerCommand.org/index.php/forum/general-hosting-discussion/anti-virus-for-your-server-free/"><img src="http://ServerCommand.org/wp-content/plugins/simple-forum/styles/icons/default/bloglink.png" alt="" /> Join the forum discussion on this post</a> - (1) Posts</span>]]></content:encoded>
			<wfw:commentRss>http://ServerCommand.org/index.php/2009/07/anti-virus-for-your-server-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing Exim IP &#8211; Avoid Blacklist Issues</title>
		<link>http://ServerCommand.org/index.php/2009/07/changing-exim-ip-avoid-blacklist-issues/</link>
		<comments>http://ServerCommand.org/index.php/2009/07/changing-exim-ip-avoid-blacklist-issues/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 20:43:00 +0000</pubDate>
		<dc:creator>Lane</dc:creator>
				<category><![CDATA[CPanel + WHM]]></category>
		<category><![CDATA[Dedicated Servers]]></category>
		<category><![CDATA[Linux Servers]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://ServerCommand.org/?p=81</guid>
		<description><![CDATA[Changing the IP of Exim is not something everyone will want to do, but if you ever had your IP(s) blacklisted you will soon find out changing Exim to use an IP other than you primary is just a fact of life. In many cases changing to another IP on your dedicated server will get [...]]]></description>
			<content:encoded><![CDATA[<p>Changing the IP of Exim is not something everyone will want to do, but if you ever had your IP(s) blacklisted you will soon find out changing Exim to use an IP other than you primary is just a fact of life. In many cases changing to another IP on your dedicated server will get you by while you work to get the blacklist cleared on your IP.</p>
<p>It is very easy to do, you need only to SSH into your server and locate the following file: <strong>exim.conf</strong></p>
<p>You should be able to locate the Exim configuration file within your &#8220;etc&#8221; folder: /etc/exim.conf</p>
<p><span id="more-81"></span>Once you have found the exim.conf you will need to open it with a text editor nano or pico will work fine.</p>
<blockquote><p>pico /etc/exim.conf</p></blockquote>
<p>Once you have it open you will want to locate the following: (If you are using nano, &#8220;ctrl + w&#8221; will allow you to search for it)</p>
<blockquote><p>remote_smtp:<br />
driver = smtp</p></blockquote>
<p>You will need to add another line just below the &#8220;driver = smtp&#8221;, adding: interface = xxx.xxx.xxx : xxx.xxx.xxx.xxx</p>
<p>Once added, you should have this:</p>
<blockquote><p>remote_smtp:<br />
driver = smtp<br />
interface = xxx.xxx.xxx</p></blockquote>
<p>Make sure you replace the XXX with an IP on your server you would like to use. If you wish to use more than one IP you can separate them with a colon &#8220;:&#8221; like so:</p>
<blockquote><p>remote_smtp:<br />
driver = smtp<br />
interface = xxx.xxx.xxx : xxx.xxx.xxx.xxx</p></blockquote>
<p>Once you have edited the lines to match the above, you will need to save (ctrl + x) and then restart Exim.</p>
<blockquote><p>service exim restart</p></blockquote>
<p>Once Exim restarts you should now be sending emails out on the new IP address instead of the primary one on your server.</p>
<p><span style="color: #ff0000;"><span style="text-decoration: underline;"><strong>IMPORTANT NOTE:</strong></span></span></p>
<p>If you are a CPanel user, you will need to need to make a slightly different edit than the above. In your conf file you will have lines like this:</p>
<blockquote><p>remote_smtp:<br />
driver = smtp<br />
interface = ${if exists {/etc/mailips}{${lookup{$sender_address_domain}lsearch*{/etc/mailips}{$value}{}}}{}}</p></blockquote>
<p>You will need only to remove the &#8220;interface = ${if exists {/etc/mailips}{${lookup{$sender_address_domain}lsearch*{/etc/mailips}{$value}{}}}{}}&#8221; and replace it to make it match:</p>
<blockquote><p>remote_smtp:<br />
driver = smtp<br />
interface = xxx.xxx.xxx</p></blockquote>
<p>The other thing you will need to be careful of, if CPanel makes an update to Exim it will change your settings. So you will need to re-edit the conf files every now and then to keep it running on the IP of your choice. At this time I am not aware of anyway around this, though there is allot of talk on the CPanel Forums.</p>
<span class="sfforumlink"><a href="http://ServerCommand.org/index.php/forum/web-hosting/changing-exim-ip-avoid-blacklist-issues/"><img src="http://ServerCommand.org/wp-content/plugins/simple-forum/styles/icons/default/bloglink.png" alt="" /> Join the forum discussion on this post</a> - (1) Posts</span>]]></content:encoded>
			<wfw:commentRss>http://ServerCommand.org/index.php/2009/07/changing-exim-ip-avoid-blacklist-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managed OR Unmanaged &#8211; Whats The Difference?</title>
		<link>http://ServerCommand.org/index.php/2009/06/managed-or-unmanaged-whats-the-difference/</link>
		<comments>http://ServerCommand.org/index.php/2009/06/managed-or-unmanaged-whats-the-difference/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 07:20:13 +0000</pubDate>
		<dc:creator>Lane</dc:creator>
				<category><![CDATA[Dedicated Servers]]></category>
		<category><![CDATA[Linux Servers]]></category>
		<category><![CDATA[Virtual Servers (VPS/VDS)]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Windows Servers]]></category>

		<guid isPermaLink="false">http://192.168.26.252/?p=74</guid>
		<description><![CDATA[Two keywords you will see when it comes to renting a VPS/VDS or a dedicated servers are &#8220;Managed and &#8220;Unmanaged&#8221;.
Looking at these terms it is pretty easily to draw a conclusion as to what they are, but for those who would like a little more information on what each is, please see below:
Managed:
A managed solution [...]]]></description>
			<content:encoded><![CDATA[<p>Two keywords you will see when it comes to renting a VPS/VDS or a dedicated servers are &#8220;Managed and &#8220;Unmanaged&#8221;.</p>
<p>Looking at these terms it is pretty easily to draw a conclusion as to what they are, but for those who would like a little more information on what each is, please see below:</p>
<p><strong>Managed:</strong></p>
<blockquote><p>A managed solution in short is a service in which the host takes care of and maintains the server for you, therefore allowing professionals to take care of the dirty work and keep your time free to keep working on your web site. A managed server is usually the best place to start for anyone new to a server side of things, however there are some downsides:</p>
<p><span id="more-74"></span></p>
<ol>
<li>Managed servers are usually much more expensive than a normal server (You are paying for the techs time).</li>
<li>You may not have access to the root of the server and therefore you will have to rely solely on the host for everything beyond the basics of managing your web site.</li>
<li>You have to rely on your host for just about everything, beyond the basics.</li>
<li>You may be limited to what all you can do with your server, you may nto have full control.</li>
</ol>
<p>With the above brief of downsides you can see if any of them worry you, but don&#8217;t get discouraged, there are upsides!</p>
<ol>
<li>You don&#8217;t have to worry about knowing how to manage everything on the server, thats what you pay your host for.</li>
<li>If you run into issues, you can just lodge a complaint with your host and it is up to them to devise a solution.</li>
<li>You don&#8217;t have to get your hands dirty and waste time doing updates, installing additional software modules etc.</li>
<li>You can sleep at night! - This may sound weird, but when you run into your first major issue, it all makes sense.</li>
<li>The host takes care of the security of the server.</li>
<li>Many hosts include back up solutions are part of their managed services.</li>
</ol>
<p>The above are just the basic outlines of a managed service, you will ALWAYS need to check with the host you plan to use to see what all they are responsible for managing, some do allot more than others!</p></blockquote>
<p>Now onto the Unmanaged!</p>
<p><strong>Unmanaged:</strong></p>
<blockquote><p>In short, unmanaged sounds very much like it is, the exact opposite of managed.</p>
<p>With an unmanaged servers you are on your own, sent a drift in the wild ocean with only a small life rope to tie you back to shore. You will be responsible for everything from the Operating System up. In the case of a unmanaged solution the host is only responsible for the server hardware and network, so they are there to fix the hardware if it breaks, do Operating System reloads, keep the network up and running, and some basic troubleshooting.</p>
<p>As long as you have access to the machine, it is all in your hands. This is the way most people tend to go with as it gives you the most versitility and allows you to learn and test allot on the server machine that you otherwise would most likely not be able to do on a managed server.</p>
<p>The ups and downs:</p>
<p>Ups:</p>
<ol>
<li>The server is all yours, you install and control everything on it.</li>
<li>Extremely versitile, you can install what you want and when you want, no need to wait on anyone.</li>
<li>Cheaper! You don&#8217;t have to pay extra for the company to manage the server.</li>
</ol>
<p>Downs:</p>
<ol>
<li>If you get stuck or break some software on the server, it will be up to fix it.</li>
<li>You are responsible for everything from the Operating System up.</li>
<li>You have to run the updates, keep the server secure.</li>
<li>You will need to learn how to operate and control the server.</li>
</ol>
<p>Don&#8217;t let the downsides scare you, a unmanaged server is a awesome place to begin as you will be able to work and learn without having to worry about limitations. If you are worried about the uptime of your web site over you learning, it is best to stay with a managed solution where uptime is the goal and learning takes the back seat.</p></blockquote>
<p>The discriptions above are showing the extremes of each end of the environments, it will depend on each host as far as what all they will or won&#8217;t manage. Many hosts often go far beyond what the norm, but you will need to speak with each one to find what all they are responsible for and how far out of their way they will go to keep you running strong.</p>
<p><span style="text-decoration: underline;"><strong>The biggest thing thing to understand from these descritptions is:</strong></span></p>
<blockquote><p>Every host is different! No two host will offer the same thing in their managed and unmanaged packages. You NEED to check with the host you are considering using to see what all they are responsible for. The above are just the basic outline of each and by no means what every host offers!</p></blockquote>
<span class="sfforumlink"><a href="http://ServerCommand.org/index.php/forum/dedicated-servers-windows/managed-or-unmanaged-whats-the-difference/"><img src="http://ServerCommand.org/wp-content/plugins/simple-forum/styles/icons/default/bloglink.png" alt="" /> Join the forum discussion on this post</a> - (1) Posts</span>]]></content:encoded>
			<wfw:commentRss>http://ServerCommand.org/index.php/2009/06/managed-or-unmanaged-whats-the-difference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(.htaccess) Change Your Domain, Save Incoming Links!</title>
		<link>http://ServerCommand.org/index.php/2009/06/htaccess-change-your-domain-save-incoming-links/</link>
		<comments>http://ServerCommand.org/index.php/2009/06/htaccess-change-your-domain-save-incoming-links/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 19:55:04 +0000</pubDate>
		<dc:creator>Lane</dc:creator>
				<category><![CDATA[Dedicated Servers]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://192.168.26.252/?p=60</guid>
		<description><![CDATA[As everyone has most likely experienced at some point, changing domains and saving your incoming links is always looked to as a nightmare and major loss of traffic with dead links, but with .htaccess it is a easy as 1 &#8211; 2 &#8211; 3.
You will need to edit/add a htaccess file to your root of [...]]]></description>
			<content:encoded><![CDATA[<p>As everyone has most likely experienced at some point, changing domains and saving your incoming links is always looked to as a nightmare and major loss of traffic with dead links, but with .htaccess it is a easy as 1 &#8211; 2 &#8211; 3.</p>
<p>You will need to edit/add a htaccess file to your root of your web hosting account (Usually your &#8220;public_html&#8221; folder) and add the following lines:</p>
<blockquote><p>Options +FollowSymLinks<br />
RewriteEngine on<br />
RewriteCond %{HTTP_HOST} ^(.*)<strong>OLDDOMAIN.COM </strong>[NC]<br />
RewriteRule ^(.*)$ http://<strong>NEWDOMAIN.COM</strong>/$1 [R=301,L]<br />
 </p></blockquote>
<p><span id="more-60"></span>There is a couple key points in the above:</p>
<ol>
<li>You will need to have &#8220;Mod_Rewrite&#8221; on your web server and activated in Apache</li>
<li>You will need to fill in YOUR domain information, replacing old and new domains (In Bold)</li>
<li>[R=301,L] &#8211; This is one of the most important parts, it tells any incoming search engines that the page has permanantly moved and it needs to update its links.</li>
</ol>
<p>Using the above will allow you to change over to a new domain for your web site without losing any traffic and having issues with deadlinks. You will need to keep your old domain attached to the same web hosting account for a little while, to give everyone a chance to change to your new domain.</p>
<p>This will not work if you just up and move to a new domain, you will need to keep the old for atleast a month or so while all search engines and incoming link sites get updated.</p>
<span class="sfforumlink"><a href="http://ServerCommand.org/index.php/forum/web-hosting/htaccess-change-your-domain-save-incoming-links/"><img src="http://ServerCommand.org/wp-content/plugins/simple-forum/styles/icons/default/bloglink.png" alt="" /> Join the forum discussion on this post</a> - (1) Posts</span>]]></content:encoded>
			<wfw:commentRss>http://ServerCommand.org/index.php/2009/06/htaccess-change-your-domain-save-incoming-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can I Host Game Servers &amp; Web Hosting On The Same Machine?</title>
		<link>http://ServerCommand.org/index.php/2009/06/can-i-host-game-servers-web-hosting-on-the-same-machine/</link>
		<comments>http://ServerCommand.org/index.php/2009/06/can-i-host-game-servers-web-hosting-on-the-same-machine/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 19:37:41 +0000</pubDate>
		<dc:creator>Lane</dc:creator>
				<category><![CDATA[Dedicated Servers]]></category>
		<category><![CDATA[Game Server Hosting]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://192.168.26.252/?p=53</guid>
		<description><![CDATA[Being part of the game hosting industry I am asked this question on a daily basis as it is one of the age old questions.
In short, Yes! You can host them both on the same server box, but No it is not advised. It is completely possible to mix and match web hosting and game [...]]]></description>
			<content:encoded><![CDATA[<p>Being part of the game hosting industry I am asked this question on a daily basis as it is one of the age old questions.</p>
<p>In short, Yes! You can host them both on the same server box, but No it is not advised. It is completely possible to mix and match web hosting and game servers on the same physical machine, but it is not something I would advise doing.</p>
<p>Game servers are something that can easily &#8220;freak&#8221; out when you begin to mix and match them with other things, even with other game servers. The rule of thumb is always to run the least amount of items on the server box you are running your game servers on, as you never know what may or may not cause issues with your game servers.</p>
<p><span id="more-53"></span></p>
<p>As shared web hosting account is only a few dollars a month with many web hosts, it is well worth it as to not mix web hosting and your game servers.</p>
<p>Now if you can&#8217;t truely afford to get an extra web hosting account, than it would be better to host it on your dedicated server than not have one at all <img src='http://ServerCommand.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  &#8211; Web hosting in general takes quite allot of work to setup and can be very confusing, especially if it is your first time.</p>
<p>When you are forced to mix web hosting and game servers, always install the least amount of services in order to get your web site online. I would not suggest going all out installing all components and software that you might use down the road, add it as you NEED it.</p>
<span class="sfforumlink"><a href="http://ServerCommand.org/index.php/forum/dedicated-servers-windows/can-i-host-game-servers-web-hosting-on-the-same-machine/"><img src="http://ServerCommand.org/wp-content/plugins/simple-forum/styles/icons/default/bloglink.png" alt="" /> Join the forum discussion on this post</a> - (1) Posts</span>]]></content:encoded>
			<wfw:commentRss>http://ServerCommand.org/index.php/2009/06/can-i-host-game-servers-web-hosting-on-the-same-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a VPS/VDS?</title>
		<link>http://ServerCommand.org/index.php/2009/06/what-is-a-vpsvds/</link>
		<comments>http://ServerCommand.org/index.php/2009/06/what-is-a-vpsvds/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 23:43:54 +0000</pubDate>
		<dc:creator>Lane</dc:creator>
				<category><![CDATA[Virtual Servers (VPS/VDS)]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://192.168.26.252/?p=54</guid>
		<description><![CDATA[As many users have experienced, after a while your growing web site will outgrow the standard shared web hosting environment provided by many of the web hosts in today&#8217;s industry. This leaves many people wondering what their next step is, a dedicated server?
A dedicated is a excellent next step, but does come at a much [...]]]></description>
			<content:encoded><![CDATA[<p>As many users have experienced, after a while your growing web site will outgrow the standard shared web hosting environment provided by many of the web hosts in today&#8217;s industry. This leaves many people wondering what their next step is, a dedicated server?</p>
<p>A dedicated is a excellent next step, but does come at a much higher cost than your standard shared web hosting package and in many cases is not a feasible upgrade due to just the cost of the server itself.</p>
<p>With that comes Virtual Dedicated Servers (VDS) or Virtual Private Servers (VPS) which are usually much more affordable for many users, starting at around $20/Month. So now you have found your upgrade path, but what is a VPS/VDS?</p>
<p><span id="more-54"></span></p>
<p>Virtual Private Server (VPS) and Virtual Dedicated Server (VDS) are much the same thing, just a different name for the same end result. They are a virtual server that is housed on a larger dedicated server box. You will have your own operating system and runs much like a normal dedicated server, however with just less power.</p>
<p>You do not share your operating system with anyone else, but you do share the dedicated server box on which your VPS/VDS is housed with other clients who are also renting their own VPS/DVS servers.</p>
<p>A VPS/VDS will normally give you more resources than a standard web hosting package and should meet your needs for you growing web site, atleast till you can afford your own dedicated server, but there is a downside!</p>
<p>The downside to having your own VPS/VDS is that you will now need to learn how to setup and manage your own web server, which for most people is a challenge to say the least. There is allot to understand and learn when trying to figure out how to setup your VPS/VDS to host your web site.</p>
<p>You may need to install MYSQL, Apache, Python or one of many different pieces of software that are required to host your web site.</p>
<p>Do not worry! There are many VPS/VDS hosts that offer a fully &#8220;managed&#8221; virtual server, where they will worry about maintaning your virtual server for you and all you will need to worry about is keeping your web site running the way you want it!</p>
<p>There are many VPS/VDS hosts around the world and in many cases the shared web hosting you are already with offer VPS/VDS servers and can easily migrate you to one without too much work or hiccups on your web site. If you are happy with your current web host, than it is probably a good idea to stick with them for your VPS/VDS.</p>
<p>If they do not offer them, you may want to look at the below hosts:</p>
<ul>
<li><strong>FDCServers</strong> &#8211; <a href="http://www.FDCServers.net">www.FDCServers.net<strong></strong></a></li>
<li><strong>Surf Speedy</strong> &#8211; <a href="http://www.SurfSpeedy.com">www.SurfSpeedy.com</a></li>
</ul>
<p>There is allot more questions you will most likely have, so shoot a post up in our forums and we will get you all setup!</p>
<span class="sfforumlink"><a href="http://ServerCommand.org/index.php/forum/vps-vds/what-is-a-vpsvds/"><img src="http://ServerCommand.org/wp-content/plugins/simple-forum/styles/icons/default/bloglink.png" alt="" /> Join the forum discussion on this post</a> - (1) Posts</span>]]></content:encoded>
			<wfw:commentRss>http://ServerCommand.org/index.php/2009/06/what-is-a-vpsvds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing IIS, How To?</title>
		<link>http://ServerCommand.org/index.php/2009/05/installing-iis-how-to/</link>
		<comments>http://ServerCommand.org/index.php/2009/05/installing-iis-how-to/#comments</comments>
		<pubDate>Mon, 25 May 2009 07:06:21 +0000</pubDate>
		<dc:creator>Lane</dc:creator>
				<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Windows Servers]]></category>

		<guid isPermaLink="false">http://192.168.26.252/?p=40</guid>
		<description><![CDATA[One of the many questions we see here is how to install IIS onto your Microsoft Windows based server.
I am pleased to say, the installation process is very easy!

Microsoft Windows Server 2003
What you will need:

A server/workstation running Microsoft Windows Server 2003
The Server 2003 installation disk OR a copy of the I386 folder

Now onto the fun [...]]]></description>
			<content:encoded><![CDATA[<p>One of the many questions we see here is how to install IIS onto your Microsoft Windows based server.</p>
<p>I am pleased to say, the installation process is very easy!</p>
<p><span id="more-40"></span></p>
<h2>Microsoft Windows Server 2003</h2>
<p><span style="text-decoration: underline;"><strong>What you will need:</strong></span></p>
<ul>
<li>A server/workstation running Microsoft Windows Server 2003</li>
<li>The Server 2003 installation disk <strong>OR</strong> a copy of the I386 folder</li>
</ul>
<p>Now onto the fun and easy stuff!</p>
<ol style="text-align: justify;">
<li>You will first need to navigate to the &#8220;Add/Remove Windows Components&#8221; &#8211; You will locate this here: Control Panel &#8211;&gt; Add or Remove Programs &#8211;&gt; Add/Remove Windows Components</li>
<li>Once you have the &#8220;Add/Remove Windows Components&#8221; window open, you will see a series of options:</li>
<li>You will need to place a check mark next to &#8220;Application Server&#8221;
<ul>
<li>If you double-click on &#8220;Application Server&#8221; you will have additional options. You will need to be sure you have the following checked off:
<ul>
<li>Application Server Console</li>
<li>ASP.NET</li>
<li>Enable network COM+ access</li>
<li>Internet Information Services (IIS)</li>
</ul>
</li>
<li>Now double-clicking on &#8220;Internet Information Services (IIS)&#8221; you will be presented with additional options. There are many options however for the security of your server I would start with only having the following selected:
<ul>
<li>Common Files</li>
<li>Internet Information Services Manager</li>
<li>World Wide Web Services</li>
</ul>
</li>
<li>After choosing the above options, you will need only to select &#8220;Ok&#8221; on the additional windows.</li>
</ul>
</li>
<li>Now that you have the above options selected, you can choose &#8220;Next&#8221; on the &#8220;Windows Components Wizard&#8221;</li>
<li>Your server will begin to install IIS, during the install you will be prompted for the CD (Usually 2 times).</li>
<li>When you are prompted you will need to do one of two things:
<ul>
<li>Have the Microsoft Windows Server 2003 install CD/DVD in your CD/DVD drive.</li>
<li>Point the installer to a copy of the &#8220;I386&#8243; folder on the server.<br />
<span style="color: #ff0000;"><strong>NOTE:</strong></span> The I386 folder is located on the CD/DVD that you installed your copy of Microsoft Windows Server 2003 from. If you are renting a dedicated server, there is most likely a copy of this folder on your server&#8217;s hard drive, if you not your host should be able to provide it.</li>
</ul>
</li>
<li>Once the wizard completes you are all done!</li>
</ol>
<p>After running through the above 7 steps you should be able to install IIS to your machine and have it fully operational. Once installed you will need to configure and that is where the real fun begins. We will have a guide shortly for confguring IIS, however until then our forums is the place to ask any questions.</p>
]]></content:encoded>
			<wfw:commentRss>http://ServerCommand.org/index.php/2009/05/installing-iis-how-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Firewall For CPanel/WHM</title>
		<link>http://ServerCommand.org/index.php/2009/05/free-firewall-for-cpanelwhm/</link>
		<comments>http://ServerCommand.org/index.php/2009/05/free-firewall-for-cpanelwhm/#comments</comments>
		<pubDate>Wed, 20 May 2009 20:03:36 +0000</pubDate>
		<dc:creator>Lane</dc:creator>
				<category><![CDATA[CPanel + WHM]]></category>

		<guid isPermaLink="false">http://192.168.26.252/?p=16</guid>
		<description><![CDATA[One of the most important things you can do to your web server, is adding security to it in order to keep someone from hijacking it. Allot of us have learned this the hard way, having our web servers hacked opened our eyes to the requirement, that secuirty is very important.
One of the most important [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">One of the most important things you can do to your web server, is adding security to it in order to keep someone from hijacking it. Allot of us have learned this the hard way, having our web servers hacked opened our eyes to the requirement, that secuirty is very important.</p>
<p>One of the most important things in the security of your web server, is a firewall. Software firewalls are in most cases the best solution, as they are both cheap/free and a great defense against unwanted people and traffic. Most linux distros already have a firewall built into the OS, but using the commandline each time you need to make changes is always a hassle and not very user-friendly.</p>
<p><span id="more-16"></span></p>
<p>I have great news! There is a free firewall solution that can be easily installed to your linux CPanel/WHM web server and it is the best one out there.</p>
<p>I am speaking of ConfigServer&#8217;s &#8220;CSF&#8221; (<a href="http://www.configserver.com/cp/csf.html">http://www.configserver.com/cp/csf.html</a>)</p>
<p>CSF is everything you could want in a gui front-end that directly incorporates into your WHM control panel. Out of all the solutions I have used through the years, this is by far the best one out there. It is extremely easy to use, it incorporates many other modules for extra security and best of all, its FREE!</p>
<p>So why wait, secure your CPanel web server today with the best software firwall.</p>
<span class="sfforumlink"><a href="http://ServerCommand.org/index.php/forum/cpanel-whm/free-firewall-for-cpanelwhm/"><img src="http://ServerCommand.org/wp-content/plugins/simple-forum/styles/icons/default/bloglink.png" alt="" /> Join the forum discussion on this post</a> - (1) Posts</span>]]></content:encoded>
			<wfw:commentRss>http://ServerCommand.org/index.php/2009/05/free-firewall-for-cpanelwhm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
