Jack J. Woehr wrote:
On Sep 20, 2006, at 3:11 PM, John Draper wrote:
According to the Apache docs (I couldn't find anything in the OpenBSD
Site), they
recommend I setup the path to the passwd file in....
/usr/local/apache/passwd
Since we're chrooted, how about: /var/www/usr/local/apache/passwd
I checked - I don't have a "usr" directory in my "www" directory... Am
I supposed
to create one? I did find a "users" directory, and assumed this was
just a typo,
but when I went to make a passwd in there, I got the following:
# htpasswd -c /var/www/users/ edp
/var/www/users/: cannot open file /var/www/users/ for write access
fopen: Is a directory
Does this mean my permissions are wrong? Is this right? What am I
doing wrong?
John