jonn
Verified User
I haven't used this nginx/apache combo before in DA, I need to ask if its normal for nginx to start with 600MB then climbs to 1.65GB to 1.8GB then back to 1.65GB, nothing is hammering the server at all. Is nginx caching this amount? Server isn't breaking a sweet, just got me thinking why so high.
I did however notice an odd entry in nginx/error_log every time mod_security blocks a connection this appears.
I would think that these entries are just due to connection blocked by mod security for the ip and that's all it is. But what about the high nginx ram is that normal or even to idle at 600MB, I thought it would be around 150mb - 250mb maybe then climb as needed but climb to 1.65GB 1.75GB seems a little high.
---
I did however notice an odd entry in nginx/error_log every time mod_security blocks a connection this appears.
Code:
2016/01/01 01:19:57 [emerg] 19480#0: invalid port in "|IP|:|PORT_80|" of the "listen" directive in /etc/nginx/nginx-vhosts.conf:2
2016/01/01 01:19:59 [emerg] 19760#0: invalid port in "|IP|:|PORT_80|" of the "listen" directive in /etc/nginx/nginx-vhosts.conf:2
2016/01/01 01:19:59 [emerg] 19763#0: invalid port in "|IP|:|PORT_80|" of the "listen" directive in /etc/nginx/nginx-vhosts.conf:2
2016/01/01 01:19:59 [emerg] 19766#0: invalid port in "|IP|:|PORT_80|" of the "listen" directive in /etc/nginx/nginx-vhosts.conf:2
2016/01/01 01:19:59 [emerg] 19780#0: invalid port in "|IP|:|PORT_80|" of the "listen" directive in /etc/nginx/nginx-vhosts.conf:2
2016/01/01 01:20:01 [emerg] 20876#0: invalid port in "|IP|:|PORT_80|" of the "listen" directive in /etc/nginx/nginx-vhosts.conf:2
2016/01/01 01:20:02 [emerg] 21179#0: invalid port in "|IP|:|PORT_80|" of the "listen" directive in /etc/nginx/nginx-vhosts.conf:2
2016/01/01 01:20:07 [emerg] 22516#0: invalid port in "|IP|:|PORT_80|" of the "listen" directive in /etc/nginx/nginx-vhosts.conf:2
2016/01/01 01:20:13 [emerg] 22733#0: invalid port in "|IP|:|PORT_80|" of the "listen" directive in /etc/nginx/nginx-vhosts.conf:2
I would think that these entries are just due to connection blocked by mod security for the ip and that's all it is. But what about the high nginx ram is that normal or even to idle at 600MB, I thought it would be around 150mb - 250mb maybe then climb as needed but climb to 1.65GB 1.75GB seems a little high.
---