Ver Mensaje Individual
  #1 (permalink)  
Antiguo 01/03/2007, 10:31
xaxo
 
Fecha de Ingreso: marzo-2007
Mensajes: 4
Antigüedad: 17 años, 2 meses
Puntos: 0
Ayuda con CGI básico, no consigo ejecutar y he leido foro

Tengo una web con 3iX

Mi problema es el siguiente:

intento ejecutar mi script SENCILLISIMO:

#!/usr/bin/perl
print "Content-type: text/html\n\n";

print "Bienvenidos a mi script, si vemos este mensaje es porque funciona todo perfecto";


y no hay manera de ejecutarlo, siempre que accedo a esta URL

micastellon com/cgi-bin/hola.cgi

obtengo el error:

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] 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.


--------------------------------------------------------------------------------




y mi proveedor web (3iX) me indica estos datos:
Path to PERL /usr/bin/perl
Path to sendmail /usr/sbin/sendmail


no se como narices ejecutar los CGI!!!!

por favor ayuda