prem52k Posted May 23, 2006 Share Posted May 23, 2006 Hi AllAfter 2 days of headbanging, i finally gave a thought of asking you guys, hope i get some positive feedback... here goes.Has anyone got previous hands-on experience using :mod_auth_mysql.so" module?[b]My Working Environment is:[/b] WinXP ProApache 2.2.0PHP 5.1.2MySQL 5.0.20[b]My problem is:[/b]i`m using [a href=\"http://modauthmysql.sourceforge.net/\" target=\"_blank\"]mod_auth_mysql[/a] to restrict certain directories to certain users.(ppl who`ve used before would know what i mean :) ) i configured everything according to the [a href=\"http://modauthmysql.sourceforge.net/CONFIGURE\" target=\"_blank\"]documentation[/a] provided by the *module* site.[code]#My htaccess fileErrorDocument 401 /oops.htmlErrorDocument 404 /oops.htmlAuthName "Area 51"AuthType BasicAuthMySQLHost "localhost"AuthMySQLDB letmeinAuthMySQLUser wizardAuthMySQLPassword nba2006AuthMySQLUserTable user_infoAuthMySQLAuthoritative OnAuthMySQLEnable Onrequire valid-user[/code]now when I try to access the protected folder I`m prompted to log-in, but once I do,there is no change... the log-in prompt appears again. it doesn`t take me to the protected folder.when I checked the error log, i got the following message...[code][Tue May 23 20:13:33 2006] [error] [client 127.0.0.1] user test: password mismatch: /hta/archives/index.html, referer: [url]http://localhost/hta/[/url][/code]Does anyone know the cause for this error?would appreciate some feedback.TIA Link to comment https://forums.phpfreaks.com/topic/10274-mod_auth_mysql-issue/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.