damia apache config. situation as of 2021/03/16
This commit is contained in:
12
damia/etc/apache2/mods-available/userdir.conf
Normal file
12
damia/etc/apache2/mods-available/userdir.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
<IfModule mod_userdir.c>
|
||||
UserDir public_html
|
||||
UserDir disabled root
|
||||
|
||||
<Directory /home/*/public_html>
|
||||
AllowOverride FileInfo AuthConfig Limit Indexes
|
||||
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
|
||||
Require method GET POST OPTIONS
|
||||
</Directory>
|
||||
</IfModule>
|
||||
|
||||
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
|
Reference in New Issue
Block a user