--- loncom/loncapa_apache.conf 2004/01/13 19:43:42 1.68 +++ loncom/loncapa_apache.conf 2004/01/15 01:43:43 1.70 @@ -1,7 +1,7 @@ ## ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file ## -## $Id: loncapa_apache.conf,v 1.68 2004/01/13 19:43:42 www Exp $ +## $Id: loncapa_apache.conf,v 1.70 2004/01/15 01:43:43 www Exp $ ## # @@ -246,6 +246,14 @@ ErrorDocument 403 /adm/login ErrorDocument 500 /adm/errorhandler + +PerlAccessHandler Apache::lonacc +SetHandler perl-script +PerlHandler Apache::imagechoice +ErrorDocument 403 /adm/login +ErrorDocument 500 /adm/errorhandler + + PerlAccessHandler Apache::lonacc SetHandler perl-script @@ -821,6 +829,8 @@ PerlSetVar lonBrowsDet netscape:m PerlSetVar lonTextBrowsers opera:windows\s+ce:lynx PerlSetVar lonScansDir /home/httpd/scantron PerlSetVar lonScriptTimeout 10 +PerlSetVar BugzillaHost http://bugs.lon-capa.org/ +PerlSetVar FAQHost http://help.lon-capa.org/ # ----------------------------------------------------------------------------- # NOTE: lonSqlAccess key is the password for the MySQL user # www@localhost. This value must always be "localhostkey".