DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=42327>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=42327 ------- Additional Comments From [EMAIL PROTECTED] 2007-05-03 14:51 ------- (In reply to comment #1) > Please use a user support forum for problems like this (and the week of apachecon might not be the ideal > timing - try again next week if necessary). > > The error message is saying you didn't configure a SELECT statement valid for the scope you're trying to > use it in. Firstly I have posted in users mailing list, with no responses,w hich is why I opted to log it here. in the global I have DBDriver mysql DBDParams "host=HOST.REMOVED dbname=http_AuthDB user=NOPE pass=NOTONURLIFE" DBDPersist off Secondly. I do have a select statement, As I said, I set it up as per the apache docs, out of the vhost block using the alias method and inside it like -start directory block inside a vhost block AuthName "Manage" AuthType Basic AuthBasicProvider dbd AuthDBDUserPWQuery "SELECT user_passwd FROM user_info WHERE user_name = %s" Require valid-user -end directory block inside vhost block If this is wrong, the docs are incomplete or I keep reading the wrong docs, even via google. Google did show this problem with many hits, even a comment from you Nick, asking if this was still a problem with 2.2.4 and someone responded yes, but nothing I found after days of googling, found any workarounds or corrections to the procedures, if I'm wrong I'll eat humble pie. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
