Fritz: Apache Auth mysql -> Could not open password file....

Beitrag lesen

Hallo,

Hatte ich.

von mir eine wirklich blöde Antwort.
Anbei meine htaccess

  
AuthName "Mein Name"  
AuthType Basic  
AuthUserFile /dev/null  
  
AuthBasicAuthoritative off  
AuthMySQLAuthoritative On  
  
AuthMySQLHost           my_host  
AuthMySQLDB             my_db  
AuthMySQLUser           my_user  
  
AuthMySQLPassword       my_sqlpassword  
  
AuthMySQLUserTable      apache_auth  
AuthMySQLNameField      username  
AuthMySQLPasswordField  passwd  
  
AuthMySQLPwEncryption   crypt  
AuthMySQLEnable         On  
require valid-user  
  
# keine Inhalte anzeigen ohne index.html  
Options -Indexes  
Options +Includes  
AddType text/html .html .shtml  
AddHandler server-parsed .html .shtml  
#Error 403 "Auf dieses Verzeichnis ist der Zugriff verboten"  

Ich habe noch nichts geändert, das ist der Stand mit dem log-Problem.

Gruß
         Fritz