[system] / branches / rel-2-4-patches / webwork-modperl / bin / wwapachectl.dist Repository:
ViewVC logotype

Log of /branches/rel-2-4-patches/webwork-modperl/bin/wwapachectl.dist

Parent Directory Parent Directory


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

Revision 5734 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 24 00:44:59 2008 UTC (4 years, 11 months ago) by
File length: 3530 byte(s)
Diff to previous 5318
This commit was manufactured by cvs2svn to create branch 'rel-2-4-patches'.

Revision 5318 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 13 22:53:51 2007 UTC (5 years, 9 months ago) by sh002i
Original Path: branches/rel-2-4-dev/webwork-modperl/bin/wwapachectl.dist
File length: 3530 byte(s)
Diff to previous 5243
updated copyright dates

Revision 5243 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 7 22:35:14 2007 UTC (5 years, 9 months ago) by
Original Path: branches/rel-2-4-dev/webwork-modperl/bin/wwapachectl.dist
File length: 3530 byte(s)
Diff to previous 4114
This commit was manufactured by cvs2svn to create branch 'rel-2-4-dev'.

Revision 4114 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 31 18:25:18 2006 UTC (6 years, 11 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin/wwapachectl.dist
File length: 3530 byte(s)
Diff to previous 4111
support SSL mode for devel.webwork.rochester.edu systems.
uncomment the line "SSL=-DSSL" in bin/wwapachectl to enable.
note that if you do this, only https requests will be serviced.
you must be in the unix group wwdev (for access to the ssl crt and key)

Revision 4111 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 29 21:57:06 2006 UTC (6 years, 11 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin/wwapachectl.dist
File length: 3458 byte(s)
Diff to previous 4079
Set server root (-d) to $WEBWORKROOT, create "run" directory if
necessary. (This is for devel's Apache/SSL, which wants to put an
httpd.mm file in "$SERVERROOT/run".)

Revision 4079 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 16 21:35:17 2006 UTC (7 years ago) by sh002i
Original Path: trunk/webwork-modperl/bin/wwapachectl.dist
File length: 3371 byte(s)
Diff to previous 4078
fixed a variable name from previous change

Revision 4078 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 16 21:25:14 2006 UTC (7 years ago) by sh002i
Original Path: trunk/webwork-modperl/bin/wwapachectl.dist
File length: 3359 byte(s)
Diff to previous 3973
check more config files (basically all the files with .dist versions are
checked now)

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/webwork-modperl/bin/wwapachectl.dist
File length: 2869 byte(s)
Diff to previous 2503
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 2503 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 12 17:55:55 2004 UTC (8 years, 10 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin/wwapachectl.dist
File length: 2869 byte(s)
Diff to previous 2500
fixed spacing in checkconfig message

Revision 2500 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 12 16:09:52 2004 UTC (8 years, 10 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin/wwapachectl.dist
File length: 2873 byte(s)
Diff to previous 2492
changed default WW directory to $HOME/webwork2

Revision 2492 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 12 02:43:18 2004 UTC (8 years, 10 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin/wwapachectl.dist
File length: 2886 byte(s)
Diff to previous 2208
DEVEL SYSTEM CONFIG CHANGES - PLEASE READ.

To complement the new Apache/WeBWorK configuration scheme, the
http-wwmp-header.conf and http-wwmp.conf files are being eliminated in
favor of a primarily Perl-based configuration scheme. This reduces
redundancy and allows both development and production system to share a
single "core" WeBWorK configuration file, webwork.apache-config.

The setup is described in the new top-level development server config
file devel.apache-config:

    This is an Apache configuration file suitable for use when doing
    development on the WeBWorK 2 system. This setup allows each
    developer to run an independent Apache server under their own UID,
    using their own working copy of the WeBWorK code. The configuration
    is split into three parts:

    The first part is a site-specific (but user-indepenent) file named
    devel-site.apache-config. It contains directives that are common to
    all development servers on the same host. The site administrator can
    chose to maintain a single copy of this file and have all developers
    reference it in a central location.

    The second part is the stock webwork.apache-config file that is used
    for normal installations. Customize this file, setting the
    $webwork_url, $webwork_dir, $pg_dir, etc. appropriatly for your
    development server.

    The third part is this file. It contains the user-specific
    directives that are specific to each developer's server.

Of the two files specific to development server configuration, only
devel-site.apache-config will require modification, and it need be
modified only once per host machine. devel.apache-config uses the UID
and GID and of the user running it, and the values set in
webwork.apache-conf, to configure itself.

wwapachectl has also been modified to refer to devel.apache-config
instead of http-wwmp.conf and streamline its configuration.

Revision 2208 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 24 18:16:34 2004 UTC (9 years ago) by sh002i
Original Path: trunk/webwork-modperl/bin/wwapachectl.dist
File length: 2211 byte(s)
Diff to previous 2181
PLEASE UPDATE wwapachectl FROM wwapachectl.dist!
added warnings if config files are older than distribution versions.

Revision 2181 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 23 19:54:53 2004 UTC (9 years ago) by sh002i
Original Path: trunk/webwork-modperl/bin/wwapachectl.dist
File length: 1859 byte(s)
Diff to previous 1703
IMPORTANT: changes to wwapachectl.dist -- update local copy!
added umask handling. if you're sharing courses with other users (as we
are on snoop and devel) uncomment the new "umask" line.

Revision 1703 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 5 01:02:41 2004 UTC (9 years, 4 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin/wwapachectl.dist
File length: 1769 byte(s)
Diff to previous 1663
removed lingering references to "webwork-modperl", since we're calling
this product "webwork2" now. soon we should change the name of the CVS
module to "webwork2" as well.

Revision 1663 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 9 01:12:32 2003 UTC (9 years, 5 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin/wwapachectl.dist
File length: 1700 byte(s)
Diff to previous 1178
Normalized headers. All files now contain the text below as a header.
This is important since all files now (a) use the full name of the
package, (b) assign copyright to "The WeBWorK Project", (c) give the
full path of the file (relative to CVSROOT) instead of simply the file
name, and (d) include license and warranty information.

Here is the new header:

################################################################################
# WeBWorK Online Homework Delivery System
# Copyright © 2000-2003 The WeBWorK Projcct, http://openwebwork.sf.net/
# $CVSHeader$
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of either: (a) the GNU General Public License as published by the
# Free Software Foundation; either version 2, or (at your option) any later
# version, or (b) the "Artistic License" which comes with this package.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE.  See either the GNU General Public License or the
# Artistic License for more details.
################################################################################

Revision 1178 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 16 23:58:04 2003 UTC (9 years, 11 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin/wwapachectl.dist
File length: 825 byte(s)
Diff to previous 800
wwapachectl now checks for existence of httpd.pid file.
-sam

Revision 800 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 25 20:16:26 2003 UTC (10 years, 2 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin/wwapachectl.dist
File length: 550 byte(s)
Diff to previous 661
updated usage() to reflect actual accepted syntax.
-sam

Revision 661 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 25 22:37:55 2002 UTC (10 years, 6 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin/wwapachectl.dist
File length: 526 byte(s)
Diff to previous 660
removed unused WEBWORKUSER variable
-sam

Revision 660 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 25 19:18:28 2002 UTC (10 years, 6 months ago) by malsyned
Original Path: trunk/webwork-modperl/bin/wwapachectl.dist
File length: 531 byte(s)
Diff to previous 658
Changed the naming of the per-user config file
-dennis

Revision 658 - (view) (download) (annotate) - [select for diffs]
Added Mon Nov 25 08:39:38 2002 UTC (10 years, 6 months ago) by sh002i
Original Path: trunk/webwork-modperl/bin/wwapachectl.dist
File length: 544 byte(s)
renamed wwapachectl.sample -> wwapachectl.dist
-sam

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