--- loncom/loncapa_apache.conf 2007/03/01 18:04:27 1.163 +++ loncom/loncapa_apache.conf 2007/04/20 21:11:03 1.166 @@ -1,7 +1,7 @@ ## ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file ## -## $Id: loncapa_apache.conf,v 1.163 2007/03/01 18:04:27 raeburn Exp $ +## $Id: loncapa_apache.conf,v 1.166 2007/04/20 21:11:03 banghart Exp $ ## # @@ -1190,6 +1190,12 @@ PerlHandler Apache::resetpw ErrorDocument 500 /adm/errorhandler + +SetHandler perl-script +PerlHandler Apache::londns +ErrorDocument 500 /adm/errorhandler + + # ------------------------------------------------- Backdoor Adm Tests/Programs @@ -1361,10 +1367,13 @@ PerlSetVar londPort 5663 PerlSetVar lonSysEMail korte@lite.msu.edu PerlSetVar lonDaemons /home/httpd/perl PerlSetVar lonSockDir /home/httpd/sockets +PerlSetVar lonSockCreate /home/httpd/sockets/common 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)