diff -Naur nginx-0.3.56/src/http/ngx_http_script.c nginx-0.3.56.1/src/http/ngx_http_script.c --- nginx-0.3.56/src/http/ngx_http_script.c 2006-08-01 15:34:40.000000000 +0300 +++ nginx-0.3.56.1/src/http/ngx_http_script.c 2006-08-05 03:06:03.000000000 +0300 @@ -967,6 +967,7 @@ goto false; case ngx_http_script_file_not_plain: case ngx_http_script_file_not_dir: + case ngx_http_script_file_not_exists: case ngx_http_script_file_not_exec: goto true; }