[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Sarge, Apache 1.3 + htaccess



Hallo,

ich versuche etwas ratlos eine Authentifizierung von
Apache mittels MySQL. "Normale" htaccess-Files
funktionieren einwandfrei. Jedoch leider keine, die
MySQL benutzen (das Login-Fenster kommt nicht mal).

.htaccess:
AuthMySQL On
AuthMySQL_Authoritative on
AuthName "w01.hjdt.de"
AuthMySQL_Host localhost
AuthMySQL_User admin
AuthMySQL_Password pwd123
AuthMySQL_DB apache
AuthMySQL_Password_Table auth
AuthMySQL_Username_Field username
AuthMySQL_Password_Field passwd
AuthMySQL_Encryption_Types Plaintext
AuthMySQL_Encrypted_Passwords Off
AuthType Basic
require valid-user


httpd.conf:
......
LoadModule auth_mysql_module /usr/lib/apache/1.3/mod_auth_mysql.so
.....
<VirtualHost w.test.de>
   ServerAdmin webmaster@test.de
   DocumentRoot /w3/w
   ServerName w.test.de
   <Directory /w3/w>
       AllowOverride All
       Options -FollowSymLinks +Multiviews -Indexes
       Order deny,allow
       Deny from all
   </Directory>
</VirtualHost>
.......

Hat jemand eine Idee, wo der Fehler liegt?

Gruß
Boris



Reply to: