diff options
author | Arno Töll <debian@toell.net> | 2012-03-09 03:31:30 +0100 |
---|---|---|
committer | Arno Töll <debian@toell.net> | 2012-03-09 03:31:30 +0100 |
commit | a4d5b4ed0632dfe08fbf169d8171fd7555bafb69 (patch) | |
tree | 1b2b7183fdf91066d8f64e90627eccda59574ac9 /debian | |
parent | fea3d476676d0e8ede7e98faf1dcffd0f865d715 (diff) | |
download | apache2-a4d5b4ed0632dfe08fbf169d8171fd7555bafb69.tar.gz |
Fix some bugs, but make us much more work really
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/config-dir/apache2.conf | 10 |
2 files changed, 14 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index c62546f0..1bb47923 100644 --- a/debian/changelog +++ b/debian/changelog @@ -75,7 +75,7 @@ apache2 (2.4.1-1) experimental; urgency=low * Changes in the default configuration (not specific modules): + On the head of the apache2.conf configuration file, give a short summary how configuration of the Apache web server works in Debian. - + Drop NameVirtualHost entirely. It is deprecated + + Drop NameVirtualHost entirely. It is deprecated (Closes: #511594) + Remove DefaultType. It is deprecated. + Replace Allow/Deny directives in the default configuration by using the new Require directive. Load mod_access_compat if you rely on the old @@ -93,7 +93,9 @@ apache2 (2.4.1-1) experimental; urgency=low files need to have a .conf suffix now. The following configuration files are enabled by default: charset localized-error-pages other-vhosts-access-log security. These were enabled by default - previously, too (Closes: #620347). + previously, too (Closes: #620347, Closes: #605227). + This holds for apache2-doc as well, which is still enabled by default but + can be disabled easily anytime by using a2disconf (Closes: #604980). + Give site configuration a .conf suffix, too. For example the default vhost is called default.conf. Moreover, files without .conf suffix are ignored upon startup. Please update your site links and confs. Also rename the @@ -151,7 +153,7 @@ apache2 (2.4.1-1) experimental; urgency=low * Migrate patches to DEP-3 format. For particular changes see the summary above. - -- Arno Töll <debian@toell.net> Fri, 09 Mar 2012 00:41:22 +0100 + -- Arno Töll <debian@toell.net> Fri, 09 Mar 2012 03:03:54 +0100 apache2 (2.2.22-1) unstable; urgency=low diff --git a/debian/config-dir/apache2.conf b/debian/config-dir/apache2.conf index b6d9762c..2a2f97bc 100644 --- a/debian/config-dir/apache2.conf +++ b/debian/config-dir/apache2.conf @@ -50,8 +50,16 @@ # /etc/init.d/apache2 or apache2ctl. Calling /usr/bin/apache2 directly will not # work with the default configuration. +# TODO: Triage the following bugs involving conf changes: +# #589638 [w| | ] [apache2] apache2: Generally useful options currently set in sites-available/default should be moved to included file +# #548213 [w| | ] [apache2.2-common] Apache should protect .svn directories +# #341022 [w| | ] [apache2] default apache2.conf file should deny access to / +# #340947 [w| | ] [apache2.2-common] apache2-common: standard path to virtual host document roots under /var/www? +# #605123 [m| | ] [apache2.2-common] apache2.2-common: "incorrect" definitions of Common Log Format and Combined Log Format +# #649020 [n| | ] [apache2.2-common] apache2: stronger and faster default SSL config +# #400681 [n| | ] [apache2.2-common] apache2.2-common: mod_authn_alias does not play well with mod_authnz_ldap + -# # Global configuration # |