X-Git-Url: https://git.tld-linux.org/?p=packages%2Fapache.git;a=blobdiff_plain;f=apache-mod_userdir.conf;h=534367a5cb354b6920f89da4b63ad957a423cabf;hp=967522711c88a542077262a9b35d943f438b0919;hb=68340a8134645ea798c282b21ccf8e3e15c2cf6d;hpb=f53b16d2ec1f017a1ee950e2f9d70e2b7c321e41 diff --git a/apache-mod_userdir.conf b/apache-mod_userdir.conf index 9675227..534367a 100644 --- a/apache-mod_userdir.conf +++ b/apache-mod_userdir.conf @@ -1,4 +1,3 @@ - LoadModule userdir_module modules/mod_userdir.so # Settings for user home directories @@ -19,14 +18,20 @@ UserDir public_html # AllowOverride FileInfo AuthConfig Limit Indexes - Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec + Options Indexes SymLinksIfOwnerMatch IncludesNoExec - Order allow,deny - Allow from all + Require all granted + + Order allow,deny + Allow from all + - Order deny,allow - Deny from all + Require all denied + + Order deny,allow + Deny from all + # # php_admin_value open_basedir "/home/users:/usr/share/pear:/usr/share/php:/tmp"