X-Git-Url: https://git.tld-linux.org/?p=packages%2Fapache.git;a=blobdiff_plain;f=apache-mod_userdir.conf;h=534367a5cb354b6920f89da4b63ad957a423cabf;hp=1bcff5d78509fd0ae568e89cfb9a28c215078711;hb=68340a8134645ea798c282b21ccf8e3e15c2cf6d;hpb=45dd0a09984de9c699f66d58cb994b63b5188790 diff --git a/apache-mod_userdir.conf b/apache-mod_userdir.conf index 1bcff5d..534367a 100644 --- a/apache-mod_userdir.conf +++ b/apache-mod_userdir.conf @@ -18,12 +18,20 @@ UserDir public_html # AllowOverride FileInfo AuthConfig Limit Indexes - Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec + Options Indexes SymLinksIfOwnerMatch IncludesNoExec Require all granted + + Order allow,deny + Allow 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"