From: Mike G. v. a. <we...@ma...> - 2008-06-25 00:01:41
|
Log Message: ----------- changed formatting to prevent errors when some of the stanzas are uncommented. Tags: ---- rel-2-4-patches Modified Files: -------------- webwork2/conf: webwork.apache-config.dist Revision Data ------------- Index: webwork.apache-config.dist =================================================================== RCS file: /webwork/cvs/system/webwork2/conf/webwork.apache-config.dist,v retrieving revision 1.16.2.4.2.2 retrieving revision 1.16.2.4.2.3 diff -Lconf/webwork.apache-config.dist -Lconf/webwork.apache-config.dist -u -r1.16.2.4.2.2 -r1.16.2.4.2.3 --- conf/webwork.apache-config.dist +++ conf/webwork.apache-config.dist @@ -109,7 +109,8 @@ $ENV{WEBWORK_ROOT} = $webwork_dir; -#$PerlConfig .= <<EOF; +$PerlConfig .= <<EOF; + # ##### Sam's WeBWorK::Request-based XML-RPC testbed ##### # # # #PerlModule WeBWorK::RPC @@ -182,7 +183,8 @@ # Order Allow,Deny # Allow from All # </Location> -#EOF + +EOF </Perl> |