Hax
Web - Servers - Apache

 

"Making IT happen on the
Information Superhighway"

 

Accounting | Company | Competitive Intelligence | Marketing | Products | Purchasing | RMA | Sales | Shipping |  Six Sigma | Technical

 

Apache Create New User

   
  • Copy the line from the command shell with the encrypted part
  • Paste that line into the ".htpasswd" file
    Hint: If a username you want to keep already exists, paste the new one (for "Fred") beneath the existing username(s)
  • Paste that line into the ".htaccess" file for the directory to which you want access to be granted
  • From here on, you can copy the ".htaccess" file into any directories where you want the same permissions to exist

Apache Password Protect Generator

   
  • This step-by-step tutorial covers web-based user authentication using a .htaccess file.
  • The authentication denies web access to visitors who do not give a valid username and password. Password protecting directories scripts included.
  • Webmaster Toolkit
  • Batch File from Apache2Triad
    download file, then start > run > sendto and copy file to the sendto folder. 
  • .htaccess file belongs in the directory to be password protected
  • Require user secretusername
    AuthType Basic
    AuthName "Message to User"
    AuthUserFile C:\apache2triad\htdocs\.htpasswd

Apache Service Monitor

   
  •  

Stopping the slashDot Effect

   

Virtual Hosts - vhosts - Apache

   
  •