Bug 198193 - Should have IfModule around use of mod_access.c or have it compiled in
Summary: Should have IfModule around use of mod_access.c or have it compiled in
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: httpd
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Joe Orton
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-07-10 13:25 UTC by Russell Coker
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-07-10 13:36:30 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Russell Coker 2006-07-10 13:25:22 UTC
The Allow operations in the default httpd.conf do not have <IfModule 
mod_access.c> or have mod_access.c statically linked into the server.

The current compilation of httpd seems to assume that mod_access is optional, 
while the default httpd.conf seems to assume that it's mandatory,  I believe 
that for consistency one of these needs to change.

It's probably best to have it compiled in, almost no-one would want to not 
have it, and needless use of modules wastes some memory and load time.

Comment 1 Joe Orton 2006-07-10 13:36:30 UTC
There is no mod_access in 2.2; see http://httpd.apache.org/docs/2.2/upgrading.html  

All modules built as DSOs are by definition optional; you can write valid
configurations which don't use them; building them into all httpd binaries
shipped  would waste space (installed disk space and package space).


Note You need to log in before you can comment on or make changes to this bug.