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 <ylavic....@gmail.com> wrote:

> On Thu, Sep 22, 2016 at 8:57 AM, Rashmi Srinivasan
> <rashmisrinivasan2...@gmail.com> 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: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>

Reply via email to