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
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
>
>
>
>
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
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
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
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
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