logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache Slow
Author
linkzda



Joined: 29 Jul 2014
Posts: 1
Location: Mexico

PostPosted: Tue 29 Jul '14 20:26    Post subject: Apache Slow Reply with quote

Hi there,

    I have installed Apache/2.4.4 (Win32) PHP/5.4.15 on my server.

    The problem I have is that when sending the request to (ex. http://localhost/mipagina.php) server takes up to 40-50 seconds to respond.

    When this happens, I have to re-give "Enter" or "F5" and then responds fast (less than 1 second). Does not always happen, but if it is recurrent.

    For a moment I suspected that I was the sqlsrv driver to use to connect to MSSQL but did a test with the time () from the first line to the last and responds in less than 1 second (when he has the incidence of 40 seconds)

    I hope I can support with any suggestions for tuning apache or some tool to monitor it.
Back to top
Xing
Moderator


Joined: 26 Oct 2005
Posts: 49

PostPosted: Wed 30 Jul '14 10:46    Post subject: Reply with quote

Slow traffic can be due AcceptFilter settings, you can try:

AcceptFilter http none
AcceptFilter https none
Back to top


Reply to topic   Topic: Apache Slow View previous topic :: View next topic
Post new topic   Forum Index -> Apache