Re: mod_perl problems - require file

2006-12-13 Thread aj2taylo
Thankgs for all the help guys. Through some digging, I found some new files that were calling "require moduleX.methods", which seem to be the culprit. Thanks again! Perrin Harkins wrote: > > aj2taylo wrote: >> Correct, moduleX.methods has sub routines defined, but is not itself a >> packag

Re: Forking to an interactive program under mod_perl

2006-12-13 Thread Perrin Harkins
Alex Beamish wrote: The current solution is that we generate high resolution page images for the documents in question, and then resize them on the fly using mod_perl. This solution works well locally, but the problem is that we also have a satellite office, and the VPN between the offices is

Re: mod_perl problems - require file

2006-12-13 Thread Perrin Harkins
aj2taylo wrote: Correct, moduleX.methods has sub routines defined, but is not itself a package. This is all part of a legacy system, and moduleX.pm is used as a form handler, so moduleX.methods exists purely for architectural reasons (separating certain functions from the form handling functions

Re: Forking to an interactive program under mod_perl

2006-12-13 Thread Alex Beamish
On 12/13/06, Robert Landrum <[EMAIL PROTECTED]> wrote: Alex Beamish wrote: > I'll deal with multiple documents with some combination of stale timers > and LRU slots, but that's not really what I see as the most complicated > or difficult part of this problem. For this particular application, my

Re: Forking to an interactive program under mod_perl

2006-12-13 Thread Robert Landrum
Alex Beamish wrote: I'll deal with multiple documents with some combination of stale timers and LRU slots, but that's not really what I see as the most complicated or difficult part of this problem. For this particular application, my inactivity timer will probably by 10-15 minutes, and I'll ex

Re: mod_perl problems - require file

2006-12-13 Thread Jeff Pang
> >Sorry, one other thing I didn't mention from the start is that the errors are >happening inconsistently. We can rarely duplicate the error, but see it >showing up in log files, and a QA can periodically replicate it. > >So do you think it be related to a bad Apache process, rather than softwar

Re: mod_perl problems - require file

2006-12-13 Thread Philip M. Gollucci
aj2taylo wrote: Sorry, one other thing I didn't mention from the start is that the errors are happening inconsistently. We can rarely duplicate the error, but see it showing up in log files, and a QA can periodically replicate it. So do you think it be related to a bad Apache process, rather th

Re: mod_perl problems - require file

2006-12-13 Thread aj2taylo
Sorry, one other thing I didn't mention from the start is that the errors are happening inconsistently. We can rarely duplicate the error, but see it showing up in log files, and a QA can periodically replicate it. So do you think it be related to a bad Apache process, rather than software based

Re: mod_perl problems - require file

2006-12-13 Thread aj2taylo
Thanks for the link, I'll investigate that further. Correct, moduleX.methods has sub routines defined, but is not itself a package. This is all part of a legacy system, and moduleX.pm is used as a form handler, so moduleX.methods exists purely for architectural reasons (separating certain functi

Re: mod_auth_ldap

2006-12-13 Thread Tielman de Villiers
On 13/12/06, Malka Cymbalista <[EMAIL PROTECTED]> wrote: I am running Apache 2.0.55 with mod_perl 2.0.1 and Perl 5.8.1 on a Sun Solaris machine. We would like to do http authentication via our ldap server so we need to install mod_auth_ldap. The instrictions I found for installing mod_auth_ldap

Re: Forking to an interactive program under mod_perl

2006-12-13 Thread Torsten Foertsch
On Wednesday 13 December 2006 02:03, Alex Beamish wrote: > Interesting suggestions, thank you, and I'm coming around to the idea that > a daemon will need to be used for the heavy lifting .. and then perhaps > mod_perl can communicate with the daemon using named pipes .. > > The whole point of this

mod_auth_ldap

2006-12-13 Thread Malka Cymbalista
I am running Apache 2.0.55 with mod_perl 2.0.1 and Perl 5.8.1 on a Sun Solaris machine. We would like to do http authentication via our ldap server so we need to install mod_auth_ldap. The instrictions I found for installing mod_auth_ldap (http://www.muquit.com/muquit/software/mod_auth_ldap/mod_aut