--- parser3/src/targets/apache13/modules/extra/Attic/mod_parser3.C 2001/04/26 15:14:28 1.28 +++ parser3/src/targets/apache13/modules/extra/Attic/mod_parser3.C 2001/05/04 10:42:49 1.33 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://design.ru/paf) - $Id: mod_parser3.C,v 1.28 2001/04/26 15:14:28 paf Exp $ + $Id: mod_parser3.C,v 1.33 2001/05/04 10:42:49 paf Exp $ */ #include "httpd.h" @@ -17,15 +17,17 @@ #include "util_script.h" #include "pa_sapi.h" +#include "classes.h" #include "pa_common.h" #include "pa_globals.h" #include "pa_request.h" #include "pa_version.h" #include "pa_socks.h" +/// apache parser module configuration [httpd.conf + .htaccess-es] struct Parser_module_config { - const char* parser_root_auto_path; /// filespec of admin's auto.p file - const char* parser_site_auto_path; /// filespec of site's auto.p file + const char* parser_root_auto_path; ///< filespec of admin's auto.p file + const char* parser_site_auto_path; ///< filespec of site's auto.p file }; /* @@ -193,7 +195,7 @@ static int parser_handler(request_rec *r // prepare to process request Request request(pool, request_info, - String::UL_HTML_TYPO + String::UL_USER_HTML ); // process the request @@ -292,6 +294,8 @@ static void setup_module_cells() { // init socks init_socks(pool); + // init global classes + init_methoded_array(pool); // init global variables pa_globals_init(pool); } PCATCH(e) { // global problem