Beiträge von tholie

    Vielleicht noch eine Testdatei ?
    Die lade ich mit Fireftp hoch >> vergebe die Rechte >> und dann mal schauen :(
    /bin-cgi
    Oder
    /httpdocs/bin-cgi
    ?

    Notepad++

    Ich gebe es auf.
    Ich habe auch die Test-ausgabe probiert. (Den Shebang natürlich belassen). Immer Fehler.
    Wäre noch die Frage, ob ich irgendwann mal was gelöscht habe .....????.
    Kann ich meinen Account wieder auf den Auslieferungszustand setzen?
    Gibts da was?

    Guten Morgen Christian,
    leider nicht.
    Internal Server Error
    The server encountered an internal error or
    misconfiguration and was unable to complete
    your request.

    Please contact the server administrator,
    tholiebrb@web.de and inform them of the time the error occurred,
    and anything you might have done that may have
    caused the error.

    More information about this error may be available
    in the server error log.

    Additionally, a 404 Not Found
    error was encountered while trying to use an ErrorDocument to handle the request.

    Apache Server at tholiebrb.de Port 80
    Rechte habe ich geändert auf 744
    [Blockierte Grafik: http://tholiebrb.de/cgi1.jpg
    </address>

    Fehler:
    Internal Server Error
    The server encountered an internal error or
    misconfiguration and was unable to complete
    your request.

    Please contact the server administrator,
    tholiebrb@web.de and inform them of the time the error occurred,
    and anything you might have done that may have
    caused the error.

    More information about this error may be available
    in the server error log.

    Additionally, a 404 Not Found
    error was encountered while trying to use an ErrorDocument to handle the request.

    Apache Server at tholiebrb.de Port 80


    Mit Endung cgi gleiche Meldung




    </address>

    Hallo an Alle.
    Mein erster Beitrag im Forum. Neuling im Berreich Hosting und Linux.
    Mein Problem:
    Ich wollte ein Perl scipt testen:


    #!/usr/bin/env perl
    use strict;
    use warnings;


    print <<END;
    Content-type: text/html


    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <html><head><title>Test-Ausgabe</title></head><body>
    <h1>Hurra, es klappt!</h1>
    </body></html>
    END


    Beim speichern unter /root
    Fehler:
    Not Found
    The requested URL /new1.pl was not found on this server.
    Additionally, a 404 Not Found
    error was encountered while trying to use an ErrorDocument to handle the request.
    Apache Server at tholiebrb.de Port 80


    Speichern unter /httpdocs
    keine Fehlermeldung aber auch keine Ausgabe


    Der Ordner cgi-bin enthält nur einen Testordner.
    Müsste hier nicht das Apachemodul sein? Oder unter /bin Pear ?

     [Blockierte Grafik: http://tholiebrb.de/cgi.jpg]
    I


    ch hoffe ich habe es nicht zu Laienhaft beschrieben