--- trunk/webwork2/lib/Apache/WeBWorK.pm 2003/01/10 17:28:21 700 +++ trunk/webwork2/lib/Apache/WeBWorK.pm 2003/02/26 17:58:16 746 @@ -35,15 +35,16 @@ # to your httpd.conf file to achieve this: # # -# PerlFreshRestart On -# -# SetHandler perl-script -# PerlSetVar webwork_root /opt/webwork -# -# use lib '/opt/webwork/lib'; -# -# PerlHandler Apache::WeBWorK -# +# PerlFreshRestart On +# +# SetHandler perl-script +# PerlHandler Apache::WeBWorK +# PerlSetVar webwork_root /path/to/webwork-modperl +# +# use lib '/path/to/webwork-modperl/lib'; +# use lib '/path/to/webwork-modperl/pglib'; +# +# # sub handler() {