i've generated my password file w/ the htpasswd command.
my .htaccess file looks like this:
AuthUserFile /Users/zim/Sites/.htpasswd
AuthName ByPassword
AuthType Basic
Require valid-user
i've removed index.html from ~/Sites. when i browse to http://127.0.0.1/~zim, i get a directory listing, but no user/password challenge.
this is my first foray into apache. i've made no changes to the default install (i'm on osx 10.2.6). here's some apache info:
[~] > httpd -V
Server version: Apache/1.3.27 (Darwin)
Server built: 01/15/03 19:22:17
Server's Module Magic Number: 19990320:13
Server compiled with....
Kemba walker announced
7) Kemba Walker. 8) Jan Vesely
Kemba walker announced
Kemba Walker Declares For
my .htaccess file looks like this:
AuthUserFile /Users/zim/Sites/.htpasswd
AuthName ByPassword
AuthType Basic
Require valid-user
i've removed index.html from ~/Sites. when i browse to http://127.0.0.1/~zim, i get a directory listing, but no user/password challenge.
this is my first foray into apache. i've made no changes to the default install (i'm on osx 10.2.6). here's some apache info:
[~] > httpd -V
Server version: Apache/1.3.27 (Darwin)
Server built: 01/15/03 19:22:17
Server's Module Magic Number: 19990320:13
Server compiled with....