Listen 10666
Listen 10667
ServerAdmin you@your.address
DocumentRoot "@SNAKE_COMPILEDIR@/testsuite/htdocs"
Options FollowSymLinks
AllowOverride None
Options Indexes FollowSymLinks
AllowOverride AuthConfig
Order allow,deny
Allow from all
DirectoryIndex index.html
AccessFileName .htaccess
Order allow,deny
Deny from all
UseCanonicalName On
TypesConfig conf/mime.types
DefaultType text/plain
MIMEMagicFile conf/magic
HostnameLookups Off
ErrorLog logs/error_log
LogLevel warn
LogFormat "%h %l %u %t \"%r\" %>s %b" common
CustomLog logs/access_log common
ServerSignature On
AddEncoding x-compress Z
AddEncoding x-gzip gz tgz
AddDefaultCharset ISO-8859-1
BrowserMatch "Mozilla/2" nokeepalive
BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
# BEGIN MOD SNAKE TESTING-FU
SnakeModuleDir @SNAKE_COMPILEDIR@/snake_lib
SnakeModuleDir @SNAKE_COMPILEDIR@/examples/tut
SnakeModuleDir @SNAKE_COMPILEDIR@/examples/filters
SnakeModuleDir @SNAKE_COMPILEDIR@/testsuite/modules
SnakeModule mod_snake_epy.SnakeEPy
SnakeEPy on
AddType application/x-httpd-epy .epy
SnakeModule 01_hello_world.Hello_World
SnakeModule 02_hello_world.Hello_World
HelloWorldURI /hello_world_2
# Request notes test
SnakeModule reqnotes.sender
SnakeModule reqnotes.receiver
SnakeModule a2bfilter.a2bfilter
SnakeModule gzip_filter.GzipFilter
GzipEnable on
GzipLevel 9
SnakeModule 03_mod_echo.Mod_Echo
ModEcho on