Apache Authentication - ApacheCon 2005
Example config
  • You will need to learn the new means of configuring authentication

    
     AuthName Testing
    
      
    
     AuthType Basic
     AuthBasicProvider file
    
      
    
     AuthUserFile /tmp/auth.file
    
      

  • Or ...

    
      AuthName Foo
    
      
    
      AuthType Digest
      AuthDigestProvider dbm
      AuthDigestDBMFile /etc/passwd.db
    
      

Index
Back to Configuration
Forward to Questions?

ApacheCon 2005 : Apache Authentication - Slide #44 of 45