Re: error.log file doesn't log "404 File Not Found" errors

2013-07-04 Thread Jonathan Matthews
On 3 July 2013 23:27, BSD Kazakhstan wrote: > My error.log doesn't show any request/log based on .php requests, > i.e. when I type /test.php (file doesn't exist), error.log doesn't show > anything regarding it. > Shouldn't nginx log this request inside error.log as 404 Not Found? No. 404s are log

error.log file doesn't log "404 File Not Found" errors

2013-07-03 Thread BSD Kazakhstan
My error.log doesn't show any request/log based on .php requests, i.e. when I type /test.php (file doesn't exist), error.log doesn't show anything regarding it. Shouldn't nginx log this request inside error.log as 404 Not Found? Nginx run with php-fpm and everything works ok with php. Any idea? ___