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 <
rashmisrinivasan2...@gmail.com> 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 <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