Mi problema es el siguiente.
1.- Intento instalar un script de noticias:
http://www.newsscript.co.uk/
2.- He subido los archivos a mi carpeta "public_html/cgi-bin" y he configurado tal como me indican en las instrucciones.
3.- Cuando voy al navegador y coloco la direccion de mi sitio web me da un 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.
Qué puedo hacer?
- Cabe resaltar que la ruta a PERL en mi servidor es:
- Código: Seleccionar todo
/usr/bin/perl
Y en el archivo de configuración, yo tengo lo siguiente:
- Código: Seleccionar todo
my $script_name = 'http://www.alojese.com/cgi-bin/newsscript.pl';
my $databasefile = "/usr/bin/perl/news.txt";
my $image_dir = "../images/";
my $image_url = "http://www.alojese.com/images";
my $html_template = "/usr/bin/perl/headlines.htm";
my $record_template = "/usr/bin/perl/news.htm";
my $idField = "ID";
my $admin_mode = 'admin';
my $select_image = 1;
my $hspace = 9;
my $vspace = 2;
my $Username = 'admin';
my $Password = 'contrasena';
my $news_up = 1;
Como puedo solucionar este problema?
Agradeceria su ayuda.