*** httpd-userdir.conf.default Mon Oct 10 16:09:44 2011 --- httpd-userdir.conf Mon Oct 10 16:11:55 2011 *************** *** 13,28 **** # 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 ! --- 13,33 ---- # Control access to UserDir directories. The following is an example # for a site where these directories are restricted to read-only. # ! ! Options FollowSymLinks ExecCGI Includes ! AllowOverride All + + # + # AllowOverride FileInfo AuthConfig Limit Indexes + # Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec + # + # Order allow,deny + # Allow from all + # + # + # Order deny,allow + # Deny from all + # + #