From nobody@hyperreal.com Sat Dec 7 23:39:40 1996 Received: by taz.hyperreal.com (8.8.3/V2.0) id XAA11663; Sat, 7 Dec 1996 23:39:40 -0800 (PST) Message-Id: <199612080739.XAA11663@taz.hyperreal.com> Date: Sat, 7 Dec 1996 23:39:40 -0800 (PST) From: Chris Hood Reply-To: mixer@mixology.com To: apbugs@hyperreal.com Subject: .htaccess will not authenticate X-Send-Pr-Version: 3.2 >Number: 36 >Category: config >Synopsis: .htaccess will not authenticate >Confidential: no >Severity: critical >Priority: medium >Responsible: apache >State: closed >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Sat Dec 7 23:40:01 1996 >Last-Modified: Mon Dec 9 19:04:41 PST 1996 >Originator: mixer@mixology.com >Organization: >Release: 1.1 >Environment: Linux RedHat 4.0 gcc compiler >Description: I have a .htaccess & .htpasswd file in a directory that will not authenticate. I have checked the server config (access.conf) and everything appears correct. the following is a sample of my .htaccess: AuthUserFile /home/mixer/public_html/.htpasswd AuthGroupFile /dev/null AuthName Hollywoodlove AuthType Basic require user brad require user wishbone require user mixer and here is my .htpasswd: mixer:EFUDJlC91PvSk wishbone:EF60tUknjzJSU brad:EFboiNahRkO1E and here is my access.conf: # This controls which options the .htaccess files in directories can # override. Can also be "All", or any combination of "Options", "FileInfo", # "AuthConfig", and "Limit" AllowOverride None # Controls who can get stuff from this server. order allow,deny allow from all # /home/httpd/cgi-bin should be changed to whatever your ScriptAliased # CGI directory exists, if you have that configured. AllowOverride None Options None Now all of this looks correct and there are no HOWTO's that I can find and I have read all of the FAQ's and the online docs at your web site and am still confused as to why this setup does not work.... Please mail me a response (verbose) as to what I may have done wrong or what the bug may be and a correction for it. Thank you Chris Hood >How-To-Repeat: http://mozart.internetstore.com/~mixer username = mixer pass = mixer >Fix: No and I have tried all different configs for about a week now >Audit-Trail: State-Changed-From-To: open-closed State-Changed-By: fielding State-Changed-When: Mon Dec 9 19:04:41 PST 1996 State-Changed-Why: Your access.conf contains AllowOverride None which prevents interpretation of .htaccess files. This is explained in the documentation of AuthConfig. >Unformatted: