Cliff Woolley wrote:
>On 11 May 2002 [EMAIL PROTECTED] wrote:
>
>
>
>>brianp 02/05/11 16:24:29
>>
>> Modified: include http_core.h
>> server core.c
>> . CHANGES
>> Log:
>> Added EnableMMAP directive to allow the server administrator to
>> prevent mmap of file buckets upon read.
>>
>> +static const char *set_enable_mmap(cmd_parms *cmd, void *d_,
>> + const char *arg)
>> +{
>>
>>
>
>Why not just ap_set_flag_slot or whatever it's called?
>
I guess ap_set_int_slot() plus AP_INIT_FLAG would work...
but why do all the other on/off directives in the server
not use that technique? Are they just older than the
set_int_slot/AP_INIT_FLAG API?
--Brian