ptoulis has asked for the wisdom of the Perl Monks concerning the following question:
Loading CGI at runtime. You could increase shared memory between Apac +he processes by preloading it in your httpd.conf or handler.pl file Use of uninitialized value $file in concatenation (.) or string at C:/ +strawberry/perl/site/lib/HTML/Mason/Compiler/ToObject.pm line 116. Use of uninitialized value $file in concatenation (.) or string at C:/ +strawberry/perl/site/lib/HTML/Mason/Compiler/ToObject.pm line 116. Reference found where even-sized list expected at C:/strawberry/perl/s +ite/lib/HTML/Mason/Interp.pm line 610. [Mon Apr 06 12:10:07 2009] [error] [client 127.0.0.1] Must specify eit +her 'comp_source' or 'comp_file' parameter to 'make_component()'\nSta +ck:\n [C:\\strawberry\\perl\\site\\lib\\HTML\\Mason\\Request.pm:556] +\n [C:\\strawberry\\perl\\site\\lib\\HTML\\Mason\\ApacheHandler.pm:2 +06]\n [C:\\strawberry\\perl\\site\\lib\\HTML\\Mason\\Request.pm:331] +\n [C:\\strawberry\\perl\\site\\lib\\HTML\\Mason\\Request.pm:211]\n + [C:\\strawberry\\perl\\site\\lib\\HTML\\Mason\\ApacheHandler.pm:97]\ +n [C:\\strawberry\\perl\\site\\lib\\Class\\Container.pm:275]\n [C:\ +\strawberry\\perl\\site\\lib\\Class\\Container.pm:353]\n [C:\\strawb +erry\\perl\\site\\lib\\HTML\\Mason\\Interp.pm:348]\n [C:\\strawberry +\\perl\\site\\lib\\HTML\\Mason\\ApacheHandler.pm:868]\n [C:\\strawbe +rry\\perl\\site\\lib\\HTML\\Mason\\ApacheHandler.pm:822]\n [(eval 32 +):8]\n [-e:0]\n
#MOD_PERL Settings LoadFile "C:/strawberry/perl/bin/perl510.dll" LoadModule perl_module modules/mod_perl.so <FilesMatch "\.pl$"> SetHandler perl-script PerlResponseHandler ModPerl::Registry Options +ExecCGI </FilesMatch> #MASON Settings PerlModule HTML::Mason::ApacheHandler <FilesMatch "\.html$"> SetHandler perl-script PerlHandler HTML::Mason::ApacheHandler </FilesMatch>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: HTML::Mason problems in Apache 2.2 (Windows)
by Anonymous Monk on Apr 06, 2009 at 13:41 UTC | |
by ptoulis (Scribe) on Apr 06, 2009 at 20:32 UTC | |
by Anonymous Monk on Apr 06, 2009 at 20:48 UTC | |
by ptoulis (Scribe) on Apr 07, 2009 at 04:53 UTC | |
by Anonymous Monk on May 30, 2012 at 03:34 UTC |