<?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>SudoSeth &#187; apache</title>
	<atom:link href="http://www.sudoseth.com/blog/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sudoseth.com/blog</link>
	<description>Ideas, Videos, Projects, and More!</description>
	<lastBuildDate>Wed, 01 Feb 2012 04:07:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Random Technical Notes</title>
		<link>http://www.sudoseth.com/blog/2009/06/random-technical-notes/</link>
		<comments>http://www.sudoseth.com/blog/2009/06/random-technical-notes/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 05:29:21 +0000</pubDate>
		<dc:creator>Seth</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.sudoseth.com/blog/?p=330</guid>
		<description><![CDATA[I had some spare time today and decided to make use of my Cox internet connection while I still have it. Naturally the only thing to do with an unused connection was to put a Tor exit node on it The guide found at ubuntu-tutorials.com was very helpful. In short, simply use &#8220;apt-get install tor&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>I had some spare time today and decided to make use of my Cox internet connection while I still have it. Naturally the only thing to do with an unused connection was to put a Tor exit node on it <img src='http://www.sudoseth.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The guide found at <a href="http://ubuntu-tutorials.com/2007/08/31/how-to-run-a-tor-server-donate-bandwidth-to-the-tor-network/">ubuntu-tutorials.com</a> was very helpful. In short, simply use &#8220;apt-get install tor&#8221; to install the software and then edit /etc/tor/torc to change all the settings. It is required to give your endpoint a unique nickname. Read the config file and you&#8217;ll be fine. You can then use &#8220;sudo /etc/init.d/tor start&#8221; to start Tor and &#8220;tail -f /var/log/tor/log&#8221; to check the status. </p>
<p>If Apache is giving you trouble, or you should screw up the config files beyond recognition, it is possible to <a href="http://ubuntuforums.org/archive/index.php/t-344802.html">wipe Apache out completely</a> and then re-install it. If you&#8217;re just playing around with the server this can save you a lot of time. The command to remove apache2 completely is &#8220;apt-get remove &#8211;purge apache2 apache2-common apache2-mpm-prefork apache2-utils ssl-cert&#8221; You can then reinstall apache using the default values with &#8220;apt-get install apache2&#8243; It&#8217;s very simple once you know what some of the tricks are <img src='http://www.sudoseth.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sudoseth.com/blog/2009/06/random-technical-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Host Multiple Sites on One Server</title>
		<link>http://www.sudoseth.com/blog/2008/09/host-multiple-sites-on-one-server/</link>
		<comments>http://www.sudoseth.com/blog/2008/09/host-multiple-sites-on-one-server/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 02:08:05 +0000</pubDate>
		<dc:creator>Seth</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.sudoseth.com/blog/?p=108</guid>
		<description><![CDATA[I never knew how easy it was to host multiple websites on a single server. All you need is Apache2 and a text editor. Simply adding a couple of lines to a config file, making a new directory, and setting up your new domain name is all you have to do. Now that I know [...]]]></description>
			<content:encoded><![CDATA[<p>I never knew how easy it was to host multiple websites on a single server. All you need is Apache2 and a text editor. Simply adding a couple of lines to a config file, making a new directory, and setting up your new domain name is all you have to do. Now that I know this I can host sites for my friends very efficiently. If you&#8217;re interested in the details of how to set something like this up for yourself, google is your friend <img src='http://www.sudoseth.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sudoseth.com/blog/2008/09/host-multiple-sites-on-one-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

