[system] / branches / gage_dev / webwork2 / conf / webwork.apache-config.dist Repository:
ViewVC logotype

Log of /branches/gage_dev/webwork2/conf/webwork.apache-config.dist

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 6660 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 30 20:31:02 2010 UTC (2 years, 4 months ago) by gage
File length: 6621 byte(s)
Diff to previous 6299
updating comments learned from old hosted2


Revision 6299 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 22 14:46:58 2010 UTC (2 years, 11 months ago) by gage
File length: 6504 byte(s)
Diff to previous 5771
test development branch

Revision 5771 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 25 03:48:43 2008 UTC (4 years, 10 months ago) by gage
Original Path: trunk/webwork2/conf/webwork.apache-config.dist
File length: 6504 byte(s)
Diff to previous 5758
forward port of changes to rel-2-4-5

Revision 5758 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 24 22:54:04 2008 UTC (4 years, 10 months ago) by gage
Original Path: trunk/webwork2/conf/webwork.apache-config.dist
File length: 6504 byte(s)
Diff to previous 5680
forward port of changes in rel-2-4-5

Revision 5680 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 24 02:25:43 2008 UTC (5 years ago) by gage
Original Path: trunk/webwork2/conf/webwork.apache-config.dist
File length: 4762 byte(s)
Diff to previous 5319
Inserted commented out code that, when uncommented, will enable the WebworkSOAP interface
that communicates with Moodle.

Revision 5319 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 13 22:59:59 2007 UTC (5 years, 9 months ago) by sh002i
Original Path: trunk/webwork2/conf/webwork.apache-config.dist
File length: 3790 byte(s)
Diff to previous 5296
updated copyright dates

Revision 5296 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 10 16:06:13 2007 UTC (5 years, 9 months ago) by sh002i
Original Path: trunk/webwork2/conf/webwork.apache-config.dist
File length: 3875 byte(s)
Diff to previous 5277
i feel like i've done this several times already, but ok...

Revision 5277 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 10 01:02:17 2007 UTC (5 years, 9 months ago) by sh002i
Original Path: trunk/webwork2/conf/webwork.apache-config.dist
File length: 3864 byte(s)
Diff to previous 5217
APACHE CONFIG CHANGES -- rolling back to previous config method :P

Revision 5217 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 24 17:47:54 2007 UTC (5 years, 10 months ago) by sh002i
Original Path: trunk/webwork2/conf/webwork.apache-config.dist
File length: 5171 byte(s)
Diff to previous 5098
define all 7 seed vars here, don't load a $ce, rename pg_dir to
webwork_pg_dir, fix "Allow from all" issue, use "SetHandler None" in
static locations regardless of value of webwork_url.

Revision 5098 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 30 14:37:58 2007 UTC (5 years, 10 months ago) by gage
Original Path: trunk/webwork2/conf/webwork.apache-config.dist
File length: 5478 byte(s)
Diff to previous 4888
replaced typo of  qw/allow all/  with correct value "allow all"

Revision 4888 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 15 23:57:11 2007 UTC (6 years, 2 months ago) by sh002i
Original Path: trunk/webwork2/conf/webwork.apache-config.dist
File length: 5479 byte(s)
Diff to previous 4491
support for Apache::WeBWorK on the server root -- resolves bug #1150.

Revision 4491 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 13 23:40:26 2006 UTC (6 years, 8 months ago) by sh002i
Original Path: trunk/webwork2/conf/webwork.apache-config.dist
File length: 5322 byte(s)
Diff to previous 4437
precompile many modules at server start time. this allows more compiled
code (parse trees, bytecode, etc.) to be shared among child processes,
and speeds child start time, since that compilation has already been
done in the master process.

you may want to turn this off for development, since it makes the server
take a really long time to start.

Revision 4437 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 1 17:41:24 2006 UTC (6 years, 8 months ago) by sh002i
Original Path: trunk/webwork2/conf/webwork.apache-config.dist
File length: 5250 byte(s)
Diff to previous 4335
webwork2 and pg dirs are in /opt/webwork by default now

Revision 4335 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 3 16:28:48 2006 UTC (6 years, 9 months ago) by sh002i
Original Path: trunk/webwork2/conf/webwork.apache-config.dist
File length: 5242 byte(s)
Diff to previous 4077
clean up webservice access, add my WeBWorK::RPC module,use PerlModule
lines rather than eval "use ..."; die $@ if $@;

also comment out $ENV{WEBWORK_ROOT} by default -- it's only necessary if
webservice modules are being used

Revision 4077 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 16 21:12:01 2006 UTC (7 years ago) by sh002i
Original Path: trunk/webwork2/conf/webwork.apache-config.dist
File length: 5351 byte(s)
Diff to previous 3973
housekeeping

Revision 3973 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 25 23:13:56 2006 UTC (7 years, 3 months ago) by sh002i
Original Path: trunk/webwork2/conf/webwork.apache-config.dist
File length: 5350 byte(s)
Diff to previous 3664
forward-port from rel-2-2-dev: (update copyright date range -- 2000-2006.
this is probably overkill, since there are some files that were created
after 2000 and some files that were last modified before 2006.)

Revision 3664 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 28 23:24:15 2005 UTC (7 years, 7 months ago) by gage
Original Path: trunk/webwork2/conf/webwork.apache-config.dist
File length: 5358 byte(s)
Diff to previous 3452
Formatting change for readability

Revision 3452 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 4 21:35:19 2005 UTC (7 years, 9 months ago) by sh002i
Original Path: trunk/webwork2/conf/webwork.apache-config.dist
File length: 5004 byte(s)
Diff to previous 3254
cosmetic changes, disable experimental components by default.

Revision 3254 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 2 16:37:11 2005 UTC (7 years, 11 months ago) by gage
Original Path: trunk/webwork2/conf/webwork.apache-config.dist
File length: 5186 byte(s)
Diff to previous 3229
Allows connection of WeBWorK with Moodle via SOAP.   This
feature is still under development.

Revision 3229 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 19 01:07:29 2005 UTC (8 years ago) by gage
Original Path: trunk/webwork2/conf/webwork.apache-config.dist
File length: 4628 byte(s)
Diff to previous 3087
Add a stub to allow SOAP access to webservice

Revision 3087 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 11 22:46:29 2005 UTC (8 years, 4 months ago) by gage
Original Path: trunk/webwork2/conf/webwork.apache-config.dist
File length: 4246 byte(s)
Diff to previous 3070
Fixing an error in defining $ENV{WEBWORK_ROOT}.  Now it points to the
generic '/opt/webwork2'

Revision 3070 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 28 04:59:52 2004 UTC (8 years, 4 months ago) by gage
Original Path: trunk/webwork2/conf/webwork.apache-config.dist
File length: 4269 byte(s)
Diff to previous 2516
Modifications that allow the XMLRPC modules to function.

Revision 2516 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 16 00:59:14 2004 UTC (8 years, 10 months ago) by sh002i
Original Path: trunk/webwork2/conf/webwork.apache-config.dist
File length: 3623 byte(s)
Diff to previous 2515
set default paths to /opt/{webwork2,pg}

Revision 2515 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 15 21:22:42 2004 UTC (8 years, 10 months ago) by sh002i
Original Path: trunk/webwork2/conf/webwork.apache-config.dist
File length: 3636 byte(s)
Diff to previous 2497
YET ANOTHER CONFIG CHANGE -- PLEASE READ.

This chagne allows command-line scripts to continue to work without
defining a bunch of environment variables. Hopefully this will be the
last change...

Now only $webwork_dir is set in webwork.apache-config. That file then
uses this value to read the course environment and get the rest of the
configuration values that it needs out of global.conf. global.conf now
has variables like $webwork_url, $pg_dir, etc. at the top.

In summary:

* In httpd.conf, include webwork.apache-config.
* In webwork.apache-config set $webwork_dir to the path to webwork2.
* In global.conf, set $webwork_url, $pg_dir, $webwork_htdocs_url,
  $webwork_htdocs_dir, $webwork_courses_url, and $webwork_courses_dir.

Revision 2497 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 12 04:16:14 2004 UTC (8 years, 10 months ago) by sh002i
Original Path: trunk/webwork2/conf/webwork.apache-config.dist
File length: 3740 byte(s)
Diff to previous 2491
change name of htpasswd file to .htpasswd (as is typical).

Revision 2491 - (view) (download) (annotate) - [select for diffs]
Added Mon Jul 12 02:30:32 2004 UTC (8 years, 10 months ago) by sh002i
Original Path: trunk/webwork2/conf/webwork.apache-config.dist
File length: 3733 byte(s)
MORE CONFIG CHANGES -- PLEASE READ.

I've changed the way WeBWorK is configured yet again. The Apache
configuration for WeBWorK is now done with <Perl> sections. This solves
the problem of "seeding" global.conf with initial values for the various
root directories and base URLs. it also eliminates redundancy in the
Apache configuration file itself.

The Apache configuration for WeBWorK is now contained in the file
conf/webwork.apache-config. This file is used both for normal systems,
where WeBWorK is integrated into the main Apache server, and development
systems, where each developer runs his or her own Apache server.

Inside webwork.apache-config, seven configuation variables are set:

     $webwork_url            The base URL handled by Apache::WeBWorK.
     $webwork_dir            The path to the base webwork2 directory.
     $pg_dir                 The path to the base pg directory.

     $webwork_htdocs_url     The base URL of the WeBWorK htdocs directory.
     $webwork_htdocs_dir     The path to the WeBWorK htdocs directory.

     $webwork_courses_url    The base URL of the WeBWorK courses directory.
     $webwork_courses_dir    The path to the WeBWorK courses directory.

These variables are used to configure the <Location>, Alias, AliasMatch,
and <Directory> directives necessary for WeBWorK operation.
$webwork_root and $pg_root are also used in "use lib" lines to add the
WeBWorK and PG lib directories to @INC.

Additionally, the above values are shared with WeBWorK via the
%WeBWorK::SeedCE hash. WeBWorK.pm passes the contents of this hash
(along with a value for "courseName") to CourseEnvironment.pm when
initializing the course environment. In turn, CourseEnvironment.pm seeds
the course environment namespace with these variables before evaluating
global.conf and course.conf.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9