[Mod_log_sql] Fwd: Bug#666797: Building for apache 2.4

Edward Rudd urkle at outoforder.cc
Sat Apr 21 16:29:25 EDT 2012


Nice.  Feel free to fork mod log SQL on github and send a pull request.  It's up at https://github.com/OutOfOrder/mod_log_sql/

Sent from my iPad

On Apr 21, 2012, at 15:56, Thomas Goirand <thomas at goirand.fr> wrote:

> On 04/22/2012 01:23 AM, Thomas Goirand wrote:
>> On 04/21/2012 03:27 PM, Thomas Goirand wrote:
>>> Hi,
>>> 
>>> Here's the patch from Arno Töll, so that mod_log_sql can be built for
>>> Apache 2.4.
>>> 
>>> Thomas
>> 
>> Also, FYI, we could use this:
>> 
>> #if AP_MODULE_MAGIC_AT_LEAST(19980812,2)
>>    return r->useragent_ip;
>> #else
>>    return r->connection->remote_ip;
>> #endif
> 
> Hum... I meant:
> 
> #if AP_MODULE_MAGIC_AT_LEAST(20111130-0)
>    return r->useragent_ip;
> #else
>    return r->connection->remote_ip;
> #endif
> 
> since 20111130-0 is the first time when the API change was introduced,
> according to Arno Toll.
> 
> Thomas
> _______________________________________________
> Download the latest version at http://www.outoforder.cc/projects/apache/mod_log_sql/
> 
> To unsubscribe send an e-mail to 
> mod_log_sql-unsubscribe at lists.outoforder.cc


More information about the Mod_log_sql mailing list