Azurel
Silver Pleskian
I see in my session database its growing up very high (3x-4x as usual). In my MRTG stats I see normal connections. I use this command for:
And get this result:
Its normal that the server have a value of >3000?
I think the last value is the total sum of all connections.
My Apache config is this:
Can anybody help me her?
List all the unique IP addresses of the node that are sending SYN_REC connection status.netstat -n -p | grep SYN_REC | awk '{print $5}' | awk -F: '{print $1}'
And get this result:
13 xx.xx.xx.xx
13 xx.xx.xx.xx
13 xx.xx.xx.xx
14 xx.xx.xx.xx
15 xx.xx.xx.xx
17 xx.xx.xx.xx
18 xx.xx.xx.xx
29 2a02
31 2003
226 127.0.0.1
3134 SERVER-IP
4297
Its normal that the server have a value of >3000?
I think the last value is the total sum of all connections.
My Apache config is this:
<IfModule prefork.c>
StartServers 8
MinSpareServers 5
MaxSpareServers 20
ServerLimit 1000
MaxClients 1000
MaxRequestsPerChild 4000
</IfModule>
Can anybody help me her?