[apache2] 01/01: Fix typo

Stefan Fritsch sf at alioth.debian.org
Sat Sep 21 21:39:41 UTC 2013


This is an automated email from the git hooks/post-receive script.

sf pushed a commit to branch master
in repository apache2.

commit 5e2214a96664ec58c9c8f07b95f1a96129553f34
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Sat Sep 21 23:39:18 2013 +0200

    Fix typo
---
 debian/changelog                                    |    1 +
 debian/config-dir/conf-available/serve-cgi-bin.conf |    6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7e01dd9..1af4746 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ apache2 (2.4.6-4) UNRELEASED; urgency=low
     to disk_cache.load, missed in 2.4.6-3. Really closes: #718909
   * Remove possiblity to override path to apache2 executable via envvars.
     This is no longer necessary with MPMs as modules.
+  * Fix typo in serve-cgi-bin.conf. Closes: #723196
 
  -- Stefan Fritsch <sf at debian.org>  Sun, 01 Sep 2013 15:09:06 +0200
 
diff --git a/debian/config-dir/conf-available/serve-cgi-bin.conf b/debian/config-dir/conf-available/serve-cgi-bin.conf
index 65abfac..b02782d 100644
--- a/debian/config-dir/conf-available/serve-cgi-bin.conf
+++ b/debian/config-dir/conf-available/serve-cgi-bin.conf
@@ -1,13 +1,13 @@
 <IfModule mod_alias.c>
 	<IfModule mod_cgi.c>
-		Define ENALBLE_USR_LIB_CGI_BIN
+		Define ENABLE_USR_LIB_CGI_BIN
 	</IfModule>
 
 	<IfModule mod_cgid.c>
-		Define ENALBLE_USR_LIB_CGI_BIN
+		Define ENABLE_USR_LIB_CGI_BIN
 	</IfModule>
 
-	<IfDefine ENALBLE_USR_LIB_CGI_BIN>
+	<IfDefine ENABLE_USR_LIB_CGI_BIN>
 		ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
 		<Directory "/usr/lib/cgi-bin">
 			AllowOverride None

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-apache/apache2.git



More information about the Pkg-apache-commits mailing list