Log of /trunk/webwork2/conf/devel-site.apache-config.dist
Parent Directory
Revision
4114 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed May 31 18:25:18 2006 UTC (6 years, 11 months ago) by
sh002i
File length: 14065 byte(s)
Diff to
previous 4076
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
3973 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Jan 25 23:13:56 2006 UTC (7 years, 3 months ago) by
sh002i
File length: 12799 byte(s)
Diff to
previous 2496
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
2496 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 12 04:15:51 2004 UTC (8 years, 10 months ago) by
sh002i
File length: 12806 byte(s)
Diff to
previous 2492
"Allow from all" for server-info/server-status in site config. People
can tighten this up by setting up authentication.
Revision
2492 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Added
Mon Jul 12 02:43:18 2004 UTC (8 years, 10 months ago) by
sh002i
File length: 12866 byte(s)
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.
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.