Alias /twiki/ "D:/twiki/"
ScriptAlias /twiki/bin/ "D:/twiki/bin/"
AllowOverride All
Allow From All
Options ExecCGI
# Use CGI Perl
# SetHandler cgi-script
# Use mod_perl
SetHandler perl-script
PerlHandler Apache::Registry
PerlSendHeader On
PerlTaintCheck On
# Environment setup required to run Apache as service or as a
# standalone process.
# Adjust TZ for your server timezone, e.g. EST5EDT - put the non-daylight-savings
# timezone code first (e.g. EST or GMT), followed by the number of hours that it's behind GMT
# during non-daylight-savings time (use '-5' for timezones in advance of GMT).
SetEnv TZ GMT0BST
SetEnv RCSINIT -x,v/
# Adjust TEMP and TMP for your server and create directories if necessary
SetEnv TEMP c:/temp
SetEnv TMP c:/temp
SetEnv LOGNAME system
SetEnv HOME d:/twiki