[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Apache authentication woes



At 02:46 PM 9/7/99 -0700, you wrote:
>I'm using Apache 1.3.6 with RedHat 6.  I'm having a heck of a time
>trying to enable .htaccess authentication.  Here is the config section
>for the virtual host.  The IP number has been changed to the 192.168.1.1 for
>security reasons:

Here is a snippet from my 1.3 Apache RH5 server for a protected directory.
It works for me.  I'm not sure that each part is needed.

<Directory /home/httpd/html/www>
AllowOverride AuthConfig
Options Indexes ExecCGI
AuthUserFile /etc/httpd/conf/htpasswd
</Directory>
---
Alan D. Mead  /  Research Scientist  /  adm ipat com
Institute for Personality and Ability Testing
1801 Woodfield Dr  /  Savoy IL 61874 USA
217-352-4739 (v)  /  217-352-9674 (f)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]