Diff for /loncom/startup.pl between versions 1.4 and 1.21

version 1.4, 2001/10/03 13:35:34 version 1.21, 2005/06/29 03:55:49
Line 1 Line 1
 #!/usr/bin/perl  #!/usr/bin/perl
   
 use Apache();  BEGIN {
       eval "use Apache::compat();";
       eval "use Apache();";
   };
 use lib '/home/httpd/lib/perl';  use lib '/home/httpd/lib/perl';
 #use lib '/usr/lib/perl5/site_perl/5.005/';  #use lib '/usr/lib/perl5/site_perl/5.005/';
 #use lib '/usr/lib/perl5/site_perl/5.005/i386-linux/';  use lib '/usr/lib/perl5/site_perl/5.6.0/i386-linux/';
 use Apache::Constants qw(:common :http :methods);  use Apache::Constants qw(:common :http :methods);
 use CGI::Cookie();  use CGI::Cookie();
 use CGI qw(-compile :standard);  use CGI qw(-compile standard);
 use HTTP::Headers();  use HTTP::Headers();
 use Apache::File();  use Apache::File();
 use Crypt::DES();  use Crypt::DES();
Line 14  use DBI(); Line 17  use DBI();
 use Fcntl qw(:flock);  use Fcntl qw(:flock);
 use File::Copy();  use File::Copy();
 use GDBM_File();  use GDBM_File();
   use HTML::LCParser();
 use HTML::TokeParser();  use HTML::TokeParser();
 use HTML::TreeBuilder();  use HTML::TreeBuilder();
   use HTML::Entities();
 use IO::Socket();  use IO::Socket();
 use LWP::UserAgent();  use LWP::UserAgent();
 use Math::Cephes qw(:trigs :hypers :bessels erf erfc);  use Math::Cephes();
 use Math::Random qw(:all);  use Math::Random();
 use Opcode();  use Opcode();
 use POSIX qw(strftime);  use POSIX qw(strftime);
 use Safe();  use Safe();
Line 34  use Apache::lonparmset(); Line 39  use Apache::lonparmset();
 use Apache::lonauth();  use Apache::lonauth();
 use Apache::caparesponse();  use Apache::caparesponse();
 use Apache::lonstatistics();  use Apache::lonstatistics();
 use Apache::lonchart();  use Apache::grades();
   use Apache::lonpublisher();
   use Apache::radiobuttonresponse();
   use Apache::optionresponse();
   use Apache::imageresponse();
   use Apache::essayresponse();
   use Apache::externalresponse();
   use Apache::lonnavmaps();
   use Apache::lontexconvert();
   use Apache::randomlylabel();
   use Apache::loncommon();
   use Apache::lonquickgrades();
   use Apache::lonaboutme();
   use Apache::lonannounce();
   use Apache::lonbulletin();
   use Apache::londropadd();
   use Apache::lonerrorhandler();
   use Apache::lonevaluate();
   use Apache::lonfeedback();
   use Apache::lonhelp();
   use Apache::lonindexer();
   use Apache::lonlogin();
   use Apache::lonlogout();
   use Apache::lonmenu();
   use Apache::lonmeta();
   use Apache::lonpageflip();
   use Apache::lonpage();
   use Apache::lonpreferences();
   use Apache::lonprintout();
   use Apache::lonsubmissiontimeanalysis();
   use Apache::lonstudentsubmissions();
   use Apache::lonproblemanalysis();
   use Apache::lonproblemstatistics();
   use Apache::lonroles();
   use Apache::lontrans();
   use Apache::hint();
   use Apache::inputtags();
   use Apache::lonambiguous();
   use Apache::lonchat();
   use Apache::lonchatfetch();
   use Apache::loncommunicate();
   use Apache::loncoursedata();
   use Apache::loncreatecourse();
   use Apache::londefdef();
   use Apache::londocs();
   use Apache::lonhtmlcommon();
   use Apache::lonmsg();
   use Apache::lonmysql();
   use Apache::lonpercentage();
   use Apache::lonpickstudent();
   use Apache::lonplot();
   use Apache::lonsearchcat();
   use Apache::lonsequence();
   use Apache::lonsimplepage();
   use Apache::lonspreadsheet();
   use Apache::Spreadsheet();
   use Apache::classcalc();
   use Apache::studentcalc();
   use Apache::assesscalc();
   use Apache::lonstudentassessment();
   use Apache::lonsyllabus();
   use Apache::lontokacc();
   use Apache::lonunauthorized();
   use Apache::lonupload();
   use Apache::lonuploadedacc();
   use Apache::lonwrapper();
   use Apache::admannotations();
   use Apache::admbookmarks();
   use Apache::style();
   use Apache::lontex();
   use Apache::matchresponse();
   use Apache::outputtags();
   use Apache::randomlabel();
   use Apache::rankresponse();
   use Apache::response();
   use Apache::run();
   use Apache::scripttag();
   use Apache::structuretags();
   use Apache::portfolio();
   use Apache::bridgetask();
   # can't include this one due to the way it does it's BEGIN
   use Apache::loncreateuser();
 1;  1;
   __END__
   

Removed from v.1.4  
changed lines
  Added in v.1.21


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.