We are running suPHP on all of our servers.
So all of our httpd.conf entries for domains contain the following :
However when a user creates a subdomain, or addon domain a new entry gets put in the httpd.conf file it doesn't contain anything relating to suPHP and so when a user comes along to view the subdomain/addon domain in the browser they get an internal server error, and sometimes an error log entry saying :
It also happens when we add a new SSL cert, as that creates a new httpd.conf entry also.
Has anyone else come across this problem?
So all of our httpd.conf entries for domains contain the following :
Code:
<IfModule mod_suphp.c>
suPHP_UserGroup test test
</IfModule>
Code:
[Mon Mar 3 15:55:44 2008] [error] [client 66.249.xx.xx] (2)No such file or directory: No user or group set - set suPHP_UserGroup
Has anyone else come across this problem?