Re: [users@httpd] Q1. Apache httpd-2.4.9 configuration : client denied by server configuration error

2014-09-28 Thread James B. Byrne
On Fri, September 26, 2014 21:28, Edgar Pettijohn wrote: > Try: > | > AllowOverride none > Require all denied > > || > ||Options +Indexes -Multiviews > AllowOverride All > Require all granted > > | #/etc/httpd/conf/httpd.conf: AllowOverride none Require all denied #/etc/httpd/vir

[users@httpd] RE: Empty username causes internal server error

2014-09-28 Thread Radek Pospíšil
Surrounding %s with ' does not work at all. Empty username causes the same error and a valid username ends with: [Sun Sep 28 10:58:47.351564 2014] [auth_basic:error] [pid 1824:tid 1636] [client 127.0.0.1:2461] AH01618: user XY not found: / I think dbd_odbc driver uses prepared SQL statements an

[users@httpd] Re: Empty username causes internal server error

2014-09-28 Thread Christophe JAILLET
Hi, Could you try with ' around the %s? SELECT password FROM member WHERE CONVERT(VARCHAR(10), member_Index) = '%s' This way, if the username is empty, the request will still be valid. CJ Le 27/09/2014 22:23, Radek Pospíšil a écrit : Hello, I am using user authentication with the follow