On Thursday 20 July 2006 22:12, Brian J. France wrote:
> I think this is the same issue I had:
>
> http://www.mail-archive.com/[email protected]/msg31299.html

Hmmm, looks similar.  Your patch is slightly problematic because it
changes the API, albeit not substantially.

> On Jul 20, 2006, at 3:52 PM, Anton Golubev wrote:
> > Hello Nick,
> >
> > Here is here the minimal complete config, which crashes the server:
> >
> > DBDriver mysql
> > DBDParams "dbname=Users user=auther passreplace=IrjkfN3"
> > DBDMin 1
> > DBDKeep 2
> > DBDMax 10
> > DBDExptime 60

That's at top-level in the config, is it?

> > NameVirtualHost 85.142.33.11
> >
> > <VirtualHost 85.142.33.11>
> > DocumentRoot /home/ivc2/public_html
> >
> >     <Directory /home/ivc2/public_html>
> >
> >         AuthType Basic
> >         AuthName 'ADMIN ZONE'
> >         AuthBasicProvider dbd
> >
> >         AuthDBDUserPWQuery "select PASS from Users where LOGIN= %s"
> >
> >     </Directory>
> >
> > </VirtualHost>

OK, I'll try and see if I can get a crash with that.  My guess yesterday was
was that your DBDriver/Params were in a virtualhost but your 
AuthDBDUserPWQuery was outside it, but I tried that and it didn't crash.

-- 
Nick Kew

Reply via email to