Re: Re: mod dbd mysql

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 09 May 2007 09:09:43 +1000
Quey <qms01@xxxxxxxxxxxxxxx> wrote:

> 
> I saw a post a week ago on someone having trouble with getting MySQL
> working with dbd in Virtualhosts with apache 2.2.4,  look like you
> and I have same problem, did you get it resolved? Can anyone help?
> Apache tells me no authn configured but we do have it configured, we
> are needing this for users webmail.
> 
> in my httpd.conf I have this (maybe it is wrong?)
> 
> DBDriver mysql
> DBDParams "host=10.7.7.19 dbname=sqlmail user=sqmadm pass=XXXXXXXXX"
> DBDPersist off

You wouldn't want to use DBDPersist off operationally unless it's
a very low-traffic server.

> <Directory /var/www/hosts/webmail>
>  AuthName "WebMail"
>  AuthType Basic
>  AuthBasicProvider dbd
>  AuthDBDUserPWQuery "SELECT upass FROM user WHERE ename = %s"
>  Require valid-user
> </Directory>

Is this in a <VirtualHost> or at top-level?
What is your "Satisfy" set to?
Is there anything in the error log?
Do you have any other configuration that may apply
(any <Location> at all may do unexpected things with a <Directory>).

-- 
Nick Kew

Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux