<?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: Plate Up! Bash Script for Apache VHost Setup</title>
	<atom:link href="http://www.commandlineidiot.com/blog/2007/plate-up-bash-script-for-apache-vhost-setup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.commandlineidiot.com/blog/2007/plate-up-bash-script-for-apache-vhost-setup/</link>
	<description>one man's dawning realization that linux is waaaaay smarter than he is</description>
	<lastBuildDate>Wed, 21 Jul 2010 23:49:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Pewp</title>
		<link>http://www.commandlineidiot.com/blog/2007/plate-up-bash-script-for-apache-vhost-setup/comment-page-1/#comment-7437</link>
		<dc:creator>Pewp</dc:creator>
		<pubDate>Sun, 22 Nov 2009 05:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.commandlineidiot.com/blog/2007/plate-up-bash-script-for-apache-vhost-setup/#comment-7437</guid>
		<description>I prefer a /home/d/o/domain.com structure. Allows for massive growth.

Yea screw yourself.</description>
		<content:encoded><![CDATA[<p>I prefer a /home/d/o/domain.com structure. Allows for massive growth.</p>
<p>Yea screw yourself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dieter</title>
		<link>http://www.commandlineidiot.com/blog/2007/plate-up-bash-script-for-apache-vhost-setup/comment-page-1/#comment-7199</link>
		<dc:creator>Dieter</dc:creator>
		<pubDate>Sun, 23 Nov 2008 19:16:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.commandlineidiot.com/blog/2007/plate-up-bash-script-for-apache-vhost-setup/#comment-7199</guid>
		<description>Maybe i am a little bit late, but what about a2ensite ....

-dieter</description>
		<content:encoded><![CDATA[<p>Maybe i am a little bit late, but what about a2ensite &#8230;.</p>
<p>-dieter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://www.commandlineidiot.com/blog/2007/plate-up-bash-script-for-apache-vhost-setup/comment-page-1/#comment-7198</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Fri, 07 Nov 2008 23:18:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.commandlineidiot.com/blog/2007/plate-up-bash-script-for-apache-vhost-setup/#comment-7198</guid>
		<description>nog, thanks.  I stole this and am strutting around town acting like it&#039;s mine.  All the ladies are REALLY into it.
Thanks for doing the work for me.</description>
		<content:encoded><![CDATA[<p>nog, thanks.  I stole this and am strutting around town acting like it&#8217;s mine.  All the ladies are REALLY into it.<br />
Thanks for doing the work for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: command line idiot</title>
		<link>http://www.commandlineidiot.com/blog/2007/plate-up-bash-script-for-apache-vhost-setup/comment-page-1/#comment-6372</link>
		<dc:creator>command line idiot</dc:creator>
		<pubDate>Thu, 01 May 2008 15:42:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.commandlineidiot.com/blog/2007/plate-up-bash-script-for-apache-vhost-setup/#comment-6372</guid>
		<description>Stas, it&#039;s purely preference on my part. I connect via ssh directly to my user folder, and I don&#039;t like to go searching around ot other folders to find my data. Since web server is the only thing my machine does, and since I am the only user, it&#039;s mentally more convenient for me this way.</description>
		<content:encoded><![CDATA[<p>Stas, it&#8217;s purely preference on my part. I connect via ssh directly to my user folder, and I don&#8217;t like to go searching around ot other folders to find my data. Since web server is the only thing my machine does, and since I am the only user, it&#8217;s mentally more convenient for me this way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stas S.</title>
		<link>http://www.commandlineidiot.com/blog/2007/plate-up-bash-script-for-apache-vhost-setup/comment-page-1/#comment-4314</link>
		<dc:creator>Stas S.</dc:creator>
		<pubDate>Mon, 17 Mar 2008 01:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.commandlineidiot.com/blog/2007/plate-up-bash-script-for-apache-vhost-setup/#comment-4314</guid>
		<description>Thanks for saving my time by writing it up.
Btw, I would like to ask, why not placing the DocumentRoot in /var/www/*** and leave only the logs in home directory and a2ensite files?</description>
		<content:encoded><![CDATA[<p>Thanks for saving my time by writing it up.<br />
Btw, I would like to ask, why not placing the DocumentRoot in /var/www/*** and leave only the logs in home directory and a2ensite files?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caius Durling</title>
		<link>http://www.commandlineidiot.com/blog/2007/plate-up-bash-script-for-apache-vhost-setup/comment-page-1/#comment-496</link>
		<dc:creator>Caius Durling</dc:creator>
		<pubDate>Fri, 24 Aug 2007 20:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.commandlineidiot.com/blog/2007/plate-up-bash-script-for-apache-vhost-setup/#comment-496</guid>
		<description>Also if you run &lt;code&gt;chmod +x siteup&lt;/code&gt; then edit your ~/.bash_profile to include &lt;code&gt;export PATH=&quot;$PATH:~/bin&quot;&lt;/code&gt; it saves you having to use ~/bin/siteup to run the script, a simple siteup will suffice.

Even if you don&#039;t do that, then a simple &lt;code&gt;~/bin/siteup&lt;/code&gt; will run the script, no need for the leading .</description>
		<content:encoded><![CDATA[<p>Also if you run <code>chmod +x siteup</code> then edit your ~/.bash_profile to include <code>export PATH="$PATH:~/bin"</code> it saves you having to use ~/bin/siteup to run the script, a simple siteup will suffice.</p>
<p>Even if you don&#8217;t do that, then a simple <code>~/bin/siteup</code> will run the script, no need for the leading .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: command line idiot</title>
		<link>http://www.commandlineidiot.com/blog/2007/plate-up-bash-script-for-apache-vhost-setup/comment-page-1/#comment-197</link>
		<dc:creator>command line idiot</dc:creator>
		<pubDate>Wed, 08 Aug 2007 21:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.commandlineidiot.com/blog/2007/plate-up-bash-script-for-apache-vhost-setup/#comment-197</guid>
		<description>Thanks, bradoaks. You&#039;re absolutely right; I had forgotten about that options. I&#039;ll amend the post to include that method.</description>
		<content:encoded><![CDATA[<p>Thanks, bradoaks. You&#8217;re absolutely right; I had forgotten about that options. I&#8217;ll amend the post to include that method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bradoaks</title>
		<link>http://www.commandlineidiot.com/blog/2007/plate-up-bash-script-for-apache-vhost-setup/comment-page-1/#comment-195</link>
		<dc:creator>bradoaks</dc:creator>
		<pubDate>Wed, 08 Aug 2007 18:34:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.commandlineidiot.com/blog/2007/plate-up-bash-script-for-apache-vhost-setup/#comment-195</guid>
		<description>just a quick note that you can use mkdir&#039;s -p option and it will create any of the parent directories needed in order to complete your request:
 mkdir -p ~/www-config/sites-available
Thanks for writing about your experiences with the command line.</description>
		<content:encoded><![CDATA[<p>just a quick note that you can use mkdir&#8217;s -p option and it will create any of the parent directories needed in order to complete your request:<br />
 mkdir -p ~/www-config/sites-available<br />
Thanks for writing about your experiences with the command line.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
