Hi Leute,
wahrscheinlich bin ich einfach zu doof für ein einfaches CGI-Script aber da ich seid Tagen erfolglos versuche es zu installieren hoffe ich, dass mir hier jemand den Balken vorm Kopf wegnehmen kann.
Also es ist ein Schach-Script und alle zugehörigen Daten hab ich auf den Server hochgeladen und das Script auch im Ascii-Modus.
Die Rechte hab ich mittlerweile aus Verzweiflung schon alle auf 777 gesetzt, aber das hat auch nicht geholfen.
Ich denke, dass ich einen Fehler bei der Eingabe der Urls innerhalb des Scriptes mache, aber ich hab schon alles versucht und komme einfach nicht auf den Fehler.
Ein Ausschnitt aus dem Script:
$URL = 'http://www.berg-treff.de'; # url of your domain
$GRPATH = 'bergtreff/chess'; # path for graphics (from server root)
$CGIPATH = 'cgi-bin'; # path to this script (from server root)
$SCRIPT = 'board.pl'; # name of this script
$DATAPATH = '../bergtreff/chess'; # path to data (relative to this script)
$DATAFNAME = 'board.txt'; # data filename template - must have one '.'
$EMAILPROG = '/usr/sbin/sendmail'; # your mailer program...
# e.g. $EMAILPROG ='/usr/lib/sendmail';
# Note: to DISABLE email notification
# of moves, set $EMAILPROG = '';
$HELPURL = 'http://www.beholder.co.uk/chess/help.html'; # URL to help page
Bei den Einstellungen kommt immer ein Internal Server Error.
Das Scripst selbst ist von http://www.beholder.co.uk/chess/board.html
Vielleicht kennt es jemand oder hat es sogar installiert und kann mir da weiterhelfen.
Mittlerweile hab ich die Angaben auch schon aufgrund eines Tipps folgendermaßen geändert:
$URL = 'http://www.berg-treff.de'; # url of your domain
$GRPATH = '/www/htdocs/kurpanet/bergtreff/chess'; # path for graphics (from server root)
$CGIPATH = '/www/htdocs/kurpanet/cgi-bin'; # path to this script (from server root)
$SCRIPT = 'board.pl'; # name of this script
$DATAPATH = 'http://www.berg-treff.de/bergtreff/chess';, # path to data (relative to this script)
$DATAFNAME = 'board001.txt'; # data filename template - must have one '.'
$EMAILPROG = '/usr/sbin/sendmail'; # your mailer program...
# e.g. $EMAILPROG ='/usr/lib/sendmail';
# Note: to DISABLE email notification
# of moves, set $EMAILPROG = '';
$HELPURL = 'http://www.beholder.co.uk/chess/help.html'; # URL to help page
Das bringt leider aber immer noch den selben Fehler. :-/
Vielen Dank schonmal im vorraus für eure Antworten.
MfG
Giro
wahrscheinlich bin ich einfach zu doof für ein einfaches CGI-Script aber da ich seid Tagen erfolglos versuche es zu installieren hoffe ich, dass mir hier jemand den Balken vorm Kopf wegnehmen kann.
Also es ist ein Schach-Script und alle zugehörigen Daten hab ich auf den Server hochgeladen und das Script auch im Ascii-Modus.
Die Rechte hab ich mittlerweile aus Verzweiflung schon alle auf 777 gesetzt, aber das hat auch nicht geholfen.
Ich denke, dass ich einen Fehler bei der Eingabe der Urls innerhalb des Scriptes mache, aber ich hab schon alles versucht und komme einfach nicht auf den Fehler.
Ein Ausschnitt aus dem Script:
$URL = 'http://www.berg-treff.de'; # url of your domain
$GRPATH = 'bergtreff/chess'; # path for graphics (from server root)
$CGIPATH = 'cgi-bin'; # path to this script (from server root)
$SCRIPT = 'board.pl'; # name of this script
$DATAPATH = '../bergtreff/chess'; # path to data (relative to this script)
$DATAFNAME = 'board.txt'; # data filename template - must have one '.'
$EMAILPROG = '/usr/sbin/sendmail'; # your mailer program...
# e.g. $EMAILPROG ='/usr/lib/sendmail';
# Note: to DISABLE email notification
# of moves, set $EMAILPROG = '';
$HELPURL = 'http://www.beholder.co.uk/chess/help.html'; # URL to help page
Bei den Einstellungen kommt immer ein Internal Server Error.
Das Scripst selbst ist von http://www.beholder.co.uk/chess/board.html
Vielleicht kennt es jemand oder hat es sogar installiert und kann mir da weiterhelfen.
Mittlerweile hab ich die Angaben auch schon aufgrund eines Tipps folgendermaßen geändert:
$URL = 'http://www.berg-treff.de'; # url of your domain
$GRPATH = '/www/htdocs/kurpanet/bergtreff/chess'; # path for graphics (from server root)
$CGIPATH = '/www/htdocs/kurpanet/cgi-bin'; # path to this script (from server root)
$SCRIPT = 'board.pl'; # name of this script
$DATAPATH = 'http://www.berg-treff.de/bergtreff/chess';, # path to data (relative to this script)
$DATAFNAME = 'board001.txt'; # data filename template - must have one '.'
$EMAILPROG = '/usr/sbin/sendmail'; # your mailer program...
# e.g. $EMAILPROG ='/usr/lib/sendmail';
# Note: to DISABLE email notification
# of moves, set $EMAILPROG = '';
$HELPURL = 'http://www.beholder.co.uk/chess/help.html'; # URL to help page
Das bringt leider aber immer noch den selben Fehler. :-/
Vielen Dank schonmal im vorraus für eure Antworten.
MfG
Giro
Kommentar