Add a private directory for the "Dehnert clan"
[sysconfig/apache2.git] / mods-available / userdir.conf
1 <IfModule mod_userdir.c>
2         UserDir public_html
3         UserDir disabled root
4
5         <Directory /home/*/public_html>
6                 AllowOverride FileInfo AuthConfig Limit Indexes Options
7                 Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
8                 Require method GET POST OPTIONS
9         </Directory>
10 </IfModule>
11
12 # vim: syntax=apache ts=4 sw=4 sts=4 sr noet