--- parser3/src/targets/apache/mod_parser3_core.C 2024/12/06 00:40:12 1.42 +++ 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.42 2024/12/06 00:40:12 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" @@ -27,6 +27,7 @@ volatile const char * IDENT_MOD_PARSER3_ 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)