Apache Authentication - ApacheCon 2005
Groups
  • Create group file

    
        admin: tom dick harry
        others: larry moe curly
    
      

  • Modify configuration:

    
        AuthType Basic
        AuthName "Go Away"
        AuthUserFile /usr/local/apache/passwords/password_file
        AuthGroupFile /usr/local/apache/passwords/group_file
        Require group admin
    
      

Index
Back to Configuration, cont'd
Forward to Caveats

ApacheCon 2005 : Apache Authentication - Slide #19 of 45