--- src/mod_cml_lua.c 2006-01-30 04:56:40.000000000 -0700 +++ src/mod_cml_lua.c.new 2006-03-01 19:34:13.000000000 -0700 @@ -308,7 +308,7 @@ /* fetch the data from lua */ lua_to_c_get_string(L, "trigger_handler", p->trigger_handler); - if (0 == lua_to_c_get_string(L, "output_contenttype", b)) { + if (0 == lua_to_c_get_string(L, "output_content_type", b)) { response_header_overwrite(srv, con, CONST_STR_LEN("Content-Type"), CONST_BUF_LEN(b)); }