Internal Server Error

staff

Verified User
Joined
Sep 19, 2007
Messages
114
Location
France
hello when I want to go on my page I have this error

Internal Server Error

Code:
[Tue Sep 21 17:05:30 2010] [error] [client 127.0.0.1] SoftException in Application.cpp:350: UID of script "/var/www/html/redirect.php" is smaller than min_uid, referer: http://clients.performant-heberg.com/home/
[Tue Sep 21 17:05:30 2010] [error] [client 127.0.0.1] Premature end of script headers: redirect.php, referer: http://clients.performant-heberg.com/home/
[Tue Sep 21 17:05:30 2010] [error] [client 127.0.0.1] File does not exist: /home/admin/domains/performant-heberg.com/public_html/clients/500.shtml, referer: http://clients.performant-heberg.com/home/

help me please :(
 
What do you mean by my page?

Application.cpp refers to a c++ program; are you referring to a page on your DirectAdmin control panel? It doesn't look like it, so are you running something else in c++ on a website?

redirect.php should not be running by anyone else but a user (or apache if run through a website using mod_php.

500.shtml may not exist; it's just an error page.

Jeff
 
I know this thread is a little dated, but I was trying to figure out the same issue for a client of mine with his perl scripts. After racking my brain for the last hour trying to determine what is wrong with the server, one of my techs came up with the idea that the user was uploading the perl and cgi files as AUTO/BINARY in his FTP program instead of ASCII. The customer changed his settings and the errors went away.
 
Back
Top