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

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

Parent Directory Parent Directory


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

Revision 6543 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 21 00:18:35 2010 UTC (2 years, 6 months ago) by gage
File length: 8618 byte(s)
Diff to previous 6510
updates merged from Trunk


Revision 6510 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 11 16:17:58 2010 UTC (2 years, 7 months ago) by gage
File length: 8438 byte(s)
Diff to previous 6485
add changes from trunk


Revision 6485 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 4 02:57:20 2010 UTC (2 years, 7 months ago) by gage
File length: 7646 byte(s)
Diff to previous 6480
more changes to support easy setup

Revision 6480 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 4 01:36:43 2010 UTC (2 years, 7 months ago) by gage
File length: 7543 byte(s)
Diff to previous 6299
changes to support easier setup

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: 5249 byte(s)
Diff to previous 5932
test development branch

Revision 5932 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 9 02:18:38 2008 UTC (4 years, 8 months ago) by gage
Original Path: trunk/webwork2/conf/webwork.apache2-config.dist
File length: 5249 byte(s)
Diff to previous 5319
Forward ports from rel-2-4-patches

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

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

Revision 5218 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 24 17:48:22 2007 UTC (5 years, 10 months ago) by sh002i
Original Path: trunk/webwork2/conf/webwork.apache2-config.dist
File length: 2948 byte(s)
Diff to previous 5213
remove unneeded SetHandler in <Directory> block.

Revision 5213 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 23 04:06:32 2007 UTC (5 years, 10 months ago) by sh002i
Original Path: trunk/webwork2/conf/webwork.apache2-config.dist
File length: 2968 byte(s)
Diff to previous 5010
PLEASE READ -- APACHE CONFIG CHANGES!

This patch makes webwork.apache2-config static (no <Perl> sections) and
passes changes into WeBWorK via PerlSetVar directives. The course
environment (global.conf) is seeded from these variables. Also changes
pg_dir to webwork_pg_dir, so all seed variables start with "webwork_".

So update your webwork.apache2-config and global.conf files! :)

Revision 5010 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 21 20:18:50 2007 UTC (6 years ago) by mleventi
Original Path: trunk/webwork2/conf/webwork.apache2-config.dist
File length: 3780 byte(s)
Diff to previous 5007
Modified to add WSDL handler and SOAP handler for new webservices.
Temporary fix to bug in Apache2 by hardcoding paths.

Revision 5007 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 19 18:39:45 2007 UTC (6 years ago) by apizer
Original Path: trunk/webwork2/conf/webwork.apache2-config.dist
File length: 3892 byte(s)
Diff to previous 4888
Changed Allow => [qw/from all/] to Allow => "from all" in two places

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

Revision 4730 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 19 22:25:39 2006 UTC (6 years, 6 months ago) by sh002i
Original Path: trunk/webwork2/conf/webwork.apache2-config.dist
File length: 3774 byte(s)
Diff to previous 4491
pre-load mod_perl2 so that subsequent "use mod_perl" lines don't load
mod_perl 1. (this wasn't a problem for us, but it was for others.)

Revision 4491 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 13 23:40:26 2006 UTC (6 years, 9 months ago) by sh002i
Original Path: trunk/webwork2/conf/webwork.apache2-config.dist
File length: 3752 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, 9 months ago) by sh002i
Original Path: trunk/webwork2/conf/webwork.apache2-config.dist
File length: 3680 byte(s)
Diff to previous 4336
webwork2 and pg dirs are in /opt/webwork by default now

Revision 4336 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 3 16:29:07 2006 UTC (6 years, 10 months ago) by sh002i
Original Path: trunk/webwork2/conf/webwork.apache2-config.dist
File length: 3672 byte(s)
Diff to previous 4131
get rid of Apache2::compat line -- should no longer be needed

Revision 4131 - (view) (download) (annotate) - [select for diffs]
Added Sat Jun 17 21:21:40 2006 UTC (7 years ago) by sh002i
Original Path: trunk/webwork2/conf/webwork.apache2-config.dist
File length: 3701 byte(s)
Preliminary config files for Apache 2. These are enough to bootstrap
WeBWorK under Apache 2. None of the WW code has been modified yet, so it
of course barfs as soon as you visit /webwork2. However, the config
problems are resolved and real porting can begin.

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