diff --git a/mods-available/userdir.conf b/mods-available/userdir.conf new file mode 100644 index 0000000..659775f --- /dev/null +++ b/mods-available/userdir.conf @@ -0,0 +1,14 @@ +# Depends: authz_core +# Suggests: autoindex + + UserDir public_html + UserDir disabled root + + + AllowOverride FileInfo AuthConfig Limit Indexes + Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec + Require method GET POST OPTIONS + + + +# vim: syntax=apache ts=4 sw=4 sts=4 sr noet diff --git a/mods-available/userdir.load b/mods-available/userdir.load new file mode 100644 index 0000000..bf25683 --- /dev/null +++ b/mods-available/userdir.load @@ -0,0 +1 @@ +LoadModule userdir_module modules/mod_userdir.so