File:
[LON-CAPA] /
loncom /
serverhomeIDs.tab
Revision
1.1:
download - view:
text,
annotated -
select for diffs
Tue Jul 20 02:42:27 2010 UTC (14 years, 3 months ago) by
raeburn
Branches:
MAIN
CVS tags:
version_2_12_X,
version_2_11_X,
version_2_11_5_msu,
version_2_11_5,
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,
HEAD,
BZ4492-merge,
BZ4492-feature_horizontal_radioresponse,
BZ4492-feature_Support_horizontal_radioresponse,
BZ4492-Support_horizontal_radioresponse
- Control hosting of user sessions.
- To accommodate multi-domain library servers, use internet domain names (e.g., msu.edu)
instead of LON-CAPA domains in interface DC uses to set options for session hosting.
- Provide mechanism to retrieve lonHostID for a hostname, so we can tell which
domain determines session hosting config for external users on a multi-domain
machine.
- New routines in lonnet.pm:
&get_server_homeID() -- gets lonHostID for a hostname
&internet_dom() -- gets internet domain name for a LON-CAPA Host ID
&get_internet_names() -- gets internet domain names for all domains
for a server given one of the LC host IDs for the server.
- New file in /home/httpd/lonTabs:
- serverhomeIDs.tab (populated by loncron). : paired hostname:lonHostID
- New subroutine in loncron: &write_serverhomeIDs() -- populates serverhomeIDs.tab
- New subroutine in lond: &server_homeID_handler() -- returns LON-CAPA Host ID of server
- New scalar in lond: $clienthomedom -- set to domain of LON-CAPA Host ID of client
- New subroutine in domainprefs.pm: &build_location_hashes()
-- used to set up options for session hosting as internet domain names
- where two names (e.g., msu.edu, loncapa.org) are controlled by the same
institution these will receive a single checkbox.