Apache Authentication

jose sanchez j_r_sanchez at yahoo.com
Mon May 12 01:30:25 CDT 2003


Hello:

I am experiencing some problems authenticating users
with apache. I have created the password file with
htpasswd and the .htaccess file in the directory I
want only authorized users to access.

This is my .htaccess file:

AuthType Basic
AuthName "Statistics"
AuthUserFile /usr/apache/users/kcmultiservices
require valid-user

These are the compiled-in modules:

whmicro-www:/home/www/logs# /usr/apache/bin/httpd -l
Compiled-in modules:
  http_core.c
  mod_env.c
  mod_log_config.c
  mod_mime.c
  mod_negotiation.c
  mod_status.c
  mod_include.c
  mod_autoindex.c
  mod_dir.c
  mod_cgi.c
  mod_asis.c
  mod_imap.c
  mod_actions.c
  mod_userdir.c
  mod_alias.c
  mod_access.c
  mod_auth.c
  mod_auth_digest.c
  mod_so.c
  mod_setenvif.c
suexec: disabled; invalid wrapper
/usr/apache/bin/suexec

Do I need to add the AddModule mod_auth.c or
LoadModule mod_auth.c in order for the authentication
to work or there's somthing wrong I'm doing?

Thanks in advance for your time. :)

__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com




More information about the Kclug mailing list