in reply to perl unix interaction
To browse files, put Options +Indexes in a .htaccess file in every directory you want browsable.
For apache logins to directories, in your directory's .htaccess file, put what the tutorials show you to do. Usually something like this
See the tutorial at password protectionAuthName "Section Name" AuthType Basic AuthUserFile /full/path/to/.htpasswd Require valid-user
|
|---|