CVS log for loncom/rewrites/loncapa_rewrite_off.conf

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Aug 24 21:25:25 2023 UTC (7 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, HEAD
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +2 -0 lines
- Support image preview in Daxe pop-up window in case where mod_ssl is
  enabled, but rewrites from https to https are disabled, and browser
  does not accept server's Apache/SSL certificate (e.g., self-signed or
  expired).

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Dec 27 20:11:42 2018 UTC (5 years, 3 months ago) by raeburn
Branches: MAIN
CVS tags: 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
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1 lines
- For servers using Apache/SSL where External Resource points at http:// URL
  or syllabus is configured to use an external http:// URL, query string for
  links contains usehttp=1, unless server has Strict-Transport-Security set
  for Apache with max-age > 0.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jul 10 06:01:27 2018 UTC (5 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +0 -4 lines
- Eliminate jsMath (MathJax used instead).
- Rewrite rule no longer needed for external tools with http URLs launch
  in iframe (lonwrapper.pm ensures launch in tab instead).

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Feb 18 23:39:19 2017 UTC (7 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +1 -0 lines
- Append ?usehttp=1 to link to syllabus where LON-CAPA syllabus is configured
  to use external http:// URL, but LON-CAPA server uses https:// to avoid
  mixed active content issue (see also bug 6662).
- Preview of external http:// URL displayed in separate pop-up window
  instead of in modal window on https:// server.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Jan 26 14:30:30 2016 UTC (8 years, 2 months ago) by raeburn
Branches: MAIN
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +2 -0 lines
- Bug 6754. Make LON-CAPA an LTI Tool Consumer (LTI 1.1). Work in progress.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jan 7 20:03:32 2014 UTC (10 years, 2 months ago) by raeburn
Branches: MAIN
CVS tags: 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
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +2 -0 lines
- Bug 6662.
  - jsMath files need to be served using the same protocol as the page
    using them (i.e., http for external resources pointing at http://
    and syllabus pages).

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Dec 28 03:16:13 2013 UTC (10 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +2 -0 lines
- Related to bug 6662.
  - Always serve syllabus from non-SSL (i.e., http).
  - Syllabus can be set to point at an external URL, in which case the
    external web page is loaded in an iframe. If the remote URL is
    http://, the syllabus needs to be served from port 80, if the
    LON-CAPA server hosting the session has Apache/SSL (otherwise Firefox
    will block loading of the content in the iframe, by default).
 -  In addition to committed changes in LON-CAPA modules, an appropriate
    RewriteRule is also needed for <VirtualHost _default_:443> (e.g.,
    in /etc/httpd/conf.d/ssl.conf on the LON-CAPA server. (see:
    http://bugs.loncapa.org/show_bug.cgi?id=6662).

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Sep 7 19:58:04 2013 UTC (10 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +4 -0 lines
- Bug 6662
  - External Resource items in which the remote URL is http:// need to be
    served from port 80, if the LON-CAPA server hosting the session has
    Apache/SSL.

 -  In addition to committed changes in LON-CAPA modules, an appropriate
    RewriteRule is also needed for <VirtualHost _default_:443> (e.g.,
    in /etc/httpd/conf.d/ssl.conf on the LON-CAPA server. (see:
    http://bugs.loncapa.org/show_bug.cgi?id=6662).

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu May 26 01:05:44 2011 UTC (12 years, 10 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_0_RC1, version_2_10_X, version_2_10_1, version_2_10_0, loncapaMITrelate_1, language_hyphenation_merge, language_hyphenation, BZ4492-merge, BZ4492-feature_horizontal_radioresponse
- Bug 5925.
- Support for rewriting of http:// to https:// for external web requests
  if mod_ssl and mod_rewrite enabled.  Default is: Rewrite off.

- webserver.piml
  - Update description to accommodate additional distros.
  - Error message generated if Apache config file is missing tailored to
    distro.
  - Compare LON-CAPA config file to rewrite: http:// -> https:// with
    default files (rewrite Off and rewrite On); report if neither matches.

- loncapafiles.lpml
  - Only need /etc/httpd/conf directory for CentOS/Red Hat/SL/Fedora
  - Default files for rewrites Off and rewrites On in loncom/rewrites

- loncapa_apache.conf
  - Include conf/loncapa_rewrite.conf  to support rewrite.

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>