diff --git a/cookbook/fastcgi-nginx.md b/cookbook/fastcgi-nginx.md index e3f13c49..396daec2 100644 --- a/cookbook/fastcgi-nginx.md +++ b/cookbook/fastcgi-nginx.md @@ -116,4 +116,17 @@ To reload your configuration: And to stop: - /path/to/nginx/sbin/nginx -s stop \ No newline at end of file + /path/to/nginx/sbin/nginx -s stop + + +## NOTES + +### problem child exited with 2 + +solution: insert `#!/usr/bin/env python` into header of main.py + +### problem spawn-fcgi child exited with 126 + +solution: `chmod +x main.py` + +