Moved apache code into a folder to help prepare for packaging where we dont want...
[httpd-crcsyncproxy.git] / apache / modules / lua / test / test_httpd.conf
blob7b236ed50c90cd1919165a6753e971a1ffe5b482
1 # Customize these two values for your Apache2 install
2 ServerRoot "/Users/brianm/.opt/httpd-2.2.3-worker-for-lua"
3 DocumentRoot "/Users/brianm/src/wombat/test/htdocs"
5 # Customize this value to point to the top of mod_wombat's test dir
6 LuaRoot /Users/brianm/src/wombat/test
8 Listen 8000
10 LoadModule apreq_module modules/mod_apreq2.so
11 LoadModule wombat_module modules/mod_wombat.so
13 AddHandler lua-script .lua
15 #LuaConfig httpd_config.lua configure
17 LuaMapHandler /basic /Users/brianm/src/wombat/test/htdocs/test.lua
18 LuaMapHandler /filter/simple /Users/brianm/src/wombat/test/htdocs/filters.lua handle_simple
19 LuaMapHandler ^/(\w+)_(\w+)$ /Users/brianm/src/wombat/test/htdocs/$1.lua handle_$2
21 LuaHookTranslateName htdocs/hooks.lua translate_name
22 LuaHookTranslateName htdocs/hooks.lua translate_name2
24 LuaHookFixups htdocs/hooks.lua fixups_test
26 LuaPackagePath lib/?.lua
28 # stat | forever | never
29 LuaCodeCache stat
31 ErrorLog logs/error_log
32 LogLevel debug