apache2 httpd 2.4.2 - mod_perl2 @2.0.6
Bradley Giesbrecht
pixilla at macports.org
Tue May 1 15:57:15 PDT 2012
On May 1, 2012, at 3:21 PM, Bjarne D Mathiesen wrote:
> 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-MQ@mail.gmail.com%3E
Have you looked at svn.apache:
http://svn.apache.org/viewvc/perl/modperl/trunk/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2763 bytes
Desc: not available
URL: <http://lists.macosforge.org/pipermail/macports-dev/attachments/20120501/a7b73214/attachment.bin>
More information about the macports-dev
mailing list