Menu

again and again authorization

Help
alx
2006-03-22
2013-04-23
  • alx

    alx - 2006-03-22

    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.

     
    • saucercrab

      saucercrab - 2006-03-22

      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.

       
    • alx

      alx - 2006-03-23

      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

       
    • Jerry Stuckle

      Jerry Stuckle - 2006-03-26

      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.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.