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] Can connect to SSL using localhost but not remotely

2011-08-07 Thread Yehuda Katz
On Sun, Aug 7, 2011 at 1:42 PM, Robert Madsen wrote: > When you say type "httpd -S" on the command line, are you talking about the > Windows prompt? I tried this and it said httpd is not recognized. > > Also, if it helps to know I am running Windows 7 Ultimate Service Pack 1. > Yes, the Windows c

Re: [users@httpd] Can connect to SSL using localhost but not remotely

2011-08-07 Thread Robert Madsen
I'm not sure what you mean by "use a client that tells you what's wrong when it can't connect to the server". Do you have any suggestions or examples? Thanks! Robert On Sun, Aug 7, 2011 at 11:21 AM, Nick Kew wrote: > > On 7 Aug 2011, at 17:43, Robert Madsen wrote: > > > I just did a test...whe

Re: [users@httpd] Can connect to SSL using localhost but not remotely

2011-08-07 Thread Nick Kew
On 7 Aug 2011, at 17:43, Robert Madsen wrote: > I just did a test...when I type in https://myipaddress, there isn't a single > entry generated in any of the logs. So it looks like it isn't even hitting > the server. (When I use http://myipaddress, all is well and it serves the > page, so I K

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] Can connect to SSL using localhost but not remotely

2011-08-07 Thread Robert Madsen
I just did a test...when I type in https://myipaddress, there isn't a single entry generated in any of the logs. So it looks like it isn't even hitting the server. (When I use http://myipaddress, all is well and it serves the page, so I KNOW I'm typing the right IP address!). Thanks. Robert On

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] Can connect to SSL using localhost but not remotely

2011-08-07 Thread Yehuda Katz
On Sun, Aug 7, 2011 at 3:40 AM, Robert Madsen wrote: > I have been able to successfully configure the server so that if I type > https://localhost, it serves up the correct page. > > However, if I use the IP address (remotely or on the server) e.g. > https://xx.xx.xx.xx, I get the error message: >

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

Re: [users@httpd] Can connect to SSL using localhost but not remotely

2011-08-07 Thread Nick Kew
On 7 Aug 2011, at 08:40, Robert Madsen wrote: > Any suggestions would be appreciated. What does the error log say? (If nothing, your client is lying when it tells you 404). -- Nick Kew - The official User-To-User support for

[users@httpd] Can connect to SSL using localhost but not remotely

2011-08-07 Thread Robert Madsen
I am using WAMP 2.0 with Apache2.2.11. I am trying to configure my server to access SSL connections. I have been able to successfully configure the server so that if I type https://localhost, it serves up the correct page. However, if I use the IP address (remotely or on the server) e.g. https:/