I'm using godaddy CentOS, Cpanle, suphp with easyapache and when i try to hit my php page i get 500 error and following lines in Apache log:
[Fri Apr 20 04:23:48 2012] [error] [client 182.178.175.241] SoftException in Application.cpp:422: Mismatch between target UID (99) and UID (502) of file "/home/user/public_html/phpinfo.php"
[Fri Apr 20 04:23:48 2012] [error] [client 182.178.175.241] Premature end of script headers: phpinfo.php
[Fri Apr 20 04:23:48 2012] [error] [client 182.178.175.241] File does not exist: /home/user/public_html/500.shtml
I feel that issue is with permission but i font know from where this target user is coming (nobody use of uid 99) and where should i set those permissions. I tried setting phpinfo but no success. can any 1 please help me.