LinuxSA Mailing list archives

Index: [thread] [date] [subject] [author] [stats]
  From: Darryl Ross <dross@syc.net.au>
  To  : <jfdean@ihug.com.au>
  Date: Wed, 15 May 2002 22:23:13 +0930 (CST)

Re: Apache config

> Could someone help me with .htaccess files. I have:
>
> <Directory>
> AuthType Basic
> AuthName "Entry by unauthorized persons is not permitted."
> AuthUserFile <pwfile>
> Require james tony jodie
> </Directory>

Try removing the <Directory> container:

--- cut ---

AuthType Basic
AuthName "Entry by unauthorized persons is not permitted."
AuthUserFile /full/path/to/pwfile
Require james tony jodie

--- cut ---

DR

-- 
Darryl Ross
IC&T Manager
Service to Youth Council Inc
dross@syc.net.au



-- 
LinuxSA WWW: http://www.linuxsa.org.au/  IRC: #linuxsa on irc.linux.org.au
To unsubscribe from the LinuxSA list:
  mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject


Index: [thread] [date] [subject] [author] [stats]
Return to the LinuxSA Mailing List Information Page