On 09/24/2007 02:04 PM, Jeff Trawick wrote:
> On 9/24/07, Ruediger Pluem <[EMAIL PROTECTED]> wrote:
>>
>> On 09/23/2007 10:49 PM, Jeff Trawick wrote:
>>> On 9/18/07, Plüm, Rüdiger, VF-Group <[EMAIL PROTECTED]> wrote:
>>>>> -----Ursprüngliche Nachricht-----
>>>>> Von: Adam Hasselbalch Hansen
>>>>> Gesendet: Dienstag, 18. September 2007 12:25
>>>>> An: dev@httpd.apache.org
>>>>> Betreff: [PATCH 43415] Logging remote port.
>>>>>
>>>>>
>>>>> I have created a patch for httpd 2.2.6, giving the additional
>>>>> LogFormat
>>>>> directive %R, which logs the port of the host making the request.
>>>>>
>>>>> This is due to new legislation in Denmark, requiring ISPs and hosting
>>>>> companies to log the originating port of all traffic.
>>>> 5 comments:
>>>> 3. I am not too happy with using %R, but to be honest I have no better 
>>>> proposal :-).
>>>>    Maybe other have.
>>> %{canonical}p          (default)
>>> %{local}p
>>> %{remote}p
>> Sounds good to me.
> 
> The attached patch works for me (though I haven't yet rebuilt the docs
> to see what that looks like).

Patch looks good to me (including docs, which I rebuilt in my working copy),
but as most of the time some comments :-).

1. I would use strcasecmp instead of strcmp to avoid case issues in the config.
2. We can save a few cycles by using apr_itoa instead of pfmt as IMHO port is 
never
   <= 0.

BTW: I think format_integer should be removed as it is only used by pfmt. It 
can be replaced
with apr_itoa. Just did this in r578927.

Regards

Rüdiger

Reply via email to