I did the htpasswd -c / as per instructions on apache.org then chmod 640 on directory passwd and changed group to nogroup. I added this:
to the httpd.conf file and restarted the server. It's not working though. I look in the log and it says I don't have permission. As I said above I chmoded to 640 the owner is root and group is nogroup on / What am I doing wrong.
This is on a solaris9 box.
Code:
<Directory /[URL unfurl="true"]www/htdocs/proftp-admin>[/URL]
AuthType Basic
AuthName "Proftp Admin"
AuthUserFile /[URL unfurl="true"]www/passwd/password[/URL]
Require user cmgadmin jesse
</Directory>
This is on a solaris9 box.