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: nohup: Execute a command after exiting a shell
- Linux: Run tomcat with apache – mod_jk configuration
Enjoy this article?
Please, insert a valid App ID, otherwise your plugin won't work correctly.
Comments (0)
Trackbacks (0) ( subscribe to comments on this post )
No comments yet.
Leave a comment
No trackbacks yet.
