[SCM] Debian packaging for apache2 branch, master, updated. debian/2.4.4-6-1-gdf2364a
Arno Töll
arno at debian.org
Sat Jun 8 15:45:33 UTC 2013
The following commit has been merged in the master branch:
commit df2364aa7e19e0301e61c9d06cf970279f6e1762
Author: Arno Töll <arno at debian.org>
Date: Sat Jun 8 17:45:28 2013 +0200
Allow access to /srv by default
diff --git a/debian/changelog b/debian/changelog
index 8564b64..9793dc8 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 <arno at debian.org> 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 75839a1..9411bc2 100644
--- a/debian/config-dir/apache2.conf
+++ b/debian/config-dir/apache2.conf
@@ -165,6 +165,13 @@ Include ports.conf
Require all granted
</Directory>
+<Directory /srv/>
+ Options Indexes FollowSymLinks
+ AllowOverride None
+ Require all granted
+</Directory>
+
+
# AccessFileName: The name of the file to look for in each directory
--
Debian packaging for apache2
More information about the Pkg-apache-commits
mailing list