Bradley Giesbrecht wrote: > > On May 1, 2012, at 3:04 PM, Bjarne D Mathiesen wrote: > >> 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 ??? > > Do any mod_* ports that do build give clues for ap_add_loaded_module?
logging per module is a new feature from apache httpd 2.4.0 I've taken a look at eg mod_fcgid (which was recently released) but I've been unable to find any usage of this function. all of the mod_* has a release date that predates apache httpd 2.4.0 so they ought to have given the same error as mod_perl2 but I finally found something : http://mail-archives.apache.org/mod_mbox/perl-modperl/201203.mbox/%3CCAJiMZ97mkhKe9OQX9Rm9doFn9GDcRf8U3ASoHpJUVpo=-aa...@mail.gmail.com%3E -- 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 _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
