| 1 | # This is the configuration that is common to every developer's apache |
1 | ################################################################################ |
| 2 | # process. httpd-wwmp-sample.conf expects to find this file in |
2 | # WeBWorK Online Homework Delivery System |
| 3 | # /usr/local/etc/apache, but that can be customized for your shop. |
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 | |
|
|
17 | # This file contains apache configuration directives that should be suitable for |
|
|
18 | # any WeBWorK 2 development installation. http-wwmp.conf.dist expects to find |
|
|
19 | # this file at /path/to/webwork-modperl/conf/httpd-wwmp-header.conf. Simply |
|
|
20 | # copying this file to that location should suffice. |
| 4 | |
21 | |
| 5 | ### Section 1: Global Environment |
22 | ### Section 1: Global Environment |
| 6 | ServerType standalone |
23 | ServerType standalone |
| 7 | ServerRoot /usr/local |
24 | ServerRoot /usr/local |
| 8 | |
25 | |