Disable default error_log?

Jonathan Matthews contact at jpluscplusm.com
Tue May 15 11:51:56 UTC 2012


On 14 May 2012 15:58, Johan Brinch <brinchj at gmail.com> wrote:
> I can try downgrading and see if it changes anything or not.

Since nginx is a single binary, I suggest you might be able to extract
the binary from the old package and have both on the system in
parallel. This would let you give us the output from 2 versioned runs.
Kind of like

<pre>
user at austin:~$ nginx-1.1.18 -g "blah"
nginx: [alert] could not open error log file: open()
"/var/log/nginx/error.log" failed (13: Permission denied)
2012/05/15 12:48:49 [emerg] 25887#0: unexpected end of parameter,
expecting ";" in command line
user at austin:~$ nginx-1.1.17 -g "blah"
[... nginx is running fine ]
</pre>

With some -V invocations in there to show the compile-time settings, too.

HTH,
Jonathan
-- 
Jonathan Matthews
Oxford, London, UK
http://www.jpluscplusm.com/contact.html



More information about the nginx mailing list