diff options
author | Jonas Smedegaard <dr@jones.dk> | 2006-04-02 16:40:32 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2006-04-02 16:40:32 +0000 |
commit | bc88c5b1b09a415ad9099a94bd68641330ac5129 (patch) | |
tree | 1f53be9bc8a627e1a78a9c3a5c670ea6c85a79e4 /apache2 | |
parent | 2418874a12c7eb3d2d63e3bf600b889f9f505e22 (diff) |
Add another snippet.
Diffstat (limited to 'apache2')
-rw-r--r-- | apache2/conf.d/local-userdir.conf | 9 |
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> |