I use fedora 11 with moodle 9.4 and WeBWorK 2.4.1. To upgrade I did
cd /opt/webwork/webwork2 cvs -q up -dP -rrel-2-4-5 cd /opt/webwork/pg cvs -q up -dP -rrel-2-4-5There were no majors differences between the global.conf.dist, webwork.apache2-config.dist and database.conf.dist files in both version. So I did not modified those files. I don't know if I should add (with or without modification) the following lines
# #WEBWORK SOAP CONFIGURATION # <Location /webwork2_rpc> # PerlHandler Apache::SOAP # SetHandler perl-script # PerlSetVar dispatch_to "WebworkSOAP" # PerlSetVar options "compress_threshold => 10000" # Order Allow,Deny # Allow from All # </Location> # #WEBWORK SOAP WSDL HANDLER :: TO BE REPLACED WITH A FILE FOR PRODUCTION SERVERS # <Location /webwork2_wsdl> # PerlSetVar dispatch_to "WebworkSOAP::WSDL" # PerlSetVar options "compress_threshold => 10000" # PerlHandler WebworkSOAP::WSDL # SetHandler perl-script # Order Allow,Deny # Allow from All # </Location>to the webwork.apache2-config.dist file. I guess that SOAP is the culprit. Any comments would be greatly appreciated. I would be nice to add applet to the questions...
Thanks!
PS: I can give an example of the type of errors that occur if needed.