[debian-edu-commits] [Debian Wiki] Update of "DebianEdu/Status/Jessie" by WolfgangSchweer

Debian Wiki wiki at debian.org
Sun Jan 15 17:29:51 UTC 2017


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.

The "DebianEdu/Status/Jessie" page has been changed by WolfgangSchweer:
https://wiki.debian.org/DebianEdu/Status/Jessie?action=diff&rev1=243&rev2=244

Comment:
make Apache userdir instructions more user friendly.

  }}}
  
   * The configuration concerning personal web pages needs changes:
-   * Add both LIMIT sections from /etc/apache2/mods-available/userdir to debian-edu-userdir.conf in the same directory.
+   * Adjust the content of /etc/apache2/mods-available/debian-edu-userdir.conf to be like this:
+ {{{
+ <IfModule mod_userdir.c>
+         UserDir public_html
+         UserDir disabled root
+ 
+         <Directory /skole/tjener/home*/*/public_html>
+                 AllowOverride FileInfo AuthConfig Limit
+                 Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
+ 		<Limit GET POST OPTIONS>
+ 			Require all granted
+ 		</Limit>
+ 		<LimitExcept GET POST OPTIONS>
+ 			Require all denied
+ 		</LimitExcept>
+         </Directory>
+ </IfModule>
+ }}}
    * Run 'a2enmod debian-edu-userdir' to enable the configuration.
    * Run 'service apache2 restart'.
  



More information about the debian-edu-commits mailing list