Package: freedombox-setup Severity: wishlist Tags: patch This module allows users to share files which are placed in ~/public_html. I suggest enabling the module here, to avoid needing to restart apache later.
-- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.5.0-2-amd64 (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
>From 1ee6661861ea4011bd6175be10555e211c945dab Mon Sep 17 00:00:00 2001 From: James Valleroy <jvalle...@mailbox.org> Date: Wed, 25 May 2016 19:38:43 -0400 Subject: [PATCH] Enable userdir mod during apache setup. --- setup.d/90_apache2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.d/90_apache2 b/setup.d/90_apache2 index 30a79de..2e00ccc 100755 --- a/setup.d/90_apache2 +++ b/setup.d/90_apache2 @@ -29,6 +29,9 @@ a2enmod php7.0 a2enmod cgi a2enmod authnz_ldap +# enable users to share files uploaded to ~/public_html +a2enmod userdir + # setup freedombox site a2enconf freedombox -- 2.8.1