Activity Stream
48,167 MEMBERS
6780 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 1 of 2 12 LastLast
Results 1 to 10 of 17
  1.     
    #1
    Member

    Default 500 Internal Server error

    Hi, i get the following error

    Code: 
    [Mon Feb 06 17:51:38 2012] [error]  File does not exist: /home/prordp/public_html/500.shtml
    [Mon Feb 06 17:53:09 2012] [error]  suexec failure: could not open log file
    [Mon Feb 06 17:53:09 2012] [error]  fopen: Permission denied
    [Mon Feb 06 17:53:09 2012] [error]  Premature end of script headers: install.cgi
    [Mon Feb 06 17:53:09 2012] [error] File does not exist: /home/prordp/public_html/500.shtml
    [Mon Feb 06 17:53:12 2012] [error]  suexec failure: could not open log file
    [Mon Feb 06 17:53:12 2012] [error]  fopen: Permission denied
    [Mon Feb 06 17:53:12 2012] [error]  Premature end of script headers: install.cgi
    [Mon Feb 06 17:53:12 2012] [error]  File does not exist: /home/prordp/public_html/500.shtml
    It happens when i open a script. (.../install.cgi)
    The script has the right chmod 0755.

    Has anyone an idea how to solve that?

    Perlversion : 5.14.2
    ecuri Reviewed by ecuri on . 500 Internal Server error Hi, i get the following error File does not exist: /home/prordp/public_html/500.shtml suexec failure: could not open log file fopen: Permission denied Premature end of script headers: install.cgi File does not exist: /home/prordp/public_html/500.shtml suexec failure: could not open log file fopen: Permission denied Premature end of script headers: install.cgi Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    Elite.SO Defendos.com Motionite.com
    Well, if you would't Google this you will find your answer.

    Defendos BETA3 Released! Thread - Official Website

  4.     
    #3
    Member
    he is asking for help he know about google lol

  5.     
    #4
    Member
    help him guys any one know i had also this problem and some one help me i do not know about it

  6.     
    #5
    Respected Member
    How are you running the script? Is the owner the same as user or is it owner?

    Have you checked the script to see if this error is a real file or just an suexec error?

  7.     
    #6
    Member
    I run it via a Browser so by http.

    Seems to be a general problem with the sheban.
    I uploaded a test.cgi with following inside it:
    Code: 
    #!/usr/bin/perl
    
    print "Content-type: text/html\n\n";
    print "<html><head>";
    print "<title>CGI Test</title>";
    print "</head>";
    print "<body><h1>I just wrote a web page using Perl!</h1>";
    print "</body></html>";
    Tested it with #!/usr/bin/perl and #!/usr/local/bin/perl . Both didnt worked. Started telnet with
    Code: 
     which perl
    and the answer is /usr/local/bin/perl
    Quite strange isnt it ?

    How do i look up which user is the owner of the script?

  8.     
    #7
    Banned
    Website's:
    xsl.tel xsltel.com
    hello,
    looks like you suexec is not able to create log file.

    just try to disable suexec and see if that will work .

    Code: 
    mv /usr/sbin/suexec /usr/sbin/suexec.bak
    and restart apache

    Highest Regards
    Mohammed H

  9.     
    #8
    Member
    Get this

    Code: 
    root@ns1 [~]# whereis suexec
    suexec:
    root@ns1 [~]# mv /usr/sbin/suexec /usr/sbin/suexec.bak
    mv: cannot stat `/usr/sbin/suexec': No such file or directory

  10.     
    #9
    Banned
    Website's:
    xsl.tel xsltel.com
    try to use find to find suexec binary .

    find / -name "suexec"

  11.     
    #10
    Member
    Got this
    Code: 
     mv /usr/local/apache/bin/suexec /usr/local/apache/bin/suexec.bak 
    
    
    root@ns1 [~]# /sbin/service httpd restart
    Warning: SuexecUserGroup directive requires SUEXEC wrapper.
    Warning: SuexecUserGroup directive requires SUEXEC wrapper.
    Warning: SuexecUserGroup directive requires SUEXEC wrapper.
    Warning: SuexecUserGroup directive requires SUEXEC wrapper.

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. 500 Internal server error
    By agentofheart in forum Server Management
    Replies: 13
    Last Post: 28th Jan 2012, 10:32 PM
  2. HTTP Error 500 (Internal Server Error):
    By joshmoore in forum Technical Help Desk Support
    Replies: 4
    Last Post: 25th Nov 2011, 03:59 AM
  3. Internal Server Error (WH)
    By madnessken in forum vBulletin
    Replies: 15
    Last Post: 9th Aug 2010, 09:55 PM
  4. Internal Server Error Help ?
    By Crossy in forum phpBB
    Replies: 15
    Last Post: 5th Feb 2010, 07:40 PM
  5. 500 Internal Server Error
    By WarezMania in forum vBulletin
    Replies: 10
    Last Post: 3rd Dec 2009, 09:05 PM

Tags for this Thread

BE SOCIAL