--- doc/loncapafiles/loncapafiles.lpml 2002/01/29 10:31:42 1.91
+++ doc/loncapafiles/loncapafiles.lpml 2002/03/03 21:23:38 1.108
@@ -1,7 +1,7 @@
-
+
+
+
+!!! REDHAT 6.2 NOTICE !!!
+!!! Sometimes an incorrect /etc/hosts file is incorrectly generated !!!
+!!! This sometimes happens (bad): !!!
+!!! 127.0.0.1 computer1 localhost.localdomain localhost !!!
+!!! Should be: !!!
+!!! 127.0.0.1 localhost.localdomain localhost !!!
+!!! 35.2.3.80 computer1 computer1.notreal.msu.edu !!!
+
!!!!!!!!! REDHAT 7.* NOTICE !!!!!!!!!!!!!!!!!!!!
!!!!!!!!! LINE IN Cookie.pm !!!!!!!!!!!!!!!!!!!!
@@ -44,18 +54,15 @@ http://www.lon-capa.org/
!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!! The offending line is in CGI/Cookie.pm !!
!!!! !!
-!!!! it went from !!
-!!!! !!
-!!!! !!
-!!!! # IE requires the path and domain to be present for some reason. !!
-!!!! ($path = $ENV{'SCRIPT_NAME'})=~s![^/]+$!! unless $path; !!
-!!!! !!
+!!!! it should be changed from !!
+!!!! $path = CGI::url(-absolute=>1) unless defined $path; !!
!!!! to !!
+!!!! ($path = $ENV{'SCRIPT_NAME'})=~s![^/]+$!! unless $path; !!
!!!! !!
-!!!! !!
+!!!! (This is just below the following line ) !!
!!!! # IE requires the path and domain to be present for some reason. !!
-!!!! $path = CGI::url(-absolute=>1) unless defined $path; !!
+//home/user/loncapa/
@@ -185,11 +192,10 @@ Division of Science and Mathematics Educ
Utilities/SystemLON-CAPA-base-3.1.tar.gzno
- This package facilitates a base installation of LON-CAPA files in their directories.\n
-The files in this package are only those directly associated with the network communication\n
-layer established through direct server-to-server communications (via lond and lonc); plus\n
-those which configure (but otherwise not constitute) external software packages like Apache\n
-and Athena-Kerberos. For more on the LON-CAPA project, visit http://www.lon-capa.org/.
+ This package facilitates a base installation of LON-CAPA \n
+files in their directories.\n
+For more on the LON-CAPA project, visit http://www.lon-capa.org/.
+ echo '***********************************************************************'\n
echo 'LON-CAPA LearningOnline with CAPA'\n
echo 'http://www.lon-capa.org/'\n
@@ -203,10 +209,6 @@ echo 'This installation assumes an insta
echo ' '\n
echo 'The server computer should be currently connected to the ethernet'\n
echo ' '\n
-echo 'The files in this package are only those directly associated with the network communication'\n
-echo 'layer established through direct server-to-server communications (via lond and lonc); plus'\n
-echo 'those which configure (but otherwise not constitute) external software packages like Apache'\n
-echo 'and Athena-Kerberos.'\n
echo '***********************************************************************'\n
@@ -249,50 +251,56 @@ echo '**********************************
+ etc/samba
+ standard
+ configuration directory for samba authentication
+
+
+etc/rc.d/init.d
- etc/init.d
+ etc/init.dstandardscripts that run during system startupetc/rc.d/rc0.d
- etc/rc0.d
+ etc/rc0.dstandardscripts that run for run-level 0etc/rc.d/rc1.d
- etc/rc1.d
+ etc/rc1.dstandardscripts that run for run-level 1etc/rc.d/rc2.d
- etc/rc2.d
+ etc/rc2.dstandardscripts that run for run-level 2etc/rc.d/rc3.d
- etc/rc3.d
+ etc/rc3.dstandardscripts that run for run-level 3etc/rc.d/rc4.d
- etc/rc4.d
+ etc/rc4.dstandardscripts that run for run-level 4etc/rc.d/rc5.d
- etc/rc5.d
+ etc/rc5.dstandardscripts that run for run-level 5etc/rc.d/rc6.d
- etc/rc6.d
+ etc/rc6.dstandardscripts that run for run-level 6
@@ -318,7 +326,7 @@ echo '**********************************
- home/httpd/perl/londchld
+ home/httpd/html/lon-status/londchldserver standard
Used by lond parent to check if children are responding to USR1 signals
@@ -494,6 +502,16 @@ LON-CAPA system.
+ usr/local/bin
+ standard
+ local binary files
+
+
+ usr/local/man/man1
+ standard
+ local manual pages
+
+usr/man/man1standardmanual pages
@@ -578,41 +596,6 @@ MySQL database
-
-etc/httpd/conf/httpd.conf
-static conf
-
-This is the main server configuration file. The settings here are
-more or less standard for the Apache web server. Most notably (and
-importantly!), perl handling and mod_perl are enabled in this configuration
-file.
-
-
-
-
-etc/httpd/conf/srm.conf
-static conf
-
-
-This file configures the "name space" of the Apache web server.
-srm.conf
-defines when specific perl modules should be called to handle a given
-request. This definition is a function of both the name of the perl module,
-and a specific regular expression associated with the URL, such as
-"^/res/.*\.page".
-