<?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>HTG Blog &#187; Hosting</title>
	<atom:link href="http://htglimited.com/category/hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://htglimited.com</link>
	<description>Harnessing the power of the blog ... at this site anyway</description>
	<lastBuildDate>Sat, 07 Nov 2009 03:52:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>H-Sphere 3.1 CP Custom Templates &amp; mod_rewrites</title>
		<link>http://htglimited.com/2008/07/12/h-sphere-31-cp-custom-templates-mod_rewrites/</link>
		<comments>http://htglimited.com/2008/07/12/h-sphere-31-cp-custom-templates-mod_rewrites/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 17:28:17 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://htglimited.com/?p=24</guid>
		<description><![CDATA[Custom Templates
In the process of upgrading to H-Sphere to version 3.1, we decided to correctly handle the custom templates.  Unfortunately, the documentation (available here), doesn&#8217;t have the correct information on how to run the configuration.  After some digging, we found the right binary to run!  So, to do the custom templates, follow [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Custom Templates</strong><br />
In the process of upgrading to H-Sphere to version 3.1, we decided to correctly handle the custom templates.  Unfortunately, the documentation (available <a href="http://www.psoft.net/HSdocumentation/sysadmin/conf_file_template_customization.html">here</a>), doesn&#8217;t have the correct information on how to run the configuration.  After some digging, we found the right binary to run!  So, to do the custom templates, follow the instructions until it mentions the &#8216;apache_restart&#8217; command.  Since that doesn&#8217;t exist, run the following:</p>
<div class="codesnip-container" >/hsphere/local/home/cpanel/apache/bin/conf_httpdcp</div>
<p>And then restart the httpdcp apache instance:</p>
<div class="codesnip-container" >/etc/init.d/httpdcp restartapache</div>
<p>And there you have it &#8211; a custom config.  Hopefully it will stay over the next reboot.</p>
<p><strong>mod_rewrites</strong><br />
We also wanted to handle the mod_rewrite rules in our custom config, so it would redirect to port 443 for the typical other ports opened on the cp (we have 80, 8080, and 8443 open to accommodate some of our customers, and it&#8217;s just convenient).  Here are the additional rules we add:</p>
<div class="codesnip-container" >
<div class="codesnip" style="font-family: monospace;"><span class="sc3"><span class="re1">&lt;VirtualHost</span> _default_:<span class="nu0">80</span><span class="re2">&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; RewriteEngine on<br />
&nbsp; &nbsp; &nbsp; RewriteCond ${HTTPS} !on<br />
&nbsp; &nbsp; &nbsp; RewriteRule ^/(.*)$ https://cp.htgwebhome.com:443 [R=permanent,L]<br />
<span class="sc3"><span class="re1">&lt;/VirtualHost<span class="re2">&gt;</span></span></span></p>
<p><span class="sc3"><span class="re1">&lt;VirtualHost</span> _default_:<span class="nu0">8080</span><span class="re2">&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; RewriteEngine on<br />
&nbsp; &nbsp; &nbsp; RewriteCond ${HTTPS} !on<br />
&nbsp; &nbsp; &nbsp; RewriteRule ^/(.*)$ https://cp.htgwebhome.com:443 [R=permanent,L]<br />
&nbsp; &nbsp; &nbsp; RewriteCond ${SERVER_PORT} !^443$<br />
&nbsp; &nbsp; &nbsp; RewriteRule ^/(.*)$ https://cp.htgwebhome.com:443 [R=permanent,L]<br />
<span class="sc3"><span class="re1">&lt;/VirtualHost<span class="re2">&gt;</span></span></span></div>
</div>
<p>We wrestled with getting port 8443 to redirect, and never succeeded, and we&#8217;re okay with that.  The rules seem weird, but that&#8217;s what got it to work for us, so we kept them!</p>
]]></content:encoded>
			<wfw:commentRss>http://htglimited.com/2008/07/12/h-sphere-31-cp-custom-templates-mod_rewrites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>H-Sphere Emergency Update</title>
		<link>http://htglimited.com/2008/03/01/h-sphere-emergency-update/</link>
		<comments>http://htglimited.com/2008/03/01/h-sphere-emergency-update/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 15:18:22 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://htglimited.com/2008/03/01/h-sphere-emergency-update/</guid>
		<description><![CDATA[Last night we upgraded the version of H-Sphere to version 3.0P9.  We were alerted by the company which makes the control panel software that there were some critical security patches in this version, and all users were strongly encouraged to update as soon as possible.  There were a few moments when the server [...]]]></description>
			<content:encoded><![CDATA[<p>Last night we upgraded the version of H-Sphere to version 3.0P9.  We were alerted by the company which makes the control panel software that there were some critical security patches in this version, and all users were strongly encouraged to update as soon as possible.  There were a few moments when the server was unavailable, and we apologize for the inconvenience.  Everything should be back up and running as normal.</p>
]]></content:encoded>
			<wfw:commentRss>http://htglimited.com/2008/03/01/h-sphere-emergency-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minimal Unix Hosting Plan</title>
		<link>http://htglimited.com/2006/09/30/minimal-unix-hosting-plan/</link>
		<comments>http://htglimited.com/2006/09/30/minimal-unix-hosting-plan/#comments</comments>
		<pubDate>Sun, 01 Oct 2006 01:51:03 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://htglimited.com/2006/09/30/minimal-unix-hosting-plan/</guid>
		<description><![CDATA[To meet the needs of non-profits and other groups on a budget, we introduce the Minimal Unix Hosting Plan.  For $5 a month you get 100Mb of storage, 15Gb of bandwidth and all of the benefits of the Basic Unix Hosting Plan.  100Mb of storage doesn&#8217;t sound like a lot, but you might [...]]]></description>
			<content:encoded><![CDATA[<p>To meet the needs of non-profits and other groups on a budget, we introduce the Minimal Unix Hosting Plan.  For $5 a month you get 100Mb of storage, 15Gb of bandwidth and all of the benefits of the Basic Unix Hosting Plan.  100Mb of storage doesn&#8217;t sound like a lot, but you might be surprised with just how much you can fit in that amount of space.  Check out the <a href="http://htglimited.com/htg-pricing-plans/">Plans Page</a> for a more complete list of the features offered by this and all of our plans!</p>
]]></content:encoded>
			<wfw:commentRss>http://htglimited.com/2006/09/30/minimal-unix-hosting-plan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Up and Running</title>
		<link>http://htglimited.com/2006/09/22/up-and-running/</link>
		<comments>http://htglimited.com/2006/09/22/up-and-running/#comments</comments>
		<pubDate>Fri, 22 Sep 2006 04:23:07 +0000</pubDate>
		<dc:creator>Wyatt</dc:creator>
				<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://htglimited.com/?p=4</guid>
		<description><![CDATA[At some point, we will get around to posting what HTG is, who runs it, and why we were crazy enough to create it.]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s right everyone, HTG is opening its servers for hosting.  It&#8217;s been a long road to get here, but we wanted to make sure that we could offer nothing but the best to our customers.  Yeah, it sounds hokey, but it&#8217;s true.  So what is HTG?  Well, that can&#8217;t really be answered in one sentence and will be posted soon under the &#8220;About&#8221; section.</p>
<p>However, I can tell you about our new hosting plans that we offer.  At HTG, we&#8217;ve been around the block once or twice &#8230; or 50 times with hosting at other providers and think that we&#8217;ve come up with a solution that really offers what people need.  Most hosting plans are complex, have restrictions on what you can do with them, what&#8217;s included, and what is line-item charged out the rear.  We take a slightly different approach.  We offer you space, bandwidth, and the tools you need to manage your website.  Want to host 20 domains instead of just 1?  No problem, there&#8217;s no extra charge.  Need a new sub-domain for each one of your employees to develop on?  Have as many as you like.  Have no need for a website and just want a veritable-ton of email addresses and email lists?  We can do that too.  For more information, check out our hosting plans available on the right hand side under &#8220;Pages&#8221; or by clicking <a href="http://htglimited.com/?page_id=3">this link</a>.  It&#8217;s your space, do what you want with it.</p>
]]></content:encoded>
			<wfw:commentRss>http://htglimited.com/2006/09/22/up-and-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
