Apache Authentication - ApacheCon 2005
Configuration example
    
        AuthType Basic
        AuthName "Go Away"
        AuthUserFile /usr/local/apache/passwords/password_file
        Require valid-user
    
      
  • "Go Away" appears in the password dialog

  • AuthName is also called the "Realm"

  • User is asked for username and password.

Index
Back to Configuration
Forward to Configuration, cont'd

ApacheCon 2005 : Apache Authentication - Slide #17 of 45