-
RSS Links
Categories
Archives
Blogroll
Tag Archives: .htacess
Protect a Directory with Apache, .htaccess and httpasswd
Apache comes with a command line utility called “htpasswd”. This utility will generate a username and password that you can use to authenticate against using a .htaccess file. Just run the utility like so:
htpasswd -c /path/to/your/password/directory/and-your-password-filename jane_doe_username
This will prompt you for a password/confirm password.
Keep in mind that this will not create [...]
Mod_Python and Web.py on Ubuntu