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: TCP connections getting restarted(Apache 2.4.6-x86 server)
Author
mishravik



Joined: 25 Oct 2013
Posts: 3

PostPosted: Tue 29 Oct '13 15:16    Post subject: TCP connections getting restarted(Apache 2.4.6-x86 server) Reply with quote

Webserver is restarted all TCP connections randomly. we are not able to get any error into errorlog file.

Webserver close all TCP connection and start created new TCP connection for new request.

AcceptFilter http none
AcceptFilter https none

Also, conf file is saying that
Defaults Values are:
EnableMMAP On
EnableSendfile Off

Not sure what's wrong with server.

We have installed "Apache 2.4.6-x86 server" on Win 2008 R2 Standard server (64-Bit).

Also, we are using mod_jk module for connecting to tomcat server "tomcat-connectors-1.2.37-windows-i386-httpd-2.4.x.zip".


Last edited by mishravik on Tue 29 Oct '13 16:27; edited 1 time in total
Back to top
Squirre1



Joined: 13 Mar 2006
Posts: 8

PostPosted: Tue 29 Oct '13 15:51    Post subject: Reply with quote

I THINK I am having the same or similar issue as you... Out of the middle of no-where, my apache 2.4.6 will just stop responding to connections...

I can see the traffic coming in, I can see that httpd.exe is receiving the traffic, but it just does absolutely nothing... I dont see it hitting any of log files or virtual hosts.

So the browser keeps spinning like it is waiting for a response from the web server...

I am running the exact same config as you, minus the mod_jk module.

Apache 2.4.6 on 2k8R2
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Tue 29 Oct '13 20:19    Post subject: Reply with quote

either of you finding anything in the event viewer?
Back to top
jraute



Joined: 13 Sep 2013
Posts: 188
Location: Rheinland, Germany

PostPosted: Tue 29 Oct '13 23:55    Post subject: Reply with quote

What about deactivating EnableMMAP?

See documentation:
"At Multi-Core Systems Memory-Mapping can reduce the performance of httpd"

please look also here:
http://www.apachelounge.com/viewtopic.php?t=2454
Back to top
mishravik



Joined: 25 Oct 2013
Posts: 3

PostPosted: Wed 30 Oct '13 12:17    Post subject: Reply with quote

We are able to resolve this issue after updating of Web Application Firewall (WAF).
Back to top


Reply to topic   Topic: TCP connections getting restarted(Apache 2.4.6-x86 server) View previous topic :: View next topic
Post new topic   Forum Index -> Apache