Webwork installation problems -- apache cannot find webwork directories | topic started 7/29/2005; 5:11:24 PM last post 7/29/2005; 8:44:45 PM |
|
Sam Hathaway - Re: Webwork installation problems -- apache cannot find webwork directories 7/29/2005; 8:44:45 PM (reads: 965, responses: 0) |
webwork.apache-config is an Apache configuration file, not a Perl source file. PerlRequire expects a file containing Perl source. You can theoretically convert webwork.apache-config to a Perl source file just by removing the <Perl> and </Perl> lines, but I don't know if the $PerlConfig mechanism works outside of <Perl> ... </Perl> block in the Apache configuration.
Your best bet is to recompile mod_perl to enable
Please do let us know if you get things to work using |