First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 123746
Alias:
Product:
Component:
Status: RESOLVED
Resolution: WORKSFORME
Assigned To: Apache Team - Bugzilla Reports <apache-bugs@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Nathan Logus <logus@law.harvard.edu>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 123746 depends on: Show dependency tree
Bug 123746 blocks: 114232
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-02-22 13:31 0000
in unstable ebuild of apache-2.2.0, simple file-based authentication is not
working:

<Directory "/var/www/www/htdocs/authfile">
  Options Indexes FollowSymLinks
  AllowOverride None
  AuthType Basic
  AuthName "Restricted Access"
  AuthUserFile "/var/www/users"
  AuthGroupFile "/var/www/groups"
  Order Deny,Allow
  Deny from all
  Require valid-user
  Satisfy any
</Directory>

[Wed Feb 22 16:05:58 2006] [error] [client 127.0.0.1] access to /authfile/
failed, reason: require directives present and no Authoritative handler.

This simple configuration example works in apache from built from source using
default configuration (./configure && make && make install).

------- Comment #1 From Carsten Lohrke 2006-02-22 14:19:45 0000 -------
Please don't unnecessarily restrict bugs.

------- Comment #2 From Michael Stewart (vericgar) (RETIRED) 2006-04-16 16:19:31 0000 -------
I am unable to reproduce this.

Go to the page http://localhost/server-info on your server and paste the output
from the Loaded Modules section at the top. It should look similar to this:

Loaded Modules:
sapi_apache2.c, mod_macro.c, mod_auth_sys_group.c, mod_auth_pam.c,
mod_suexec.c, mod_ssl.c, mod_vhost_alias.c, mod_usertrack.c, mod_userdir.c,
mod_unique_id.c, mod_status.c, mod_speling.c, mod_setenvif.c, mod_rewrite.c,
mod_negotiation.c, mod_mime_magic.c, mod_mime.c, mod_mem_cache.c, mod_logio.c,
mod_log_config.c, mod_info.c, mod_include.c, mod_imagemap.c, mod_ident.c,
mod_headers.c, mod_filter.c, mod_file_cache.c, mod_ext_filter.c, mod_expires.c,
mod_env.c, mod_disk_cache.c, mod_dir.c, mod_deflate.c, mod_dbd.c,
mod_dav_lock.c, mod_dav_fs.c, mod_dav.c, mod_cgid.c, mod_cgi.c, mod_cache.c,
mod_autoindex.c, mod_authz_user.c, mod_authz_owner.c, mod_authz_host.c,
mod_authz_groupfile.c, mod_authz_default.c, mod_authz_dbm.c, mod_authn_file.c,
mod_authn_default.c, mod_authn_dbm.c, mod_authn_dbd.c, mod_authn_anon.c,
mod_auth_digest.c, mod_auth_basic.c, mod_alias.c, mod_actions.c, mod_so.c,
http_core.c, prefork.c, core.c

------- Comment #3 From Michael Stewart (vericgar) (RETIRED) 2006-06-04 21:13:30 0000 -------
unable to reproduce.

First Last Prev Next    No search results available      Search page      Enter new bug