Apache2-AuthenNTLM-0.02 -> multiple domains issue

2008-12-02 Thread maniac
Hi Speeves, i'm trying to get this package working as I need to do authentication for apache users towards two separate NT domains. For one domain it works OK, but not for multiple (two) domains. What I found is that only defaultdomain PDC is being contacted neverthless on what domain user specif

Re: Protecting a mod perl 1.3 site from slow MySql processes

2008-12-02 Thread Perrin Harkins
On Tue, Dec 2, 2008 at 1:56 PM, April Papajohn <[EMAIL PROTECTED]> wrote: > I tried setting alarm() around the DBI lines, using the Sys::SigAction > module, in order to get the script to timeout if MySql isn't > responsive. This works great if I run it as a plain perl script. But > it seems that al

Protecting a mod perl 1.3 site from slow MySql processes

2008-12-02 Thread April Papajohn
Hello, I am working on a site that has a modperl (mod_perl 1.3, perl 5.8.0, on linux) handler doing some authentication work via DBD::MySql. It connects to a MySQL server over the network. Recently during some maintenance on the MySql server, the entire site was hung up, because the MySQL server

Re: [mp2] Win32 Apache2.2.9 + AP5.10.0 + MP2.04 = OK

2008-12-02 Thread Philip M. Gollucci
Foo JH wrote: A point to note: Apache2::Reload is not available as part of the ppd installs. However I was able to simply copy out the relevant folders in the source to Perl/site/lib/, and it works w/o further intervention. Yeah, we goofed the 2.0.4 release and mistakenly omitted it, its fixed o

[mp2] Win32 Apache2.2.9 + AP5.10.0 + MP2.04 = OK

2008-12-02 Thread Foo JH
Hi all, Recently started testing the a/m stack. Happy to report: so far so good: 1. Apache can be restarted via ApacheMonitor.exe 2. Works with libapeq2.6.3 3. Survives multiple restarts 4. Works with Apache2::Reload Disclaimer: I'm not hard-core mp2, so the tests are wy surface-grade . A po