summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@debian.org>2006-11-05 21:00:49 +0000
committerStefan Fritsch <sf@sfritsch.de>2012-01-02 10:36:39 +0100
commitf06a9cf7d780a2d36eb6e1cadb153d992f64f8ee (patch)
tree11afb5243771bc031977b0f692caa1238559ee20
parenta01a0545912f89e8646a94c0989ac6a36388567d (diff)
downloadapache2-f06a9cf7d780a2d36eb6e1cadb153d992f64f8ee.tar.gz
make autoindex not suck by default
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-apache/trunk/apache2@268 01b336ce-410b-0410-9a02-a0e7f243c266
-rw-r--r--debian/changelog1
-rw-r--r--debian/config-dir/mods-available/autoindex.conf1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f531badb..2d94f7b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ apache2 (2.2.3-4) UNRELEASED; urgency=low
* Let the init script cope with multiple pid files correctly. Probably we
shouldn't be doing this at all, but we might as well do it properly!
(Closes: #396162)
+ * Add a sensible autoindex default config
-- Tollef Fog Heen <tfheen@debian.org> Sun, 29 Oct 2006 22:55:03 +0100
diff --git a/debian/config-dir/mods-available/autoindex.conf b/debian/config-dir/mods-available/autoindex.conf
new file mode 100644
index 00000000..a1db20c4
--- /dev/null
+++ b/debian/config-dir/mods-available/autoindex.conf
@@ -0,0 +1 @@
+IndexOptions NameWidth=* DescriptionWidth=*