Mod_Perl install

2005-05-07 Thread henri
.t at line 33 FAILED tests 4-5 t/apache/util...request has failed (the response code was: 403) Loads like that, would appreciate help! Henri

Re: Mod_Perl install

2005-05-07 Thread henri
PerlResponseHandler ModPerl::Registry ^ I've narrowed it down to that line in httpd.conf - the source of my problems. When i uncomment it all the children start segfaulting. Until i uncomment it all the .pl files just display the source. That's even with: AddHandler perl-script pl SetHa

Talking out my arse

2005-05-07 Thread henri
cause a problem? I have a PerlRequire /path/to/startup.pl in httpd.conf and that should be all i need right? Henri

Detailed Error Report - All my 'make test' failures (there are lots)

2005-05-08 Thread henri
So i didn't - verbose dumps of all tests below since i failed MOST of them: http://henri.cooksworldwide.net/nohup.out <-- posted here for convenience and to prevent 10MB list spam! A copy of the error_log is here but I doubt its usefulness: http://henri.cooksworldwide.net/error_log I hope you guys can help! Henri

Advice

2005-05-08 Thread henri
Compiling mp2 as non-root was a definite good bit of advice - make test was a success this time - no failures - thanks! This probably negates the entire error report I mailed before - when (i can anticipate some in the next ten minutes!) I run into problems again i'll be crawling back! Henri

Re: mod_perl2 DBI handle freshining problem solved "once and for all"...

2006-02-02 Thread Henri Asseily
Apache::DBI overrides disconnect() to be a no-op, and connect_cached() doesn't. (But Apache::DBI doesn't do this during startup.) It would be reasonable for Apache::DBI to provide a way for applications to call disconnect() and have it actually disconnect. If you want another hack :-), ch