<div dir="ltr">The configuration file used to start the server is the same been used to stop it?<div>If you start as <br>nginx -c /some/confi/file.conf<br>and stop asĀ </div><div>nginx -c /some/confi/file.conf -s stop<br></div>

<div>it should work.</div><div><br></div><div>If you are only doing<br></div><div>nginx -s stop<br>it will use default configuration that point to another pid file</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">

On Fri, Aug 1, 2014 at 12:11 PM, Mapper Uno <span dir="ltr"><<a href="mailto:lists@ruby-forum.com" target="_blank">lists@ruby-forum.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi,<br>
<br>
I have added pid directive to nginx config.<br>
<br>
Pid /home/ubuntu/ngx.pid<br>
<br>
Nginx -t -c (conf) also succeeds.<br>
<br>
However when I run nginx, and later try to stop it with nginx -s stop, I<br>
get following error:<br>
<br>
Open failed (2 No such file or directory,<br>
/home/ubuntu/install/nginx/logs/nginx.pid<br>
<br>
Please note that nginx is installed under /home/ubuntu/install<br>
<br>
Is any other directive missing ?<br>
<br>
Thanks in advance<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Posted via <a href="http://www.ruby-forum.com/" target="_blank">http://www.ruby-forum.com/</a>.<br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</font></span></blockquote></div><br></div>