Re: "[emerg]: bind() to 0.0.0.0:80" and relation between 'logs' directory and 'pid' direction

2015-05-28 Thread addictofnginx
I've found the reason. My init script that is found on /etc/init.d/nginx. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,259208,259211#msg-259211 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

"[emerg]: bind() to 0.0.0.0:80" and relation between 'logs' directory and 'pid' direction

2015-05-27 Thread addictofnginx
Hello, I had compiled my Nginx using '.configure', 'make' and 'make install' commands. nginx.pid file occurs on 'logs' directory as default. If I change set 'pid' directive (e.g. pid sbin/nginx.pid) on my nginx.conf file then I cannot restart Nginx and I get following message at second restart se