Hello,
I changed (had to) the owner and group of the public_html folder (recursively) to account:nobody and now I am getting a 500 Internal Server Error.
PHP runs under nobody:nobody as suphp
Old Settings
plublic_html folder: account:nobody
Rest of the files and folder under it was account:account
New Settings
The public_html folder and all the files and folders under it is account:nobody
This is the error I am getting in my error log:
What to do now?
Thanks
I changed (had to) the owner and group of the public_html folder (recursively) to account:nobody and now I am getting a 500 Internal Server Error.
PHP runs under nobody:nobody as suphp
Old Settings
plublic_html folder: account:nobody
Rest of the files and folder under it was account:account
New Settings
The public_html folder and all the files and folders under it is account:nobody
This is the error I am getting in my error log:
Code:
[Thu Nov 08 00:53:27 2012] [error] [client 69.171.224.112] SoftException in Application.cpp:431: Mismatch between target GID (501) and GID (99) of file "/home/account/public_html/vbseo.php"
Thanks