Daily Archives: April 12, 2013


Error Apache PHP Suexec FastCGI session_start open O_RDWR Permission Denied

Note to self: Fix this Error in Apache PHP Suexec FastCGI session_start open O_RDWR Permission Denied Warning: session_start(): open(path-to-tmp-dir, O_RDWR) failed: Permission denied(13) The solution was simple, but in most of my PHP scripts it didn’t even show this error. The fix: Go to your /var/tmp directory. (or wherever you […]