From df2364aa7e19e0301e61c9d06cf970279f6e1762 Mon Sep 17 00:00:00 2001 From: Arno Töll Date: Sat, 8 Jun 2013 17:45:28 +0200 Subject: Allow access to /srv by default --- debian/changelog | 7 +++++++ debian/config-dir/apache2.conf | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8564b64d..9793dc87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +apache2 (2.4.4-7) UNRELEASED; urgency=low + + * Allow access to /srv, beyond /var/www for user supplied vhosts by default. + Thanks to joeyh for pointing this out. + + -- Arno Töll Sat, 08 Jun 2013 17:44:55 +0200 + apache2 (2.4.4-6) unstable; urgency=low * Denote exact versions breaking gnome-user-share now that Gnome maintainers diff --git a/debian/config-dir/apache2.conf b/debian/config-dir/apache2.conf index 75839a12..9411bc27 100644 --- a/debian/config-dir/apache2.conf +++ b/debian/config-dir/apache2.conf @@ -165,6 +165,13 @@ Include ports.conf Require all granted + + Options Indexes FollowSymLinks + AllowOverride None + Require all granted + + + # AccessFileName: The name of the file to look for in each directory -- cgit v1.2.3