24
Jan/090
Jan/090
Linux: htpasswd: command not found
Ooops!
It’s easy… if you have Apache installed then it means it’s not in your path. Did you complile your Apache yourself? If so it should be here:
/path-to-your-apache-folder/bin/htpasswd
Want to add it to your path:
PATH=$PATH:/path-to-your-directory
Or create a .bash_profile in your home directory and add that variable there, then execute
source ~/.bash_profile
Works for everything else as well!
Related posts:
- Linux: .htaccess and .htpasswd files
- Linux: Apache Tomcat tips and tricks
- Linux: vsftpd and symbolic links
- Linux: A simple and quick way of sharing a folder with Windows systems using Samba
- Linux: nohup: Execute a command after exiting a shell
Enjoy this article?
Comments (0)
Trackbacks (0) ( subscribe to comments on this post )
No comments yet.
Leave a comment
No trackbacks yet.