[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [debian-edu-commits] [Git][debian-edu/debian-edu-config][master] cf3/apache2.cf: Symlink userdir.conf, not userdir.load.



Hi Wolfgang,

On  Mo 22 Okt 2018 11:25:26 CEST, Wolfgang Schweer wrote:

On Mon, Oct 22, 2018 at 07:00:14AM +0000, Mike Gabriel wrote:
Mike Gabriel pushed to branch master at Debian Edu / debian-edu-config


Commits:
52f2f4d4 by Mike Gabriel at 2018-10-22T07:00:00Z
cf3/apache2.cf: Symlink userdir.conf, not userdir.load.
[..]
cf3/cf.apache2
=====================================
@@ -8,8 +8,8 @@ files:
     "/etc/php/apache2/php.ini"
       link_from => ln_s("/etc/php/apache2/php-debian-edu.ini"),
       move_obstructions => "true";
-    "/etc/apache2/mods-available/debian-edu-userdir.load"
-      link_from => ln_s("/etc/apache2/mods-available/userdir.load"),
+    "/etc/apache2/mods-available/debian-edu-userdir.conf"
+      link_from => ln_s("/etc/apache2/mods-available/userdir.conf"),
       move_obstructions => "true";

Hi Mike,

please note that userdir.conf is the stock apache2 one. We need
debian-edu-userdir.conf (already available (see d-e-c/git/Makefile).

For the userdir stuff to actually work, the related module needs to be
loaded via userdir.load.

Please consider to revert this commit.

Wolfgang

Please re-visit my change and check /etc/apache2/mods-available on a stretch TJENER (or buster TJENER before my commit).

What happenened there is that userdir.load gets symlinked to debian-edu-userdir.load (which does not exist). So we end up with a dangling symlink (and the userdir mod does not get activated, is not activatable).

What we want is: overwrite userdir.conf and create it as symlink to debian-edu-userdir.conf (which exists!).

Let me know, if you can confirm above observation with current ISOs / package versions.

Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
mobile: +49 (1520) 1976 148
landline: +49 (4354) 8390 139

GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22  0782 9AF4 6B30 2577 1B31
mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de

Attachment: pgpyvVM7lNgLP.pgp
Description: Digitale PGP-Signatur


Reply to: