]> granicus.if.org Git - apache/commitdiff
minor tweaks: fix server version banner, forget about old SSLMutex directive
authorJeff Trawick <trawick@apache.org>
Mon, 20 Aug 2012 15:43:15 +0000 (15:43 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 20 Aug 2012 15:43:15 +0000 (15:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1375071 13f79535-47bb-0310-9956-ffa450edef68

build/installwinconf.awk

index bc6e97de57d0a8689d31e70ca37a9879880f0f8c..306137a6fc8e2b037b559723b4d0787e444f9870 100644 (file)
@@ -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" );