I was just working on a server, recompiling apache, and all of a sudden we started getting premature end of script headers on all sites on the server with php.
When I started looking through the logs I found errors like this:
/home is not owned by "thisuser" (where thisuser is whatever user the script is trying to run for).
in the /etc/httpd/logs/error_log
So I'm assuming this is a mod_suphp issue, so I'm removing that now.
However, has anyone seen this problem before? I mean /home shouldn't be owned by any users right?
When I started looking through the logs I found errors like this:
/home is not owned by "thisuser" (where thisuser is whatever user the script is trying to run for).
in the /etc/httpd/logs/error_log
So I'm assuming this is a mod_suphp issue, so I'm removing that now.
However, has anyone seen this problem before? I mean /home shouldn't be owned by any users right?