[LON-CAPA-cvs] cvs: loncom / access.conf httpd.conf

harris41 lon-capa-cvs@mail.lon-capa.org
Thu, 28 Feb 2002 18:10:37 -0000


harris41		Thu Feb 28 13:10:37 2002 EDT

  Modified files:              
    /loncom	access.conf httpd.conf 
  Log:
  these values are now in loncapa.conf (note that perlsetvar etc is still
  in access.conf to keep everything stable)
  
  
Index: loncom/access.conf
diff -u loncom/access.conf:1.28 loncom/access.conf:1.29
--- loncom/access.conf:1.28	Tue Feb 19 15:23:59 2002
+++ loncom/access.conf	Thu Feb 28 13:10:37 2002
@@ -77,24 +77,6 @@
 Options ExecCGI
 </Directory>
 
-# Allow server status reports, with the URL of http://servername/server-status
-# Change the ".your_domain.com" to match your domain to enable.
-
-<Location /server-status>
-SetHandler server-status
-AuthName "LON-CAPA Network Administration"
-AuthType Basic
-AuthUserFile /home/httpd/lonTabs/htpasswd
-require user lonadm
-</Location>
-
-<Location /lon-status>
-AuthName "LON-CAPA Network Administration"
-AuthType Basic
-AuthUserFile /home/httpd/lonTabs/htpasswd
-require user lonadm
-</Location>
-
 # Allow access to local system documentation from localhost
 Alias /doc /usr/doc
 <Directory /usr/doc>
Index: loncom/httpd.conf
diff -u loncom/httpd.conf:1.3 loncom/httpd.conf:1.4
--- loncom/httpd.conf:1.3	Fri Jan 11 11:43:53 2002
+++ loncom/httpd.conf	Thu Feb 28 13:10:37 2002
@@ -40,13 +40,13 @@
 #  when the value of (unsigned)Group is above 60000; 
 #  don't use Group nobody on these systems!
 
-User www
-Group users
+User nobody
+Group nobody
 
 # ServerAdmin: Your address, where problems with the server should be
 # e-mailed.
 
-ServerAdmin korte@lite.msu.edu
+ServerAdmin root@localhost
 
 # ServerRoot: The directory the server's config, error, and log files
 # are kept in.
@@ -128,7 +128,7 @@
 # Extra Modules
 #LoadModule php_module         modules/mod_php.so
 #LoadModule php3_module        modules/libphp3.so
-LoadModule perl_module        modules/libperl.so
+#LoadModule perl_module        modules/libperl.so
 
 #  Reconstruction of the complete module list from all available modules
 #  (static and shared ones) to achieve correct module execution order.
@@ -174,7 +174,7 @@
 # Extra Modules
 #AddModule mod_php.c
 #AddModule mod_php3.c
-AddModule mod_perl.c
+#AddModule mod_perl.c
 
 
 # The following directives define some format nicknames for use with
@@ -337,6 +337,6 @@
 #TransferLog logs/host.some_domain.com-access_log
 #</VirtualHost>
 
-ExtendedStatus On
+#ExtendedStatus On
 
 Include conf/loncapa.conf