Aidez moi svp !! [Apache Linux + CGI] - Programmation
Marsh Posté le 14-05-2001 à 15:02:33
salut, voila quand j'essaie de faire executer un CGI par le navigateur j'ai une erreur 500. Donc je regarde le fichier error_log j'ai ceci : "[Mon May 14 13:59:47 2001] [error] [client 15.129.238.135] malformed header from script. Bad header=<HTML>: /www/cgi-bin/login.sh" Quelqu'un saurait-il a quoi ca correspond ? commet y remédier ? (Apache 1.3.9 sous Mandrake 7.0) le début du fichier de script est : #!/bin/sh echo "Content-type : text/html\n" echo "<HTML>" ... ...
Marsh Posté le 19-06-2001 à 04:23:34
t'a essayé cela? #!/bin/sh print "Content-type : text/html\n"; print "<HTML>";
Make sure you enter the(*)required information where indicate.HTML code is not allowed
Marsh Posté le 14-05-2001 à 15:02:33
salut,
voila quand j'essaie de faire executer un CGI par le navigateur j'ai une erreur 500. Donc je regarde le fichier error_log
j'ai ceci :
"[Mon May 14 13:59:47 2001] [error] [client 15.129.238.135] malformed header from script. Bad header=<HTML>: /www/cgi-bin/login.sh"
Quelqu'un saurait-il a quoi ca correspond ? commet y remédier ?
(Apache 1.3.9 sous Mandrake 7.0)
le début du fichier de script est :
#!/bin/sh
echo "Content-type : text/html\n"
echo "<HTML>"
...
...
---------------
"There's not such a thing as a stupid question, only stupid people..."