--- loncom/loncapa.conf 2003/05/08 22:08:18 1.8 +++ loncom/loncapa.conf 2004/06/29 15:00:25 1.13 @@ -1,7 +1,7 @@ ## ## loncapa.conf -- Apache HTTP LON-CAPA configuration file ## -## $Id: loncapa.conf,v 1.8 2003/05/08 22:08:18 albertel Exp $ +## $Id: loncapa.conf,v 1.13 2004/06/29 15:00:25 raeburn Exp $ ## # ======================================= Machine Specific / Perl Configuration @@ -20,6 +20,10 @@ PerlSetVar lonRole {[[[[lonRo PerlSetVar lonAdmEMail {[[[[lonAdmEMail]]]]} +# Support E-mail + +PerlSetVar lonSupportEMail {[[[[lonSupportEMail]]]]} + # Default domain PerlSetVar lonDefDomain {[[[[lonDefDomain]]]]} @@ -39,3 +43,23 @@ PerlSetVar lonExpire {[[[[lonEx # Key to issue receipts PerlSetVar lonReceipt {[[[[lonReceipt]]]]} + +# +# The variables below control the behavior of secure lond: +# +# + +# londAllowInsecure allows lond to fall back to insecure connections +# in the event its peer is not yet updated to secure lonc. +# If you are certain all the systems you are communicating with +# are using secure lonc, set it to 0 + +PerlSetVar londAllowInsecure {[[[[londAllowInsecure]]]]} + +# loncAllowInsecure allows lonc to fall back to negotiating an insecure +# connection with lond in the event the peer is not yet a secure lond. +# If you are certain that all systems you are communicating with +# are using secure lond, set it to 0 + +PerlSetVar loncAllowInsecure {[[[[loncAllowInsecure]]]]} +