[LON-CAPA-cvs] cvs: loncom / loncapa_apache.conf

harris41 lon-capa-cvs@mail.lon-capa.org
Fri, 05 Jul 2002 18:41:26 -0000


harris41		Fri Jul  5 14:41:26 2002 EDT

  Modified files:              
    /loncom	loncapa_apache.conf 
  Log:
  fixing documentation errors, .meta handler error, and reinserting
  ScriptAlias
  
  
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.7 loncom/loncapa_apache.conf:1.8
--- loncom/loncapa_apache.conf:1.7	Fri Jul  5 12:12:31 2002
+++ loncom/loncapa_apache.conf	Fri Jul  5 14:41:26 2002
@@ -1,7 +1,7 @@
 ##
 ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
 ##
-## $Id: loncapa_apache.conf,v 1.7 2002/07/05 16:12:31 bowersj2 Exp $
+## $Id: loncapa_apache.conf,v 1.8 2002/07/05 18:41:26 harris41 Exp $
 ##
 ## 1/11/2002 - Scott Harrison
 ## 2/19/2002 - Scott Harrison
@@ -12,7 +12,7 @@
 #
 # LON-CAPA Section (extensions to httpd.conf daemon configuration)
 #
-# ======================================================================== User
+# ================================================================ DocumentRoot
 
 DocumentRoot "/home/httpd/html"
 
@@ -37,6 +37,7 @@
 # ===================================================================== Aliases
 
 Alias /prtspool/ /home/httpd/prtspool/
+ScriptAlias /cgi-bin/ "/home/httpd/cgi-bin/"
 
 # ================================================================= Directories
 
@@ -121,7 +122,7 @@
 PerlHandler Apache::lonsequence
 </LocationMatch>
 
-<LocationMatch "^/res/.*\.meta$>
+<LocationMatch "^/(res|\~).*\.meta$>
 SetHandler perl-script
 PerlHandler Apache::lonmeta
 </LocationMatch>
@@ -582,7 +583,7 @@
 # -----------------------------------------------------------------------------
 
 
-# ================================================== Initiate mod_perl starting
+# ====================================== Include machine-specific configuration
 
 Include conf/loncapa.conf