Re: How to check the existence of a http-only secure cookie

2013-03-11 Thread kalpesh.pa...@glgroup.com
http-only and secure are directives intended for browser. If the browser doesn't detect HTTP proto for http-only setting and SSL for secure setting then browser will drop the cookie and will never make it to the web server. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,236394,237245#m

Re: Want to access UNIX environment variable

2013-03-11 Thread kalpesh.pa...@glgroup.com
Left out the fact make file is used to create the link. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,236654,237243#msg-237243 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Want to access UNIX environment variable

2013-03-11 Thread kalpesh.pa...@glgroup.com
Late to contribute as well but wanted to mention that we reference a single include in the main config that gets linked to the actual file at the deployment time only. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,236654,237242#msg-237242 __

Subtle differences of restart

2013-03-11 Thread kalpesh.pa...@glgroup.com
Hello all: I had a few subtle question on NGINX operation and in particular are of reseading configuration : -- Assuming NGINX processes are running and the configuration is syntacaly valid, what it the difference when '.../nginx -s reload' is executed versus 'kill -HUP ' is executed? Is ther any