Skip to content

Instantly share code, notes, and snippets.

@webcultist
webcultist / user.conf
Created May 16, 2013 09:58
Sascha example apache config /etc/apache2/users/<shortuser>
<Directory "/Users/<shortuser>/Sites/">
Options Indexes MultiViews FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
DocumentRoot "/Users/<shortuser>/Sites/"
NameVirtualHost *:80