| 1 | # Apache::WeBWorK - The WeBWorK dispatcher module |
1 | # Apache::WeBWorK - The WeBWorK dispatcher module |
| 2 | # Place something like the following in your Apache configuration to load the |
2 | # Place something like the following in your Apache configuration to load the |
| 3 | # WeBWorK module and install it as a handler for the WeBWorK system |
3 | # WeBWorK module and install it as a handler for the WeBWorK system |
| 4 | |
4 | |
| 5 | # PerlModule Apache::WeBWorK |
|
|
| 6 | # PerlRequire /path/to/webwork/conf/init.pl |
5 | # PerlRequire /path/to/webwork/conf/init.pl |
| 7 | # PerlSetVar webwork_root /path/to/webwork |
6 | # PerlSetVar webwork_root /path/to/webwork |
| 8 | # <Location /webwork> |
7 | # <Location /webwork> |
| 9 | # SetHandler perl-script |
8 | # SetHandler perl-script |
| 10 | # PerlHandler Apache::WeBWorK |
9 | # PerlHandler Apache::WeBWorK |