<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - chrisaiv</title>
<link>http://snipplr.com/users/chrisaiv/language/apache</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 08 Oct 2008 06:39:07 GMT</pubDate>
<item>
<title>(Apache) OS X.5: Configure Apache 2 to point at my Sites Directory (ver 2)</title>
<link>http://snipplr.com/view/5358/os-x5-configure-apache-2-to-point-at-my-sites-directory-ver-2/</link>
<description><![CDATA[ <p>There is another way to point Apache 2 to my Sites directory after upgrading Tiger to Leopard
1. I used textmate to open this file
/etc/apache2/httpd.conf
2. I commented this line
#DocumentRoot "/Library/WebServer/Documents"
3. Replaced it with this line instead
DocumentRoot "/Users/mac_user_shortname/Sites"
4. Added a file titled mac_user_shortname.conf to :
/etc/apache2/users/
5. Include this snippet into mac_user_shortname.conf</p> ]]></description>
<pubDate>Mon, 10 Mar 2008 14:33:20 GMT</pubDate>
<guid>http://snipplr.com/view/5358/os-x5-configure-apache-2-to-point-at-my-sites-directory-ver-2/</guid>
</item>
</channel>
</rss>