CaptainPanick Posted December 11, 2006 Share Posted December 11, 2006 Hi guys,I'm trying to use the KeepAlive option for my Apache 2 server. On my Windows machine it works fine but I can't get persistant HTTP connections to work properly on my new Ubuntu Server (LAMP) installation.I have discovered that HTTP/1.1 requests are logged as HTTP/1.0 requests and this is most probably the reason KeepAlive doesn't work. However, I can't figure out why this is happening. I use an app I developed and perform an HTTP/1.1 GET request over TCP/IP to the Apache 2 server, but then Apache logs it as a HTTP/1.0 request. I'm busy pulling my hair out since I can't figure out where this change is happening. I don't have any BrowserMatch flags which would downgrade the HTTP protocol to 1.0.I've also made sure the KeepAlive is On and that the timeouts are set correctly. Here are my settings:KeepAlive OnMaxKeepAliveRequests 250KeepAliveTimeout 15Is there anything else which would force HTTP/1.1 requests to HTTP/1.0? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.