|
From: Tom P. <to...@in...> - 2001-03-26 19:01:07
|
I am having problems with the Slash::Apache trying to upgrade to 2.0pre modules... ############################## cut httpd.conf ######################## AddHandler perl-script .pl PerlHandler Apache::Registry # add in modules for compiling into each process PerlModule Slash # PerlModule Slash::Apache # PerlModule Slash::Apache::User # PerlModule Slash::Apache::Log # PerlModule Slash::Display::Plugin # used in a couple of .pl files PerlModule Image::Size # add other, or comment out, DB modules here # PerlModule Slash::DB::MySQL LimitRequestBody 75000 ######################################################################### When I uncomment any of the above modules I can't get apache to start! I get this in my apache error log... [Mon Mar 26 13:55:59 2001] [notice] child pid 22228 exit signal Segmentation fault (11) Any ideas? I had 1.0.9 installed previously, I wonder If there is a conflict somewhere. Thanks t on 3/26/01 1:05 PM, Nathan Vonnahme at na...@th..., wrote: > > On Sun, 25 Mar 2001, Nicholas Ritter wrote: > >> I had to update Bundle::Apache on the system (thanx Darren), and add some >> mod_perl stuff. Does anyone on this list add a startup.pl to their mod_perl >> setup prior to the slash config section of Apache? > > The PerlModule lines in the example conf are the kind of thing that would > normally go in a startup.pl, so I don't think it's necessary to have one. > I think having a startup.pl is kind of old-fashioned. > > -n Sincerely, -- Tom Pryor daVinci Interactive, LLC http://www.dvia.com/ office: 888-346-5973 to...@da... Your single source for all your web development needs. Domain Names, Hosting, Monitoring, Design and Programming |