[LON-CAPA-cvs] cvs: loncom / loncapa_apache.conf
banghart
lon-capa-cvs-allow@mail.lon-capa.org
Fri, 20 Apr 2007 21:11:05 -0000
banghart Fri Apr 20 17:11:05 2007 EDT
Modified files:
/loncom loncapa_apache.conf
Log:
Add PerlSetVar for lonZipDir (output of multidownload.pl).
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.165 loncom/loncapa_apache.conf:1.166
--- loncom/loncapa_apache.conf:1.165 Tue Mar 27 20:12:48 2007
+++ loncom/loncapa_apache.conf Fri Apr 20 17:11:03 2007
@@ -1,7 +1,7 @@
##
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-## $Id: loncapa_apache.conf,v 1.165 2007/03/28 00:12:48 albertel Exp $
+## $Id: loncapa_apache.conf,v 1.166 2007/04/20 21:11:03 banghart Exp $
##
#
@@ -1371,7 +1371,9 @@
PerlSetVar lonDocRoot /home/httpd/html
PerlSetVar lonPrtDir /home/httpd/prtspool
PerlSetVar lonIncludes /home/httpd/html/res/adm/includes
-# & sepeareted list of : seperated fileds inorder of
+PerlSetVar lonZipDir /home/httpd/zipspool
+
+# & separated list of : separated fields in order of
# - internal name to call it,
# - regexp that it should match (done case-insensitively)
# - regexp that is should not match (done case-insensitively)