<?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>HandsomePlanet &#187; apache</title>
	<atom:link href="http://www.handsomeplanet.com/archives/tag/apache/feed" rel="self" type="application/rss+xml" />
	<link>http://www.handsomeplanet.com</link>
	<description>technology and other perplexities</description>
	<lastBuildDate>Mon, 19 Sep 2011 16:22:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to keep apache from autostarting on system boot for Debian or Ubuntu</title>
		<link>http://www.handsomeplanet.com/archives/110</link>
		<comments>http://www.handsomeplanet.com/archives/110#comments</comments>
		<pubDate>Mon, 12 Oct 2009 15:40:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.handsomeplanet.com/?p=110</guid>
		<description><![CDATA[An easy way to remove apache2 (or another system service) from the start up scripts in Debian or Ubuntu is to use the update-rc.d mechanism. For instance: # update-rc.d -f apache2 remove The &#8220;-f&#8221; is required if you have existing scripts in /etc/init.d/apache2. If you are planning on manually starting apache, the &#8220;-f&#8221; is [barring [...]]]></description>
			<content:encoded><![CDATA[<p>An easy way to remove apache2 (or another system service) from the start up scripts in Debian or Ubuntu is to use the update-rc.d mechanism.</p>
<p>For instance:</p>
<pre># update-rc.d -f apache2 remove</pre>
<p>The &#8220;-f&#8221; is required if you have existing scripts in /etc/init.d/apache2.   If you are planning on manually starting apache, the &#8220;-f&#8221; is [barring heroic/quixotic effort to create alternatives] a requirement.<br />
Otherwise, in this situation, you will see:</p>
<pre>update-rc.d: /etc/init.d/apache2 exists during rc.d purge (use -f to force)</pre>
<p>A good write-up is here:<br />
<a title="Debuntu.org: How to Manage Services with update-rd.d" href="http://www.debuntu.org/how-to-manage-services-with-update-rc.d"> http://www.debuntu.org/how-to-manage-services-with-update-rc.d</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.handsomeplanet.com/archives/110/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

