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;
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" );