CVS log for loncom/configuration/Configuration.pm

[BACK] Up to [LON-CAPA] / loncom / configuration

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Aug 30 20:19:35 2007 UTC (16 years, 7 months ago) by albertel
Branches: MAIN
CVS tags: version_2_9_X, version_2_9_99_0, version_2_9_1, version_2_9_0, version_2_8_X, version_2_8_99_1, version_2_8_99_0, version_2_8_2, version_2_8_1, version_2_8_0, version_2_7_X, version_2_7_99_1, version_2_7_99_0, version_2_7_1, version_2_7_0, version_2_6_X, version_2_6_99_1, version_2_6_99_0, version_2_6_3, version_2_6_2, version_2_6_1, version_2_6_0, version_2_5_99_1, version_2_5_99_0, version_2_12_X, version_2_11_X, version_2_11_4_uiuc, version_2_11_4_msu, version_2_11_4, version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3, version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2, version_2_11_1, version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0_RC1, version_2_11_0, version_2_10_X, version_2_10_1, version_2_10_0_RC2, version_2_10_0_RC1, version_2_10_0, loncapaMITrelate_1, language_hyphenation_merge, language_hyphenation, bz6209-base, bz6209, bz5969, bz2851, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE, HEAD, GCI_3, GCI_2, GCI_1, BZ5971-printing-apage, BZ5434-fox, BZ4492-merge, BZ4492-feature_horizontal_radioresponse, BZ4492-feature_Support_horizontal_radioresponse, BZ4492-Support_horizontal_radioresponse
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +26 -12 lines
- support having override PerlSetVar set in loncapa_apache_local*.conf

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Sep 15 20:49:27 2006 UTC (17 years, 7 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_5_X, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_X, version_2_4_99_0, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_X, version_2_3_99_0, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_X, version_2_2_99_1, version_2_2_99_0, version_2_2_2
Diff to previous 1.12: preferred, colored
Changes since revision 1.12: +17 -6 lines
Allow configuration files to be read in SLES10 when files are located in /etc/apache2.  lonnet now reads in from loncapa.conf and loncapa_apache.conf using Configuration::read_conf().

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Apr 1 15:26:04 2004 UTC (20 years ago) by albertel
Branches: MAIN
CVS tags: version_2_2_1, version_2_2_0, version_2_1_X, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0, version_2_1_3, version_2_1_2, version_2_1_1, version_2_1_0, version_2_0_X, version_2_0_99_1, version_2_0_2, version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2, version_1_99_1_tmcc, version_1_99_1, version_1_99_0_tmcc, version_1_99_0, version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0, version_1_2_X, version_1_2_99_1, version_1_2_99_0, version_1_2_1, version_1_2_0, version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, version_1_1_99_1, version_1_1_99_0
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +10 -14 lines
- style police

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Jul 22 19:21:10 2003 UTC (20 years, 9 months ago) by matthew
Branches: MAIN
CVS tags: version_1_1_X, version_1_1_3, version_1_1_2, version_1_1_1, version_1_1_0, version_1_0_99_3, version_1_0_99_2, version_1_0_99_1, version_1_0_99, version_1_0_3, version_1_0_2, version_1_0_1, version_1_0_0, version_0_99_5, version_0_99_4
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
Fix @list[0] nonsense to keep perl from warning me about it.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Apr 12 02:45:31 2003 UTC (21 years ago) by foxr
Branches: MAIN
CVS tags: version_0_99_3, version_0_99_2, version_0_99_1, version_0_99_0, conference_2003
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +20 -16 lines
In read_hosts: detect and ignore 'malformed' lines that fit the following
descriptions:
-  # as first non-whitespace character (comment).
-  Too few elements to make a valid host def (probably blank line).

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Apr 9 00:52:37 2003 UTC (21 years ago) by foxr
Branches: MAIN
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +79 -3 lines
Added ability to parse the hosts.tab file including added stuff for the
adaptively connecting lonc.  See sub read_hosts(file).  Returns a
reference to a hash that is stocked with references to arrays containing
the configuration parameters for each host... question for all?
Should the hash contain references to hashes so the parameters can be
looked up by name rather than array index? What's preferred?

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Feb 3 18:03:52 2003 UTC (21 years, 2 months ago) by harris41
Branches: MAIN
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +2 -5 lines
best wishes to all.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Sep 9 13:57:37 2002 UTC (21 years, 7 months ago) by harris41
Branches: MAIN
CVS tags: version_0_6_2, version_0_6
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +22 -13 lines
fixing documentation and general beautification

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri May 17 14:03:04 2002 UTC (21 years, 11 months ago) by matthew
Branches: MAIN
CVS tags: version_0_5_1, version_0_5, version_0_4, stable_2002_july, STABLE
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +3 -10 lines
Replaced access.conf with loncapa_apache.conf.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu May 16 17:24:06 2002 UTC (21 years, 11 months ago) by harris41
Branches: MAIN
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
always always always read values out of loncapa_apache.conf

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu May 16 00:00:16 2002 UTC (21 years, 11 months ago) by harris41
Branches: MAIN
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +8 -7 lines
fixing line lengths

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat May 4 02:58:37 2002 UTC (21 years, 11 months ago) by harris41
Branches: MAIN
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
directory should be here

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat May 4 00:03:29 2002 UTC (21 years, 11 months ago) by harris41
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
refining the error message with the specific filename
being processed

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri May 3 23:57:19 2002 UTC (21 years, 11 months ago) by harris41
Branches: MAIN
Relating to BUG 129
Modularizing the reading of PerlSetVar from configuration files.

This is expected to become part of the following scripts:

lonc
loncron
lond
lonsql
test_weblayer.pl
loncaparestoreconfigurations
make_domain_coordinator.pl
make_rpm.pl
postinstall.pl.... duplicate functionality as doc/loncapafiles/updatequery.piml
updatequery.piml
sqltest.pl ... read access.conf
clusterstatus.pl
metadata_keywords.pl
ping.pl
loncontrol
lonnet.c
lonnet.pm
searchcat.pl

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>