|
|
1 | ################################################################################ |
|
|
2 | # WeBWorK Online Homework Delivery System |
|
|
3 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
|
|
4 | # $CVSHeader$ |
|
|
5 | # |
|
|
6 | # This program is free software; you can redistribute it and/or modify it under |
|
|
7 | # the terms of either: (a) the GNU General Public License as published by the |
|
|
8 | # Free Software Foundation; either version 2, or (at your option) any later |
|
|
9 | # version, or (b) the "Artistic License" which comes with this package. |
|
|
10 | # |
|
|
11 | # This program is distributed in the hope that it will be useful, but WITHOUT |
|
|
12 | # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
|
|
13 | # FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the |
|
|
14 | # Artistic License for more details. |
|
|
15 | ################################################################################ |
|
|
16 | |
| 1 | # This file contains apache configuration directives that should be suitable for |
17 | # This file contains apache configuration directives that should be suitable for |
| 2 | # any WeBWorK 2 development installation. http-wwmp.conf.dist expects to find |
18 | # any WeBWorK 2 development installation. http-wwmp.conf.dist expects to find |
| 3 | # this file at /path/to/webwork-modperl/conf/httpd-wwmp-header.conf. Simply |
19 | # this file at /path/to/webwork-modperl/conf/httpd-wwmp-header.conf. Simply |
| 4 | # copying this file to that location should suffice. |
20 | # copying this file to that location should suffice. |
| 5 | |
21 | |