File:  [LON-CAPA] / loncom / cgi / lonversions.pl
Revision 1.2: download - view: text, annotated - select for diffs
Mon Feb 18 23:23:23 2002 UTC (22 years, 3 months ago) by www
Branches: MAIN
CVS tags: version_1_0_3, version_1_0_2, version_1_0_1, version_1_0_0, version_0_99_5, version_0_99_4, version_0_99_3, version_0_99_2, version_0_99_1, version_0_99_0, version_0_6_2, version_0_6, version_0_5_1, version_0_5, version_0_4, stable_2002_july, stable_2002_april, conference_2003, STABLE, HEAD
No need to be patient

#!/usr/bin/perl
$|=1;
# The LearningOnline Network with CAPA
# Versions
# (Running loncron
# 09/06/01 Gerd Kortemeyer)
# 02/18/02 Gerd Kortemeyer
#
print "Content-type: text/html\n\n".
      "<html><body bgcolor=#FFFFFF><h1>Handler Versions</h1>".
      "<pre>\n";
open (DFH,
"grep '\$Id' /home/httpd/perl/* /home/httpd/lib/perl/Apache/*.pm /home/httpd/html/res/adm/includes/* /home/httpd/html/res/adm/pages/*|");
while ($line=<DFH>) { 
   print "$line"; 
}
close(DFH);
print "</pre></body></html>";

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>
500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.