| 1 | ################################################################################ |
1 | ################################################################################ |
| 2 | # WeBWorK Online Homework Delivery System |
2 | # WeBWorK Online Homework Delivery System |
| 3 | # Copyright © 2000-2006 The WeBWorK Project, http://openwebwork.sf.net/ |
3 | # Copyright © 2000-2006 The WeBWorK Project, http://openwebwork.sf.net/ |
| 4 | # $CVSHeader: webwork2/conf/webwork.apache-config.dist,v 1.12 2006/05/16 21:12:01 sh002i Exp $ |
4 | # $CVSHeader: webwork2/conf/webwork.apache2-config.dist,v 1.1 2006/06/17 21:21:24 sh002i Exp $ |
| 5 | # |
5 | # |
| 6 | # This program is free software; you can redistribute it and/or modify it under |
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 |
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 |
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. |
9 | # version, or (b) the "Artistic License" which comes with this package. |
| … | |
… | |
| 20 | # |
20 | # |
| 21 | # Include /path/to/webwork.apache-config |
21 | # Include /path/to/webwork.apache-config |
| 22 | # |
22 | # |
| 23 | # Customize the variable $webwork_dir below to match the location of your |
23 | # Customize the variable $webwork_dir below to match the location of your |
| 24 | # WeBWorK installation. |
24 | # WeBWorK installation. |
| 25 | |
|
|
| 26 | PerlModule Apache2::compat; |
|
|
| 27 | |
25 | |
| 28 | <Perl> |
26 | <Perl> |
| 29 | |
27 | |
| 30 | # Set this variable to the path to your WeBWorK installation. |
28 | # Set this variable to the path to your WeBWorK installation. |
| 31 | my $webwork_dir = "/opt/webwork2"; |
29 | my $webwork_dir = "/opt/webwork2"; |