Difference between revisions of "Changes in webwork.apache-config.dist from Release 2.4.5 to 2.4.7"

From WeBWorK_wiki
Jump to navigation Jump to search
(New page: No changes to <code>webwork.apache-config.dist</code> from Release 2.4.5 to 2.4.7 The following changes were made to <code>webwork.apache2-config.dist</code> in release 2.4.7: A segment ...)
 
m (marked as historical, added tags)
 
Line 1: Line 1:
  +
{{Historical}}
  +
 
No changes to <code>webwork.apache-config.dist</code> from Release 2.4.5 to 2.4.7
 
No changes to <code>webwork.apache-config.dist</code> from Release 2.4.5 to 2.4.7
   
Line 14: Line 16:
 
#
 
#
 
# ScriptAliasMatch /webwork2_course_files/([^/]*)/show-source.cgi/(.*) /opt/webwork/courses/$1/html/show-source.cgi/$2
 
# ScriptAliasMatch /webwork2_course_files/([^/]*)/show-source.cgi/(.*) /opt/webwork/courses/$1/html/show-source.cgi/$2
  +
  +
  +
[[Category:Release_Notes]]

Latest revision as of 20:49, 16 June 2021

This article has been retained as a historical document. It is not up-to-date and the formatting may be lacking. Use the information herein with caution.

No changes to webwork.apache-config.dist from Release 2.4.5 to 2.4.7

The following changes were made to webwork.apache2-config.dist in release 2.4.7:

A segment including ScriptAliasMatch was added to this file. The corresponding segment was already in webwork.apache-config.dist.

# Uncomment the ScriptAliasMatch to allow access to show-source.cgi
# This allows the "show source" button to work for demonstration "courses"
# See for example Davide Cervone's Knoxville lectures on math objects
# It requires that a show-source.cgi script be customized and placed in 
# the myCourse/html  directory of the course
# The "show source" button is most useful for webwork "courses" used to train new authors
# It is not desirable to expose the code of regular homework questions to students
#
# ScriptAliasMatch /webwork2_course_files/([^/]*)/show-source.cgi/(.*) /opt/webwork/courses/$1/html/show-source.cgi/$2