summaryrefslogtreecommitdiffstats
path: root/support/apxs.in
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2001-08-28 19:41:53 +0200
committerRyan Bloom <rbb@apache.org>2001-08-28 19:41:53 +0200
commit6c59a455da874ca5017ae77e3db1bcc460b62bed (patch)
tree41bb7c6346288c66214bf00e43b43fbd07bf9fa9 /support/apxs.in
parent This is the same granularity of control as mod_mime gave to set handlers (diff)
downloadapache2-6c59a455da874ca5017ae77e3db1bcc460b62bed.tar.xz
apache2-6c59a455da874ca5017ae77e3db1bcc460b62bed.zip
Remove some debug code that I had in apxs.in.
Submitted by: Karl Fogel <kfogel@collab.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90769 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/apxs.in')
-rw-r--r--support/apxs.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/support/apxs.in b/support/apxs.in
index 1f308d7ae5..649f452c4f 100644
--- a/support/apxs.in
+++ b/support/apxs.in
@@ -520,7 +520,6 @@ if ($opt_i or $opt_e) {
}
open(FP, "<$CFG_SYSCONFDIR/$CFG_TARGET.conf") || die;
- open(FP, "httpd.conf") || die;
my $content = join('', <FP>);
close(FP);