> Does the CGI run properly if you try to execute it from
> the command line?
>
Yes
O.k. 1 Server is Solaris 2.5.1 alone sistem operative
and other server (the problems) instaled NIS+, Solarnet
SunNet Manager and work nfs :), and one alias the server
is docencia.dgsca.unam.mx
> Try finding the minimal CGI necessary to give the error
> and send me a copy of it to look at.
>
>
O.k. one program welcome.pl,
http://halebopp.dgsca.unam.mx/cgi-bin/welcome.pl
ans yes RUN
http://machupicchu.dgsca.unam.mx/cgi-bin/welcome.pl
OR
http://docencia.dgsca.unam.mx/cgi-bin/welcome.pl
and not RUn...
CODE THE PROGRAM:
welcome.pl
******************************CUT HERE**********************************
#!/usr/bin/perl
print "Content-type: text/html", "\n\n";
print "<HTML>", "\n";
print "<HEAD><TITLE> Acerca del Servidor de Docencia </TITLE></HEAD>",
"\n";
print "<BODY><H1> Abaut this Server </H2>", "\n";
print "<H2> Estas Ingresando al Servidor:</H1>", "\n";
print "<HR><PRE>";
print "Server Name: ", $ENV{'SERVER_NAME'}, "<BR>", "\n";
print "Nombre del Servidor: ", $ENV{'SERVER_NAME'}, "<BR>", "\n";
print "<HR></PRE>", "\n";
print "</BODY></HTML>", "\n";
exit (0);
******************************CUT HERE**********************************
NOTE: Im install Apache in my server
(the problems) and yes run .. im after install NIS+ and
the problems begin, the problems the cgi :(
NOTE2: the problem persist
Thanks :) Renteria