The authentification itself is working.
My problem is, that the popup for entering username/password is displayed for each file, the user wants to access.
This Problem occurs too, if the html page loaded, wants to display images or other stuff. for each request a single popup is displayed.
My config is:
AuthName "MySQL Testing"
AuthType Basic
AuthMySQLKeepAlive On
AuthMySQLHost localhost
AuthMySQLDB mysqldbname
AuthMySQLUser mysqlusername
AuthMySQLPassword mysqluserpasswd
AuthMySQLUserTable user_info
AuthMySQLNameField user_name
AuthMySQLPasswordField user_passwd
AuthMySQLCryptedPasswords Off
AuthMySQLMD5Passwords On
require valid-user
Satisfy All
Any ideas to solve the problem?
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am experiencing the same conditions. Look in the Apache error log. If it lists failures with the connection to the MySQL server, this is the same situation. I have not found a solution to this problem, yet. I have tried MySQL 4.0, 4.1, and 5.0.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
yes, the message in the errorlog is the following:
MySQL ERROR: Lost connection to MySQL server during query
and in cause of that:
MySQL user akraus not found
I think, that the apache var remote_user is maybe not set correctly. Because if i try to read it out via script, it is empty sometimes.
Any help to solve this problem will be apreciated
I'm using apache 2.0.55 - no problem to go to an other version if it would solve the problem.
But my mysql server 4.x i can't change in cause of compatibility with some running scripts
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Unfortuantely, we can't help you much with this version of the module.
We have no idea who created the module, what compiler was used, which version of mySQL was used, or any of a dozen different variables.
As such, it would be impossible for us to determine the cause of any problems.
We have no problem with anyone distributing compiled versions of the module. However, we cannot support modules which are not distributed through this site.
If someone would like to create a Windows version of the module we will be very happy to work with them and distribute it here. Unfortunately, at this time no one has volunteered here.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm using the module under w2k.
I got the compiled version for apache 2.0 from http://www.gknw.at/development/apache/
The authentification itself is working.
My problem is, that the popup for entering username/password is displayed for each file, the user wants to access.
This Problem occurs too, if the html page loaded, wants to display images or other stuff. for each request a single popup is displayed.
My config is:
AuthName "MySQL Testing"
AuthType Basic
AuthMySQLKeepAlive On
AuthMySQLHost localhost
AuthMySQLDB mysqldbname
AuthMySQLUser mysqlusername
AuthMySQLPassword mysqluserpasswd
AuthMySQLUserTable user_info
AuthMySQLNameField user_name
AuthMySQLPasswordField user_passwd
AuthMySQLCryptedPasswords Off
AuthMySQLMD5Passwords On
require valid-user
Satisfy All
Any ideas to solve the problem?
Thanks.
I am experiencing the same conditions. Look in the Apache error log. If it lists failures with the connection to the MySQL server, this is the same situation. I have not found a solution to this problem, yet. I have tried MySQL 4.0, 4.1, and 5.0.
yes, the message in the errorlog is the following:
MySQL ERROR: Lost connection to MySQL server during query
and in cause of that:
MySQL user akraus not found
I think, that the apache var remote_user is maybe not set correctly. Because if i try to read it out via script, it is empty sometimes.
Any help to solve this problem will be apreciated
I'm using apache 2.0.55 - no problem to go to an other version if it would solve the problem.
But my mysql server 4.x i can't change in cause of compatibility with some running scripts
Unfortuantely, we can't help you much with this version of the module.
We have no idea who created the module, what compiler was used, which version of mySQL was used, or any of a dozen different variables.
As such, it would be impossible for us to determine the cause of any problems.
We have no problem with anyone distributing compiled versions of the module. However, we cannot support modules which are not distributed through this site.
If someone would like to create a Windows version of the module we will be very happy to work with them and distribute it here. Unfortunately, at this time no one has volunteered here.