Internal Error on load php files - CentOS

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,267
463
Hello :)

Please review the Apache error log (/usr/local/apache/logs/error_log) to determine the exact cause of the internal server error message. You can post the output (of the specific error, not the entire log) here for review.

Thank you.
 

GuttoSP

Registered
Jan 2, 2014
3
0
1
cPanel Access Level
DataCenter Provider
Log content:

Code:
[Thu Jan 02 15:29:23 2014] [error] [client 111.222.333.444] File does not exist: /home/user/public_html/sys_cpanel, referer: http://mysite.com/phpinfo.php
[Thu Jan 02 15:29:24 2014] [error] [client 111.222.333.444] SoftException in Application.cpp:357: UID of script "/home/user/public_html/phpinfo.php" is smaller than min_uid, referer: http://mysite.com/
[Thu Jan 02 15:29:24 2014] [error] [client 111.222.333.444] Premature end of script headers: phpinfo.php, referer: http://mysite.com/
[Thu Jan 02 15:29:24 2014] [error] [client 111.222.333.444] File does not exist: /home/user/public_html/sys_cpanel, referer: http://mysite.com/phpinfo.php
[Thu Jan 02 15:29:54 2014] [notice] caught SIGTERM, shutting down
[Thu Jan 02 15:31:37 2014] [notice] suEXEC mechanism enabled (wrapper: /usr/local/apache/bin/suexec)
[Thu Jan 02 15:31:37 2014] [notice] Apache/2.2.26 (Unix) mod_ssl/2.2.26 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 configured -- resuming normal operations
[Thu Jan 02 15:44:28 2014] [error] [client 111.222.333.444] SoftException in Application.cpp:357: UID of script "/home/user/public_html/phpinfo.php" is smaller than min_uid, referer: http://mysite.com/
[Thu Jan 02 15:44:28 2014] [error] [client 111.222.333.444] Premature end of script headers: phpinfo.php, referer: http://mysite.com/
[Thu Jan 02 15:44:28 2014] [error] [client 111.222.333.444] File does not exist: /home/user/public_html/sys_cpanel, referer: http://mysite.com/phpinfo.php
 

GuttoSP

Registered
Jan 2, 2014
3
0
1
cPanel Access Level
DataCenter Provider
The error was simple. Was trying to access files created by root, with users who lacked permission. Sufficed connect via ftp with user resale only, NOT the root, upload the files to the server and it worked perfectly.

Tnk's
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,267
463
For anyone else experiencing a similar error, the requirements for suPHP are listed at:

suPHP Considerations

Thank you.