diff options
author | Guenter Knauf <fuankg@apache.org> | 2007-06-27 17:25:36 +0200 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2007-06-27 17:25:36 +0200 |
commit | ba43bad1207f9122f9e15692583e8308dd6b25f9 (patch) | |
tree | 76aebb2ddd9db9d03b916e85b7ad204165d58d12 /NWGNUmakefile | |
parent | Block ap_pid_table create with same define as used in mpm_common.c (diff) | |
download | apache2-ba43bad1207f9122f9e15692583e8308dd6b25f9.tar.xz apache2-ba43bad1207f9122f9e15692583e8308dd6b25f9.zip |
added mod_ssl to httpd.conf for BSD socket build;
some more fixes to httpd-ssl.conf; sync'd with r515403.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@551196 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r-- | NWGNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile index 3b5fb35304..f340c66540 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -338,9 +338,9 @@ install :: nlms FORCE -copy support\dbmmanage.in $(INSTALL)\$(BASEDIR)\bin\dbmmanage.pl -copy support\logresolve.pl.in $(INSTALL)\$(BASEDIR)\bin\logresolve.pl ifdef USE_STDSOCKETS - -awk -v BDIR=$(BASEDIR) -f build\mkconfnw.awk docs\conf\httpd.conf.in >$(INSTALL)\$(BASEDIR)\conf\httpd.conf + -awk -v BDIR=$(BASEDIR) -v MODSSL=1 -f build\mkconfnw.awk docs\conf\httpd.conf.in >$(INSTALL)\$(BASEDIR)\conf\httpd.conf else - -awk -v BDIR=$(BASEDIR) -v SSL=1 -f build\mkconfnw.awk docs\conf\httpd.conf.in >$(INSTALL)\$(BASEDIR)\conf\httpd.conf + -awk -v BDIR=$(BASEDIR) -v NWSSL=1 -f build\mkconfnw.awk docs\conf\httpd.conf.in >$(INSTALL)\$(BASEDIR)\conf\httpd.conf endif $(CHKNOT) $(INSTALL)\$(BASEDIR)\conf\extra\nul mkdir $(INSTALL)\$(BASEDIR)\conf\extra -awk -v BDIR=$(BASEDIR) -f build\mkconfnw.awk docs\conf\extra\httpd-autoindex.conf.in >$(INSTALL)\$(BASEDIR)\conf\extra\httpd-autoindex.conf |