Fix Lua support. Enable logging from Lua scripts (using m.log()).

This commit is contained in:
ivanr
2007-12-19 12:50:21 +00:00
parent e0c444953c
commit aef5a460b6
3 changed files with 119 additions and 58 deletions

View File

@@ -36,7 +36,7 @@ struct msc_script_part {
char DSOLOCAL *lua_compile(msc_script **script, const char *filename, apr_pool_t *pool);
int DSOLOCAL lua_restore(lua_State *L, msc_script *script);
int DSOLOCAL lua_execute(msre_rule *rule, modsec_rec *msr, char **error_msg);
#endif
#endif