summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2001-10-22 14:46:29 +0200
committerWilliam A. Rowe Jr <wrowe@apache.org>2001-10-22 14:46:29 +0200
commit5477dfb4209f412f6fd2ab71c19a6ab42a74659f (patch)
treed5df2a1f91771e83f76dd80153f65110e9576f45 /Makefile.in
parent Fix two typos in the last patch... compiles/tests clean... Greg, please (diff)
downloadapache2-5477dfb4209f412f6fd2ab71c19a6ab42a74659f.tar.xz
apache2-5477dfb4209f412f6fd2ab71c19a6ab42a74659f.zip
Remerge proxy configuration. Tally: of 9 votes;
Majority for segregating mod_ssl Minority for segregating mod_proxy Also remove a lingering bit of ldap config from httpd-std.conf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91631 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index d79898ba98..6cb3175409 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -34,7 +34,7 @@ install-conf:
for i in mime.types magic; do \
$(INSTALL_DATA) $$i $(sysconfdir); \
done; \
- for i in *-std* ldap.conf proxy.conf ssl.conf; do \
+ for i in *-std* ssl.conf; do \
[ -f $$i ] || continue; \
( \
n_lm=`awk 'BEGIN {n=0} /@@LoadModule@@/ {n+=1} END {print n}' < $$i`; \