>> I realized the CacheSize parameter
>> is either defined in the configuration or set as '10', whereas the doc
>> page says
>> "Sets the size of the internal page cache, where size is the number of
>> byte-compiled pages to be cached for future use. Default is
>> MaxRequestsPerChild / 5, or 50, if MaxRequestsPerChild is 0."
>>
>> I thought fixing it could be as simple
>> as calling a core function that returns
>> the MaxRequestsPerChild parameter's value,
>> but I haven't found a core function that returns core's parameters values.

Truth be told... I'm not sure if there is really a good fix.  The user
hasn't set the cache size, and the max requests per child isn't set
either, so we just pick a number.  Perhaps in this day and age a
bigger number might be better.

>> Being able to accessing apache's core configuration would help my work in
>> giving a solution to my task about charset specification handling. I've been
>> able to do it in a way I don't like and i this module's and server's default
>> charset definitions.

I don't have much recollection of how to accomplish that unfortunately:-(

-- 
David N. Welton

http://www.welton.it/davidw/

http://www.dedasys.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to