| 1 | #!perl |
1 | #!perl |
| 2 | ################################################################################ |
2 | ################################################################################ |
| 3 | # WeBWorK Online Homework Delivery System |
3 | # WeBWorK Online Homework Delivery System |
| 4 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
4 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
| 5 | # $CVSHeader: webwork-modperl/conf/global.conf.dist,v 1.93 2004/07/16 00:59:14 sh002i Exp $ |
5 | # $CVSHeader: webwork2/conf/global.conf.dist,v 1.94 2004/07/16 02:16:37 gage Exp $ |
| 6 | # |
6 | # |
| 7 | # This program is free software; you can redistribute it and/or modify it under |
7 | # This program is free software; you can redistribute it and/or modify it under |
| 8 | # the terms of either: (a) the GNU General Public License as published by the |
8 | # the terms of either: (a) the GNU General Public License as published by the |
| 9 | # Free Software Foundation; either version 2, or (at your option) any later |
9 | # Free Software Foundation; either version 2, or (at your option) any later |
| 10 | # version, or (b) the "Artistic License" which comes with this package. |
10 | # version, or (b) the "Artistic License" which comes with this package. |
| … | |
… | |
| 25 | |
25 | |
| 26 | ################################################################################ |
26 | ################################################################################ |
| 27 | # Seed variables |
27 | # Seed variables |
| 28 | ################################################################################ |
28 | ################################################################################ |
| 29 | |
29 | |
| 30 | # Set these variables to correspond to your configuration and preferences. |
30 | # Set these variables to correspond to your configuration and preferences. You |
| 31 | # You will need to restart the webserver to reset the variables in this section |
31 | # will need to restart the webserver to reset the variables in this section |
| 32 | # |
|
|
| 33 | |
32 | |
| 34 | # URL of WeBWorK handler. |
33 | # URL of WeBWorK handler. |
| 35 | $webwork_url = "/webwork2"; |
34 | $webwork_url = "/webwork2"; |
| 36 | |
35 | |
| 37 | # Root directory of PG. |
36 | # Root directory of PG. |