diff options
author | Chuck Short <zul@gentoo.org> | 2004-04-16 11:24:39 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2004-04-16 11:24:39 +0000 |
commit | 12d0ad3c3906282208aea579e3c742d895b5b9b0 (patch) | |
tree | c1a57aa3fbc6fb48f64bc2f7f39046dc70079f14 /net-www/apache/files | |
parent | Syntax fix for newdepend, bug 29064 (Manifest recommit) (diff) | |
download | gentoo-2-12d0ad3c3906282208aea579e3c742d895b5b9b0.tar.gz gentoo-2-12d0ad3c3906282208aea579e3c742d895b5b9b0.tar.bz2 gentoo-2-12d0ad3c3906282208aea579e3c742d895b5b9b0.zip |
Fixes typo. Closes #48028.
Diffstat (limited to 'net-www/apache/files')
-rw-r--r-- | net-www/apache/files/2.0.49/commonapache2.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/apache/files/2.0.49/commonapache2.conf b/net-www/apache/files/2.0.49/commonapache2.conf index 35a410422373..b953f79c3a3b 100644 --- a/net-www/apache/files/2.0.49/commonapache2.conf +++ b/net-www/apache/files/2.0.49/commonapache2.conf @@ -1,5 +1,5 @@ ### /etc/apache2/conf/commonapache2.conf -### $Id: commonapache2.conf,v 1.2 2004/04/15 22:46:07 zul Exp $ +### $Id: commonapache2.conf,v 1.3 2004/04/16 11:24:39 zul Exp $ ### ### Common server configuration. ### @@ -919,7 +919,7 @@ ServerSignature On SetHandler perl-script <IfDefine MODPERL2> PerlResponseHandler Apache2::ModPerl::Registry - </IfDeinfe> + </IfDefine> <IfDefine !MODPERL2> PerlResponseHandler ModPerl::Registry </IfDefine> |