X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=apache-mod_userdir.conf;h=ca87136fa8052edc684d4286983892ab7c944897;hb=4d51c0eb6be1d8258f1cdc0f3f7e6a2c637e5b39;hp=520da5fde81aea90d14a11b75172fc75d9dcac00;hpb=264a55fbb5fe09193fa4e83d6bb83b5e8466b11a;p=packages%2Fapache.git diff --git a/apache-mod_userdir.conf b/apache-mod_userdir.conf index 520da5f..ca87136 100644 --- a/apache-mod_userdir.conf +++ b/apache-mod_userdir.conf @@ -1,5 +1,5 @@ # $Id$ -LoadModule userdir_module modules/mod_userdir.so +LoadModule userdir_module modules/mod_userdir.so # Settings for user home directories # @@ -17,19 +17,20 @@ UserDir public_html # Control access to UserDir directories. The following is an example # for a site where these directories are restricted to read-only. # - - AllowOverride FileInfo AuthConfig Limit Indexes - Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec - - Order allow,deny - Allow from all - - - Order deny,allow - Deny from all - + + AllowOverride FileInfo AuthConfig Limit Indexes + Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec + + Order allow,deny + Allow from all + + + Order deny,allow + Deny from all + + # + # php_admin_value open_basedir "/home/users:/usr/share/pear:/usr/share/php:/tmp" + # - -# vim: filetype=apache ts=4 sw=4 et