Re: [users@httpd] How to configure mod_dbd with MySQL on Apache 2.2

2011-08-10 Thread niklas
Nick, How long time will it take before I can see it? If it's already visible, could you point to that place, might be that I'm looking in the wrong place. /Niklas > On Sun, 7 Aug 2011 23:44:54 +0100 > Nick Kew wrote: > >> Taking the low-hanging fruit, I just added that paragraph to the 2.2 >>

Re: [users@httpd] How to configure mod_dbd with MySQL on Apache 2.2

2011-08-08 Thread Tom Browder
On Mon, Aug 8, 2011 at 02:10, Niklas Johansson wrote: > I will have a look at it once it pops up. For the Apache 2.2 docs section on password formats, the Apache digest-authentication method, here is an example for Perl that I am using in my password generator script: use Digest::MD5 qw(md5_hex)

Re: [users@httpd] How to configure mod_dbd with MySQL on Apache 2.2

2011-08-08 Thread Niklas Johansson
I will have a look at it once it pops up. /Niklas Skickat från min iPhone 8 aug 2011 kl. 00:49 skrev Nick Kew : > On Sun, 7 Aug 2011 23:44:54 +0100 > Nick Kew wrote: > >> Taking the low-hanging fruit, I just added that paragraph to the 2.2 docs >> and fixed the typo. > > I should've added:

Re: [users@httpd] How to configure mod_dbd with MySQL on Apache 2.2

2011-08-07 Thread Tom Browder
On Sun, Aug 7, 2011 at 17:44, Nick Kew wrote: > On Sun, 7 Aug 2011 13:30:48 -0500 > Tom Browder wrote: > >> That is a very important link that I had not found, although from my >> look at htdigest I was assuming most of the information. (And that >> link should also add a Perl example.) > > Takin

Re: [users@httpd] How to configure mod_dbd with MySQL on Apache 2.2

2011-08-07 Thread Nick Kew
On Sun, 7 Aug 2011 23:44:54 +0100 Nick Kew wrote: > Taking the low-hanging fruit, I just added that paragraph to the 2.2 docs > and fixed the typo. I should've added: that's just in svn. It won't be visible for a little while yet! -- Nick Kew -

Re: [users@httpd] How to configure mod_dbd with MySQL on Apache 2.2

2011-08-07 Thread Nick Kew
On Sun, 7 Aug 2011 13:30:48 -0500 Tom Browder wrote: > That is a very important link that I had not found, although from my > look at htdigest I was assuming most of the information. (And that > link should also add a Perl example.) Taking the low-hanging fruit, I just added that paragraph to th

Re: [users@httpd] How to configure mod_dbd with MySQL on Apache 2.2

2011-08-07 Thread Tom Browder
On Sun, Aug 7, 2011 at 07:21, Nick Kew wrote: ... > On 7 Aug 2011, at 11:08, nik...@iandapp.com wrote: ... >> I find it a bit strange that it is so difficult to find information about >> how to do this. ... >> I want to configure my Apache2 to use mod_dbd when authenticating users. >> But I cannot

Re: [users@httpd] How to configure mod_dbd with MySQL on Apache 2.2

2011-08-07 Thread Niklas Johansson
An article like that would be great. I'm afraid I am using the horrible solution. Could you point me in the rigth direction for how to use apr_dbd and php, would be most appreciated. /Niklas Skickat från min iPhone 7 aug 2011 kl. 19:16 skrev Nick Kew : > > On 7 Aug 2011, at 16:26, nik...@i

Re: [users@httpd] How to configure mod_dbd with MySQL on Apache 2.2

2011-08-07 Thread Nick Kew
On 7 Aug 2011, at 16:26, nik...@iandapp.com wrote: > Thanks! I found that. It doesn't work with MySQL, at least I didn't > managed to get it working. The error I got was something like "DBD: No > driver for mysql" > > Searching forums it seems like I need to compile the driver into Apache > (whe

Re: [users@httpd] How to configure mod_dbd with MySQL on Apache 2.2

2011-08-07 Thread niklas
Thanks! I found that. It doesn't work with MySQL, at least I didn't managed to get it working. The error I got was something like "DBD: No driver for mysql" Searching forums it seems like I need to compile the driver into Apache (when compiling Apache?). That was the point that I don't want but to

Re: [users@httpd] How to configure mod_dbd with MySQL on Apache 2.2

2011-08-07 Thread Nick Kew
On 7 Aug 2011, at 11:08, nik...@iandapp.com wrote: > Hello, > > I find it a bit strange that it is so difficult to find information about > how to do this. > > I want to configure my Apache2 to use mod_dbd when authenticating users. > But I cannot find any examples or good descriptions anywhere

Re: [users@httpd] How to configure mod_dbd with MySQL on Apache 2.2

2011-08-07 Thread niklas
Hello Tom, Thanks for your input. I'm sorry to hear you have faced the same problem. I guess I will have to find another solution as well. Unfortunately, Postgre is probably not the way for me. Using files for user data or authenticating using php may be my choice. Does anyone know why this doesn

Re: [users@httpd] How to configure mod_dbd with MySQL on Apache 2.2

2011-08-07 Thread Tom Browder
On Sun, Aug 7, 2011 at 05:08, wrote: > Hello, > > I find it a bit strange that it is so difficult to find information about > how to do this. Niklas, I agree, I have found the same situation and I will keep the list informed if I get a good solution. But note that I have given up on MySQL becau

[users@httpd] How to configure mod_dbd with MySQL on Apache 2.2

2011-08-07 Thread niklas
Hello, I find it a bit strange that it is so difficult to find information about how to do this. I want to configure my Apache2 to use mod_dbd when authenticating users. But I cannot find any examples or good descriptions anywhere about how to do this. How can I configure mod_dbd on my Apache-htt