apache2 httpd 2.4.2 - mod_perl2 @2.0.6
Bjarne D Mathiesen
macintosh at mathiesen.info
Tue May 1 15:04:40 PDT 2012
I've got this in /macports/apache2/include/http_config.h
/**
* Add a module to the chained modules list and the list of loaded modules
* @param mod The module structure of the module to add
* @param p The pool with the same lifetime as the module
* @param s The module's symbol name (used for logging)
*/
AP_DECLARE(const char *) ap_add_loaded_module(module *mod,
apr_pool_t *p,const char *s);
in modperl_module.c I've got this:
ap_add_loaded_module(modp, p);
What is a good value for the third parameter that's missing ???
--
Bjarne D Mathiesen
København N ; Danmark ; Europa
----------------------------------------------------------------------
denne besked er skrevet i et totalt M$-frit miljø
MacOS X 10.7.3 Lion ; 2.8GHz Intel Core i7 ; 16GB 1067MHz DDR3
More information about the macports-dev
mailing list