Re: nginx reload, stop error

2014-11-25 Thread Maxim Dounin
Hello! On Mon, Nov 24, 2014 at 01:25:21PM -0500, xning9 wrote: > I have two problems : Upgrading mysql and configurating my custom 404.html > page. Please don't hijack unrelated threads. Thank you. -- Maxim Dounin http://nginx.org/ ___ nginx mailin

Re: nginx reload, stop error

2014-11-24 Thread xning9
I have two problems : Upgrading mysql and configurating my custom 404.html page. I wanted to install an admin page, but need to the consistency of mysql and php version, so I wanted upgrade mysql as the same version as PHP, and I had the following result: Nginx failure and impossible to use port

Re: nginx reload, stop error

2014-07-21 Thread Maxim Dounin
Hello! On Fri, Jul 18, 2014 at 11:32:38PM +0100, Matthew Ngaha wrote: > Hey, when I run './nginx -s reload' or './nginx -s stop' i get this: > > nginx: [error] open() "/usr/local/nginx-1.4.3/logs/nginx.pid" failed > (2: No such file or directory) > > Any ideas why it's trying to open thi

Re: nginx reload, stop error

2014-07-18 Thread Robert Paprocki
Where have you configured your pid file? Are you using a custom build, or a distributed package? On 07/18/2014 03:32 PM, Matthew Ngaha wrote: > Hey, when I run './nginx -s reload' or './nginx -s stop' i get this: > > nginx: [error] open() "/usr/local/nginx-1.4.3/logs/nginx.pid" failed > (2

nginx reload, stop error

2014-07-18 Thread Matthew Ngaha
Hey, when I run './nginx -s reload' or './nginx -s stop' i get this: nginx: [error] open() "/usr/local/nginx-1.4.3/logs/nginx.pid" failed (2: No such file or directory) Any ideas why it's trying to open this file that doesn't exist? ___ nginx ma