diff -r bdce415f3d2e tests/apachetest/template.conf.tcl
--- a/tests/apachetest/template.conf.tcl	Sun Nov 18 01:52:59 2007 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,45 +0,0 @@
-# \$Id\$
-# Minimal config file for testing
-
-# Parsed by makeconf.tcl
-
-ServerRoot "$CWD"
-
-PidFile "$CWD/httpd.pid"
-
-ResourceConfig "$CWD/srm.conf"
-AccessConfig "$CWD/access.conf"
-
-Timeout 300
-
-MaxRequestsPerChild 0
-
-$LOADMODULES
-
-Port 8081
-
-ServerName localhost
-
-DocumentRoot "$CWD"
-
-<Directory "$CWD">
-Options All MultiViews
-AllowOverride All
-Order allow,deny
-Allow from all
-</Directory>
-
-<IfModule mod_dir.c>
-DirectoryIndex index.html
-</IfModule>
-
-AccessFileName .htaccess
-
-HostnameLookups Off
-
-ErrorLog $CWD/error_log
-
-LogLevel debug
-
-LogFormat "%h %l %u %t \\"%r\\" %>s %b \\"%{Referer}i\\" \\"%{User-Agent}i\\"" combined
-CustomLog "$CWD/access_log" combined
