From: Jeff Trawick Date: Mon, 20 Aug 2012 15:43:15 +0000 (+0000) Subject: minor tweaks: fix server version banner, forget about old SSLMutex directive X-Git-Tag: 2.5.0-alpha~6395 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d982f9f8adc20cb2a70812bf75c9159fce38ee4a;p=apache minor tweaks: fix server version banner, forget about old SSLMutex directive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1375071 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/installwinconf.awk b/build/installwinconf.awk index bc6e97de57..306137a6fc 100644 --- a/build/installwinconf.awk +++ b/build/installwinconf.awk @@ -46,7 +46,7 @@ BEGIN { usertree = "C:/Documents and Settings"; } - print "Installing Apache HTTP 2.0 server with" >tstfl; + print "Installing Apache HTTP Server 2.x with" >tstfl; print " DomainName = " domainname >tstfl; print " ServerName = " servername >tstfl; print " ServerAdmin = " serveradmin >tstfl; @@ -195,7 +195,6 @@ BEGIN { print "#LoadModule xml2enc_module modules/mod_xml2enc.so" > dstfl; continue; } - gsub( /^SSLMutex.*/, "SSLMutex default" ); gsub( /@@ServerRoot@@/, serverroot ); gsub( /@exp_cgidir@/, serverroot "/cgi-bin" ); gsub( /@exp_sysconfdir@/, serverroot "/conf" );