Mod Auth MySQL under Apache 2

Discussion in 'HOWTO-Related Questions' started by BrendanP, Aug 7, 2008.

  1. BrendanP

    BrendanP New Member

    Trying to follow this howto, I get a 500 internal server error, with the following erros in my logs:
    Code:
    [Thu Aug 07 17:41:59 2008] [error] Internal error: pcfg_openfile() called with NULL filename
    [Thu Aug 07 17:41:59 2008] [error] [client 58.165.100.90] (9)Bad file descriptor: Could not open password file: (null)
    
    Any suggestions?
     
    Last edited: Aug 7, 2008
  2. falko

    falko Super Moderator ISPConfig Developer

    What exactly did you add/modify in your Apache configuration?
     
  3. BrendanP

    BrendanP New Member

    I finally got it working by adding the following line:
    Code:
    AuthBasicAuthoritative Off
     

Share This Page