| 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: webwork2/conf/global.conf.dist,v 1.91 2004/07/13 04:24:37 sh002i Exp $ |
5 | # $CVSHeader: webwork2/conf/global.conf.dist,v 1.92 2004/07/15 21:22:42 sh002i 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. |
| … | |
… | |
| 31 | |
31 | |
| 32 | # URL of WeBWorK handler. |
32 | # URL of WeBWorK handler. |
| 33 | $webwork_url = "/webwork2"; |
33 | $webwork_url = "/webwork2"; |
| 34 | |
34 | |
| 35 | # Root directory of PG. |
35 | # Root directory of PG. |
| 36 | $pg_dir = "/home/sh002i/work/pg"; |
36 | $pg_dir = "/opt/pg"; |
| 37 | |
37 | |
| 38 | # URL and path to htdocs directory. |
38 | # URL and path to htdocs directory. |
| 39 | $webwork_htdocs_url = "/webwork2_files"; |
39 | $webwork_htdocs_url = "/webwork2_files"; |
| 40 | $webwork_htdocs_dir = "$webwork_dir/htdocs"; |
40 | $webwork_htdocs_dir = "$webwork_dir/htdocs"; |
| 41 | |
41 | |