DocumentRoot "C:/twiki"
#
# Options Indexes FollowSymLinks
# AllowOverride None
# Order allow,deny
# Allow from all
#
# Changing default None to All in next line, to enable .htaccess
#AllowOverride All
Allow From All
Options ExecCGI
SetHandler cgi-script
# 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 PST+08PDT
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 c:/twiki
#
# Document types
#
# TWiki setup - avoid renaming scripts
AddHandler cgi-script .
AllowOverride None
Options None
Order allow,deny
Allow from all
AuthName "Login using your YNET username and password"
AuthType SSPI
SSPIAuth On
SSPIAuthoritative On
SSPIOfferBasic On
require valid-user
Options FollowSymLinks +Includes
AllowOverride None
Allow from all
Deny from all
Deny from all