X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=apache-mod_userdir.conf;h=ca87136fa8052edc684d4286983892ab7c944897;hb=4d51c0eb6be1d8258f1cdc0f3f7e6a2c637e5b39;hp=6740134f46c164ad5f6f97d2866f041785c6edc7;hpb=046ff04fdca7592388d6c3ada400d0a1728efec7;p=packages%2Fapache.git diff --git a/apache-mod_userdir.conf b/apache-mod_userdir.conf index 6740134..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,17 +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" + #