Displaying 1 result from an estimated 1 matches for "plainpasswd".
Did you mean:
plain_passwd
2005 Jan 29
1
Asterisk @ Home 0.4 w/ Broadvoice + 5 SIP Phones How To
...t "/var/swww/html"
ServerAdmin admin@domain.com
# ServerName pbx.domain.com:443
# NOTE: Look above
Find the 'cgi-bin' directory in the ssl.conf file.
Edit the path to reflect:
/var/swww/cgi-bin
Add (After the CGI-BIN Directory works)
# Use htpasswd -c /etc/httpd/conf/passwd/plainpasswd
user1
# this will create the user and passwd file
# after that use htpasswd
/etc/httpd/conf/passwd/plainpasswd user1
# I Know digest is better, but it doesn't always
# work
<Directory "/var/swww/html/maint">
SSLOptions +StdEnvVars
AllowOverride All
AuthType Basic
AuthName "...