<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Domain mapping with WordPress MU, Plesk, Apache2 &amp; Ubuntu</title>
	<atom:link href="http://davidlaing.com/2008/07/24/domain-mapping-with-wordpress-mu-plesk-apache2-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidlaing.com/2008/07/24/domain-mapping-with-wordpress-mu-plesk-apache2-ubuntu/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=domain-mapping-with-wordpress-mu-plesk-apache2-ubuntu</link>
	<description>David Laing&#039;s thoughts on software development</description>
	<lastBuildDate>Tue, 07 Feb 2012 02:14:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Matt Auckland</title>
		<link>http://davidlaing.com/2008/07/24/domain-mapping-with-wordpress-mu-plesk-apache2-ubuntu/#comment-80</link>
		<dc:creator>Matt Auckland</dc:creator>
		<pubDate>Tue, 07 Feb 2012 02:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://davidlaing.com/?p=80#comment-80</guid>
		<description>Oh and also you need to close the Directory tag otherwise you&#039;ll get an error from Apache, and it fail. Personally I&#039;m not using the &#039;AllowOverride FileInfo Options&#039; directory command, as I don&#039;t believe it is strictly necessary.

Another major break through I made tonight is, if you want wildcard https:// domains too, you need to do the same commands, but instead of a vhost.conf, create a vhost_ssl.conf.

Works a treat on my system. Thanks for the pointers David Laing, it got me moving in the right direction.

Best wishes, One Happy Coder (at 2:11am)</description>
		<content:encoded><![CDATA[<p>Oh and also you need to close the Directory tag otherwise you&#8217;ll get an error from Apache, and it fail. Personally I&#8217;m not using the &#8216;AllowOverride FileInfo Options&#8217; directory command, as I don&#8217;t believe it is strictly necessary.</p>
<p>Another major break through I made tonight is, if you want wildcard https:// domains too, you need to do the same commands, but instead of a vhost.conf, create a vhost_ssl.conf.</p>
<p>Works a treat on my system. Thanks for the pointers David Laing, it got me moving in the right direction.</p>
<p>Best wishes, One Happy Coder (at 2:11am)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Auckland</title>
		<link>http://davidlaing.com/2008/07/24/domain-mapping-with-wordpress-mu-plesk-apache2-ubuntu/#comment-79</link>
		<dc:creator>Matt Auckland</dc:creator>
		<pubDate>Tue, 07 Feb 2012 01:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://davidlaing.com/?p=80#comment-79</guid>
		<description>Yes there is, here&#039;s how you do it:-

1. Edit or create (if you don’t have one already) the vhost.conf file for your domain, by doing the following:
 
  # cd /var/www/vhosts/domain.com/conf
  # vi vhost.conf

2. Now add the code above in the post.

3. Save changes and exit your editor.

4. Now we must reconfigure/update the domain via Plesk to pick up the new vhost.conf changes we just made (this adds a line to the httpd.include file to look at the directives in vhost.conf we just made). To do this type the following:

  # /usr/local/psa/admin/sbin/websrvmng -a –v


4. Finally we need to restart the apache service for the changes to take effect by typing the following:

  # /sbin/service httpd restart

And that show do it :)</description>
		<content:encoded><![CDATA[<p>Yes there is, here&#8217;s how you do it:-</p>
<p>1. Edit or create (if you don’t have one already) the vhost.conf file for your domain, by doing the following:</p>
<p>  # cd /var/www/vhosts/domain.com/conf<br />
  # vi vhost.conf</p>
<p>2. Now add the code above in the post.</p>
<p>3. Save changes and exit your editor.</p>
<p>4. Now we must reconfigure/update the domain via Plesk to pick up the new vhost.conf changes we just made (this adds a line to the httpd.include file to look at the directives in vhost.conf we just made). To do this type the following:</p>
<p>  # /usr/local/psa/admin/sbin/websrvmng -a –v</p>
<p>4. Finally we need to restart the apache service for the changes to take effect by typing the following:</p>
<p>  # /sbin/service httpd restart</p>
<p>And that show do it <img src='http://davidlaing.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://davidlaing.com/2008/07/24/domain-mapping-with-wordpress-mu-plesk-apache2-ubuntu/#comment-3</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 03 Mar 2011 22:39:17 +0000</pubDate>
		<guid isPermaLink="false">http://davidlaing.com/?p=80#comment-3</guid>
		<description>If you modify the httpd.include directly, plesk will end up overwriting your changes any time the virtual hosts are modified or regenerated.

Is there a way to do this with vhost.conf ?</description>
		<content:encoded><![CDATA[<p>If you modify the httpd.include directly, plesk will end up overwriting your changes any time the virtual hosts are modified or regenerated.</p>
<p>Is there a way to do this with vhost.conf ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fuzzydave</title>
		<link>http://davidlaing.com/2008/07/24/domain-mapping-with-wordpress-mu-plesk-apache2-ubuntu/#comment-2</link>
		<dc:creator>fuzzydave</dc:creator>
		<pubDate>Sun, 30 Nov 2008 21:49:45 +0000</pubDate>
		<guid isPermaLink="false">http://davidlaing.com/?p=80#comment-2</guid>
		<description>I tried what you recommended, but there is an issue.

I don&#039;t want to have a wildcard, so I setup the aliases under domain aliases so 

site.blog.com, site2.blog.com etc... all work now however

i have www.anothersite.com setup on the server for email only, but i want to make it resolve to site2.blog.com - i&#039;ve tried everything but I cannot get to work</description>
		<content:encoded><![CDATA[<p>I tried what you recommended, but there is an issue.</p>
<p>I don&#8217;t want to have a wildcard, so I setup the aliases under domain aliases so </p>
<p>site.blog.com, site2.blog.com etc&#8230; all work now however</p>
<p>i have <a href="http://www.anothersite.com" rel="nofollow">http://www.anothersite.com</a> setup on the server for email only, but i want to make it resolve to site2.blog.com &#8211; i&#8217;ve tried everything but I cannot get to work</p>
]]></content:encoded>
	</item>
</channel>
</rss>

