Re: APR::Request gets Symbol Not Found

2009-11-21 Thread Bill Karwin
Joe Schaefer-6 wrote: > > Did you remember to load mod_apreq2 into httpd? > Typically requires a LoadModule apreq_module modules/mod_apreq2.so > That did it! Thanks very much. I now can start Apache with mod_perl and mod_apreq2, and I believe server-info confirms it: Apache/2.2.14 (Unix) D

Re: APR::Request gets Symbol Not Found

2009-11-21 Thread Joe Schaefer
Did you remember to load mod_apreq2 into httpd? Typically requires a LoadModule apreq_module modules/mod_apreq2.so - Original Message > From: Bill Karwin > To: modperl@perl.apache.org > Sent: Sat, November 21, 2009 1:27:31 PM > Subject: Re: APR::Request gets Symbol Not Found > > > >

Re: print throwing intermittent Segfaults

2009-11-21 Thread William T
This is the list of stuff I usually start with when I get a problem that doesn't seem to be tied to a particular code path. * code path - perhaps a particular code path is only being exercised rarely, and it has a bug * forking - when child dies, all open descriptors in it's name space also ge

Re: APR::Request gets Symbol Not Found

2009-11-21 Thread Bill Karwin
Perrin Harkins-3 wrote: > > You can't load some of the Apache:: modules from the command-line. > They depend on the apache environment to run. Try loading it from > your httpd.conf instead. > Hi Perrin, thanks for your quick reply. I tried your suggestion but I got a similar error as I got

Re: A better way to handle multiple client authentication?

2009-11-21 Thread William T
The documentation alludes to the variable 'pwd_whereclause'. If this variable is set it will be used in the passwd query. I would try and set it per client so that the query gets an additional where clause: SELECT pwd_field FROM pwd_table WHERE uid_field = user AND client = clientA

A better way to handle multiple client authentication?

2009-11-21 Thread Tosh Cooey
Right now I have an application set up for multiple clients: clientA, clientB, clientC. Each client has their own users. The way I have it setup is clientA goes to http://www.site.com/clientA and is presented with a login screen which is triggered by an .htaccess file in a directory called /c

print throwing intermittent Segfaults

2009-11-21 Thread Denis Banovic
Hi Everybody, I'm having big problems with mod_perl throwing intermittent Segmentation faults our production machines on RHEL 4 & 5. To be able to produce a core dump on this segfaults I've installed mod_dumpcore from this tutorial: http://mituzas.lt/2009/09/26/getting-apache-core-dumps-in-linu