Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Keepalive function - Apache Web Server.

  • 13-12-2005 04:05PM
    #1
    Moderators, Recreation & Hobbies Moderators Posts: 10,912 Mod ✭✭✭✭


    I'm not too sure if this is the correct forum but the Web Hosting section hasn't seen a post in 2 years now :)

    I'm managing a solution for a client which involves a web access for the supervision of his agencies and daily/monthly stats.

    My problem is that it can take up to 2 minutes for some of the SQL queries to be returned and my clients proxy server kills the connection after 50 seconds if my server hasn't replied by then.

    Am I right in thinking that I need to reconfigure Apache server to allow "keep alive" commands and that the guy who runs the proxy also needs to modify something on his side or is it just me that needs to make the modifications? I ask because I was sure that Apache was already setup with KeepAlive on but it doesn't seem to have any affect for the enduser.


Comments

  • Subscribers Posts: 9,716 ✭✭✭CuLT




  • Moderators, Recreation & Hobbies Moderators Posts: 10,912 Mod ✭✭✭✭Ponster


    Actually reading over my post I seem to have confused myself. I'm guessing that after 50 seconds the HTTP proxy is cutting the connection due to inactivity. I believed that the keepalive function in apache would act like a NOOP command in ftp, returning a response to the proxy just to keep the connection open.

    So if I have finally understood correctly my question is now, is there anyway that I can send a command to the proxy server, via apache, to prevent the 50-second timeout?


Advertisement