Intro to Apache - ApacheCon 2005
Managing password files - htpasswd
  • htpasswd is a utility that comes with Apache for the purpose of generating and managing password files

    
         htpasswd -c my.passwords username
    
      
    
         or
    
      
    
         htpasswd my.passwords username
    
      

Index
Back to Managing access files - 1
Forward to Managing group file

ApacheCon 2005 : Intro to Apache - Slide #122 of 164