htpasswd command not found, etc
hello,
Question#1
Pls I followed some tutorials I found on the web, trying to set up a password file.
THe command is used is:
"htpasswd -c /usr/local/apache/passwd/passwords username"
and the error is
"-bash:htpasswd:command not found"
and I have the htpasswd file at /usr/local/apache/bin/htpasswd
I even started Apache etc, then re-issued the command - twas to no avail.
NOTE: I have Apache on RH9, my index page displays ok, and I can access it from another PC.
Question#2....I cant access my index.html page unless I disable firewall(the one that came with my RH9 installation) using 'iptables -F' command. Pls how can I allow access to the webserver on RH9 without completly disabling firewall.Im not too familiar with Iptables stuff.....I mean what kinda code can I add to a file somewhere in my pc to allow such an access to my index.html page, without essentially compromising the total security on the pc. Theres no other firewall installed besides the one that came with the RH9 installation.
Question#3
I also have Apache installed on a WindowsXP PC...Everything works fine, can access pages across PCs etc.
Ive searched the web seriously but I cant find a tutorial on how to set up a passwd(user authentication) for Apache on a windows machine.
can someone help.
thanks
Toks