mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
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
This commit is contained in:
@@ -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" );
|
||||
|
||||
Reference in New Issue
Block a user