On 14 May 2012 15:58, Johan Brinch <brinchj@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@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@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
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx