LoadModule version_module {mod_path}/mod_version.so
LoadModule env_module {mod_path}/mod_env.so
LoadModule rewrite_module {mod_path}/mod_rewrite.so
LoadModule log_config_module {mod_path}/mod_log_config.so
Listen {port}
ServerName {host}
= 2.4>
LoadModule unixd_module {mod_path}/mod_unixd.so
LoadModule authz_core_module {mod_path}/mod_authz_core.so
LoadModule mpm_worker_module {mod_path}/mod_mpm_worker.so
User {user}
Group {group}
ServerRoot {testdir}/apache
ErrorLog {testdir}/archive/apache.{client}/error.log
LogFormat "%h l %u %t \"%r\" %>s %b \"{{Referer}}i\" \"%{{User-agent}}i\"" combined
CustomLog {testdir}/archive/apache.{client}/access.log combined
PidFile {testdir}/apache/tmp.{client}/apache.pid
DocumentRoot {testdir}/apache/htdocs.{client}
Options +ExecCGI
AllowOverride All
SetHandler fastcgi-script
AllowEncodedSlashes On
ServerSignature Off
MaxRequestsPerChild 0