Commit a8b86ceb authored by Mike Gabriel's avatar Mike Gabriel
Browse files

etc/apache2/mods-available/debian-edu-userdir.conf: Make config snippet more...

etc/apache2/mods-available/debian-edu-userdir.conf: Make config snippet more generic, let it work on all hosts on the Debian Edu network by default.
parent 52f2f4d4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5,6 +5,9 @@ debian-edu-config (2.10.41) UNRELEASED; urgency=medium

  [ Mike Gabriel ]
  * cf3/apache2.cf: Symlink userdir.conf, not userdir.load.
  * etc/apache2/mods-available/debian-edu-userdir.conf: Make config
    snippet more generic, let it work on all hosts on the Debian Edu
    network by default.

 -- Holger Levsen <holger@debian.org>  Sun, 14 Oct 2018 09:40:23 +0100

+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
        UserDir public_html
        UserDir disabled root

        <Directory /skole/tjener/home*/*/public_html>
        <Directory /skole/*/home*/*/public_html>
                AllowOverride FileInfo AuthConfig Limit
                Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
		<Limit GET POST OPTIONS>