<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>How To Get Hosted</title>
	
	<link>http://www.howtogethosted.com</link>
	<description>Hosting and Domain Names For Beginners</description>
	<lastBuildDate>Sat, 14 Aug 2010 15:16:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/HowToGetHosted" /><feedburner:info uri="howtogethosted" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Apache Graceful Restart Requested Every Two Hours</title>
		<link>http://feedproxy.google.com/~r/HowToGetHosted/~3/SQ5gZ5WfNHM/</link>
		<comments>http://www.howtogethosted.com/apache-graceful-restart-requested-every-two-hours/#comments</comments>
		<pubDate>Sat, 14 Aug 2010 15:16:47 +0000</pubDate>
		<dc:creator>Liz</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[VPS]]></category>

		<guid isPermaLink="false">http://www.howtogethosted.com/?p=9</guid>
		<description><![CDATA[Today I inspected the Apache error log, &#8230;/apache/logs/error, on my Virtual Private Server (VPS) server at LiquidWeb and noted that Apache was being restarted every 2 hours. The restart notices were appearing in the log 12 times a day along with any other scheduled or manual restarts. This is an excerpt of yesterday&#8217;s error log. [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Today I inspected the Apache error log, &#8230;/apache/logs/error, on my Virtual Private Server (VPS) server at LiquidWeb and noted that Apache was being restarted every 2 hours. </p>
<p>The restart notices were appearing in the log 12 times a day along with any other scheduled or manual restarts. This is an excerpt of yesterday&#8217;s error log.</p>
<pre>
# grep 'Aug 13' /usr/local/apache/logs/error_log | grep 'Graceful'
[Fri Aug 13 01:12:46 2010] [notice] Graceful restart requested, doing restart
[Fri Aug 13 03:10:53 2010] [notice] Graceful restart requested, doing restart
[Fri Aug 13 05:08:28 2010] [notice] Graceful restart requested, doing restart
[Fri Aug 13 07:05:49 2010] [notice] Graceful restart requested, doing restart
[Fri Aug 13 08:05:13 2010] [notice] Graceful restart requested, doing restart
[Fri Aug 13 09:11:05 2010] [notice] Graceful restart requested, doing restart
[Fri Aug 13 11:08:16 2010] [notice] Graceful restart requested, doing restart
[Fri Aug 13 13:05:19 2010] [notice] Graceful restart requested, doing restart
[Fri Aug 13 15:02:23 2010] [notice] Graceful restart requested, doing restart
[Fri Aug 13 17:16:05 2010] [notice] Graceful restart requested, doing restart
[Fri Aug 13 19:13:09 2010] [notice] Graceful restart requested, doing restart
[Fri Aug 13 21:10:11 2010] [notice] Graceful restart requested, doing restart
[Fri Aug 13 23:07:14 2010] [notice] Graceful restart requested, doing restart
</pre>
<p>I logged a ticket with my hosting provider, LiquidWeb. </p>
<p>In just a few minutes they were able to come up with a solution by <a href="http://kb.liquidweb.com/how-and-why-enabling-apaches-piped-logging/">configuring Apache to use Piped Logs</a>.  </p>
<p>Apache httpd is capable of writing error logs and access logs through a pipe to another process, rather than directly to files. This feature increases the flexibility of logging without having to any any modules into the core Apache code. It also has the side effect of inhibiting the graceful restarts.</p>
<p>This is what is the Apache Configuration looks like in the WHM Panel once you have followed the navigation path: </p>
<p><i>Main >> Service Configuration >> Apache Configuration >> Piped Log Configuration</i></p>
<p><a href="http://www.howtogethosted.com/apache-graceful-restart-requested-every-two-hours/whm-piped-log-configuration/" rel="attachment wp-att-34"><img src="http://www.howtogethosted.com/wp-content/uploads/whm-piped-log-configuration-400x166.jpg" alt="" title="whm-piped-log-configuration" width="400" height="166" class="alignleft size-medium wp-image-34" /></a></p>
<p>At well as stopping the frequent restarts this solution also has the benefit of reducing the amount of memory consumed by Apache. </p>
<img src="http://feeds.feedburner.com/~r/HowToGetHosted/~4/SQ5gZ5WfNHM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.howtogethosted.com/apache-graceful-restart-requested-every-two-hours/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.howtogethosted.com/apache-graceful-restart-requested-every-two-hours/</feedburner:origLink></item>
		<item>
		<title>How Long Does A Domain Name Last?</title>
		<link>http://feedproxy.google.com/~r/HowToGetHosted/~3/nbsLTPxdZOk/</link>
		<comments>http://www.howtogethosted.com/how-long-does-a-domain-name-last/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 16:28:11 +0000</pubDate>
		<dc:creator>Liz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Domain Names]]></category>

		<guid isPermaLink="false">http://www.howtogethosted.com/?p=12</guid>
		<description><![CDATA[When you buy and register a domain name,  you are buying the right to use it for a pre-defined period of time; this will typically be one or two years but can be as long as ten years. This means you have to periodically renew the right to use the domain. Most companies selling domain [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>When you buy and register a domain name,  you are buying the right to use it for a pre-defined period of time; this will typically be one or two years but can be as long as ten years.</p>
<p>This means you have to periodically renew the right to use the domain. Most companies selling domain names make this easy by having an automatic renewal feature.</p>
<h3>Automatic Renewal of Domain Names</h3>
<p>When you buy a domain name, you generally pay by credit card. The company selling you the domain name usually gives the option to have the domain name automatically renewed. In this case they will typically email you at four weeks and again at two weeks before the renewal date to remind you that they are going to take payment for the renewal. You can of course cancel at this point should you not want to renew. On the other hand if you have opted out of automatic renewal then the email will be be indicating that you will lose your domain name if you do not renew.</p>
<p>My personal preference is to use the automatic renewal facility as it one less thing to worry about.</p>
<img src="http://feeds.feedburner.com/~r/HowToGetHosted/~4/nbsLTPxdZOk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.howtogethosted.com/how-long-does-a-domain-name-last/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.howtogethosted.com/how-long-does-a-domain-name-last/</feedburner:origLink></item>
		<item>
		<title>What Is a Domain Name?</title>
		<link>http://feedproxy.google.com/~r/HowToGetHosted/~3/yrbTRVlo4eU/</link>
		<comments>http://www.howtogethosted.com/what-is-a-domain-name/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 13:28:38 +0000</pubDate>
		<dc:creator>Liz</dc:creator>
				<category><![CDATA[Domain Names]]></category>

		<guid isPermaLink="false">http://www.howtogethosted.com/?p=3</guid>
		<description><![CDATA[An Overview of Domain Names There are lots of quality articles online that explain exactly what a domain name is in very precise technical terms. However the purpose of this article is to give you a quick and basic understanding of domain name technology should you be looking to get a new web site up [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--></p>
<h3>An Overview of Domain Names</h3>
<p>There are lots of quality articles online that explain exactly what a domain name is in very precise technical terms. However the purpose of this article is to give you a quick and basic understanding of domain name technology should you be looking to get a new web site up and running.</p>
<h3>A Simple Definition</h3>
<p>From the point of view of someone wanting to put a web site up on the internet, you can think of a domain name as a label given to the area on the internet that is personal to you or your company. This area is where your web site will be located, and where any email sent to your domain, will be delivered.</p>
<p>Ultimately this means that a domain name is a way of labelling a computer or a group of related computers on the internet.  Computers recognise each other by their own unique <em>numbers </em>(or IP addresses).</p>
<p>Domain Name Servers (DNS) use unique <em>names </em>so that people can find their way around the internet.  People are much better at remembering names than remembering numbers. You can therefore tell people that your new web site can be found at say, www.my-brand-new-website.com rather than asking them to remember a long series of numbers like 83.138.134.141 (IP address).</p>
<h3>Buying a Domain Name</h3>
<p>Buying a domain name means you also register the domain name. This means your domain name is entered  into a big list of all domain names alongside your contact details.  When you buy, you are buying the right to use the domain name for a pre-defined period of time. Once that period expires, the domain name will no longer be available to you unless you extend the period by purchasing the same domain name again.</p>
<p>Individuals and companies that have domain names for years are constantly having to re-new them as the period of ownership runs out.</p>
<p>You cannot buy a domain name that is already registered to someone else. If the domain name you want is already registered to another person or company,  there are only three options open to you :</p>
<ol>
<li> You can approach the owner of the domain and offer to buy it from them (it may not be for sale, and if it is it might be very expensive, and the process of domain name transfer is not always straightforward)</li>
<li> You can wait until the domain name expires and hope that the owner does not renew (but you could be waiting forever)</li>
<li> You can think of a new name (this is the best and easiest option)</li>
</ol>
<p>Sometimes you will think of a domain name, and them when you try to buy it you&#8217;ll find it is already owned by someone else who isn&#8217;t using it. Many people just buy domain names in the hope that one day they&#8217;ll be able to sell, or they buy them thinking one day they&#8217;ll put up a site, and they never get around to doing it.  It&#8217;s annoying when this happens, but unless you want to enter into negotiations with the owner, it&#8217;s easier to simply think of another name.</p>
<p>When you first purchase a domain name, you&#8217;ll have to decide the time period you want to own it. This can be anything from 1 year to as much as 10 years. If you choose to only buy access to it for one year and you need it after this time, you will have to buy it again at the end of the year.</p>
<h3>What Happens When a Domain Name Expires?</h3>
<p>Before your domain name expires, as the registered owner, you will sent emails warning you that this is the case and giving you plenty of early opportunity to extend it.  Even if you miss this deadline, there is a period of around four weeks during which only the previous owner can re-purchase the domain name.  This period of limbo prevents someone who might want your domain name from purchasing it before you have had a chance to do anything about it.</p>
<p>If a domain name does actually expire the web site that you have associated with it will simply disappear.  But even if this happens to you there is a grace period as already mentioned which will provide you time in which to get the domain bought and re-registered to you. Once this is done, your web site will re-appear.</p>
<h3>Extra Resources</h3>
<p>An in-depth discussion of how <a title="How DNS Works" href="http://www.more.net/technical/dns/overview.html#multiple">Domain Names Servers work</a></p>
<img src="http://feeds.feedburner.com/~r/HowToGetHosted/~4/yrbTRVlo4eU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.howtogethosted.com/what-is-a-domain-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.howtogethosted.com/what-is-a-domain-name/</feedburner:origLink></item>
	</channel>
</rss>

