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]
>
>