Connection between fmsedge and apache with http tunneling
I configured my FMS for listening on port 80 and redirect non-FMS requests to apache on port 8080 in the same server machine.
It works well, but I've noticed several tcp connections from fmsedge to apache in Established status (it is simple to see through "netstat -nap | grep 8080" command) that stay forever (until FMS stop or restart).
With a sniffer capture I seen that sometime the fmsedge requests to apache a tcp connection but it (fmsedge) doesn't use this connection. Then the apache server send a syn,ack tcp request and always fmsedge send a dup ack tcp response. So, the connection is active but not used, then apache doesn't close it.
The kind of requests for apache are http get to js or php files.
I don't understand why fmsedge create these connections.
Am I misteking some configuration? Or may be it is a bug of fmsedge? Anybody have the same problem? Anybody can help me?
