Próbuje uruchomić auth_mysql w apaczu i przy każdym logowaniu wywala mnie :| W logach pojawia się coś takiego:
Kod: Zaznacz cały
[Thu Dec 18 13:46:02 2008] [error] [client 77.254.141.242] user dijo not found: /
Kod: Zaznacz cały
<Directory /home/www/bg-wiki>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
# AuthType Basic
# AuthName "Stats Access"
# AuthUserFile "/home/www/bg-wiki/.htpasswd"
# Require valid-user
AuthMySQL on
AuthMySQL_Authoritative on
AuthMySQL_host localhost
AuthMysql_User auth
AuthMySQL_Password hasło
AuthMySQL_DB auth
AuthMySQL_Password_Table users
AuthMySQL_Group_Table users
AuthMySQL_Username_Field login
AuthMySQL_Password_Field password
AuthMySQL_Empty_Passwords off
#AuthMySQL_Encryption_Types MySQL
AuthMySQL_Scrambled_Passwords on
AuthUserFile /dev/null
AuthName "Wiki"
AuthType Basic
require valid-user
</Directory>
