summaryrefslogtreecommitdiff
path: root/apache2/conf.d/local-userdir.conf
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2006-04-02 16:40:32 +0000
committerJonas Smedegaard <dr@jones.dk>2006-04-02 16:40:32 +0000
commitbc88c5b1b09a415ad9099a94bd68641330ac5129 (patch)
tree1f53be9bc8a627e1a78a9c3a5c670ea6c85a79e4 /apache2/conf.d/local-userdir.conf
parent2418874a12c7eb3d2d63e3bf600b889f9f505e22 (diff)
Add another snippet.
Diffstat (limited to 'apache2/conf.d/local-userdir.conf')
-rw-r--r--apache2/conf.d/local-userdir.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/apache2/conf.d/local-userdir.conf b/apache2/conf.d/local-userdir.conf
new file mode 100644
index 0000000..90ea184
--- /dev/null
+++ b/apache2/conf.d/local-userdir.conf
@@ -0,0 +1,9 @@
+<IfModule mod_userdir.c>
+ UserDir public_html
+ UserDir disabled root
+
+ <Directory /home/*/public_html>
+ AllowOverride FileInfo AuthConfig Limit
+ Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
+ </Directory>
+</IfModule>