Re: [users@httpd] Apache 2.4 with Mysql authentication

2017-05-02 Thread David Mehler
Hello, I'm running 2.4. Not seeing an error, in fact I just fixed one. What i'm wanting to know is does everything look good? I'm not as up on the 2.4 way of doing this as I was with 2.2. Thanks. Dave. On 5/2/17, Luca Toscano wrote: > Hi David, > > 2017-05-01 23:39 GMT+02:00 David Mehler : > >

Re: [users@httpd] Apache 2.4 with Mysql authentication

2017-05-02 Thread Luca Toscano
Hi David, 2017-05-01 23:39 GMT+02:00 David Mehler : > > Can someone take a look at my mysql setup and tell me if I have any > mistakes in it? > Can you tell us what is the issue that you are seeing? Anything relevant in the error_log? What version of httpd? Thanks, Luca

[users@httpd] Apache 2.4 with Mysql authentication

2017-05-01 Thread David Mehler
Hello, I've got a Mysql database set up for user authentication, with fields username, password, group, and active. I've got a group testgroup that i've put users in. I'm wanting to authorize users as follows: any users in the testgroup but who must also be a valid-user. Can someone take a look a