--- parser3/src/targets/apache/mod_parser3_core.C 2024/11/10 13:31:28 1.41 +++ parser3/src/targets/apache/mod_parser3_core.C 2026/04/25 13:38:46 1.44 @@ -1,11 +1,11 @@ /** @file Parser: apache 1.3/2.X module, part, compiled by parser3project. - Copyright (c) 2001-2024 Art. Lebedev Studio (http://www.artlebedev.com) + Copyright (c) 2001-2026 Art. Lebedev Studio (https://www.artlebedev.com) Authors: Konstantin Morshnev , Alexandr Petrosian */ -volatile const char * IDENT_MOD_PARSER3_CORE_C="$Id: mod_parser3_core.C,v 1.41 2024/11/10 13:31:28 moko Exp $"; +volatile const char * IDENT_MOD_PARSER3_CORE_C="$Id: mod_parser3_core.C,v 1.44 2026/04/25 13:38:46 moko Exp $"; #include "pa_config_includes.h" @@ -26,6 +26,8 @@ volatile const char * IDENT_MOD_PARSER3_ // generals static bool globals_inited=false; +const char* parser3_mode="apache"; // $status:mode +const char *parser3_log_filespec(){ return ""; } // $status:log-filename void pa_setup_module_cells() { if(globals_inited)