Hi,
This is my mpm conf:
<IfModule mpm_event_module>
ServerLimit 80
StartServers 3
MinSpareThreads 75
MaxSpareThreads 250
ThreadsPerChild 25
MaxRequestWorkers 2000
MaxConnectionsPerChild 0
</IfModule>
The issue occurs even upon increasing the serverlimit and MaxRequestWorkers.
Access log has the following status:
[22/Sep/2016:20:17:21 +0530] "GET /cgi-bin/script.cgi HTTP/1.0" 200 16
Please check and let me know.
Thanks ,
RS
On Thu, Sep 22, 2016 at 8:34 PM, Rashmi Srinivasan <
[email protected]> wrote:
>
> This is my mpm conf:
>
> <IfModule mpm_event_module>
> ServerLimit 80
> StartServers 3
> MinSpareThreads 75
> MaxSpareThreads 250
> ThreadsPerChild 25
> MaxRequestWorkers 2000
> MaxConnectionsPerChild 0
> </IfModule>
>
> The issue occurs
>
> Access log has the status:
>
>
> On Thu, Sep 22, 2016 at 3:47 PM, Yann Ylavic <[email protected]> wrote:
>
>> On Thu, Sep 22, 2016 at 8:57 AM, Rashmi Srinivasan
>> <[email protected]> wrote:
>> >
>> > Benchmarking x.x.x.x (be patient)
>> > Completed 8000 requests
>> > apr_socket_recv: Connection timed out (110)
>> > Total of 8972 requests completed
>>
>> This can be related to some limits reached on the server side (cgi
>> connection/execution time, MaxRequestWorkers, ...).
>> Any error message in httpd?
>>
>> Regards,
>> Yann.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>>
>