<?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>Danny-T.co.uk &#187; Apache Web Server</title>
	<atom:link href="http://danny-t.co.uk/index.php/category/hosting/apache-web-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://danny-t.co.uk</link>
	<description>RIA Fanatic, ramblings on Flex, Flash, Silverlight, UX, .net</description>
	<lastBuildDate>Tue, 04 May 2010 09:51:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Multiple domains (virtual hosts) in apache</title>
		<link>http://danny-t.co.uk/index.php/2006/06/03/multiple-domains-virtual-hosts-in-apache/</link>
		<comments>http://danny-t.co.uk/index.php/2006/06/03/multiple-domains-virtual-hosts-in-apache/#comments</comments>
		<pubDate>Sat, 03 Jun 2006 14:38:58 +0000</pubDate>
		<dc:creator>DannyT</dc:creator>
				<category><![CDATA[Apache Web Server]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://localhost/danny-t.co.uk/index.php/2006/06/03/multiple-domains-virtual-hosts-in-apache/</guid>
		<description><![CDATA[This information is everywhere and is by no means anything special. But as a recent convert to apache from IIS I need somewhere to put this as reference:
To setup multiple hosts in apache, add the following into http.conf

  &#60;VirtualHost 10.1.2.3&#62;
  DocumentRoot /www/vhost1
  ServerName  www.my-dom.com
  &#60;/VirtualHost&#62;

Full details over on apache.org
Genius huh?
I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>This information is everywhere and is by no means anything special. But as a recent convert to apache from IIS I need somewhere to put this as reference:</p>
<p>To setup multiple hosts in apache, add the following into http.conf<br />
<span class="body" /></p>
<pre>  &lt;VirtualHost 10.1.2.3&gt;
  DocumentRoot /www/vhost1
  ServerName  www.my-dom.com
  &lt;/VirtualHost&gt;
</pre>
<p>Full details over on <a href="http://httpd.apache.org/docs/1.3/vhosts/name-based.html">apache.org</a><br />
Genius huh?</p>
<p>I&#8217;ve also been creating symlinks to my user&#8217;s public_html folder, a symlink is kindof a shortcut or virtual directory equivilent in windows/iis. The following command line code is used for creating symlinks:</p>
<pre>ln -s /home/your_user_name/public_html/folder /srv/www/htdocs/folder" </pre>
<p>This creates a shortcut from the Apache htdocs to the users personal html docs.</p>
]]></content:encoded>
			<wfw:commentRss>http://danny-t.co.uk/index.php/2006/06/03/multiple-domains-virtual-hosts-in-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
