DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=42284>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42284

           Summary: Order-directive implied to be part of Base, while it
                    depends on mod_authz_host
           Product: Apache httpd-2
           Version: 2.2.4
          Platform: PC
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Documentation
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


I recently built Apache 2.2.4 on FreeBSD with some module categories disabled.
After installation, apachectl -t gave the following error:

Syntax error on line 149 of /usr/local/etc/apache22/httpd.conf:
Invalid command 'Order', perhaps misspelled or defined by a module not included
in the server configuration

When searching for "order" i found the following two URLs, which implied that
order is in fact part of the "core" and that no module is required.

URL #1: here limit is defined as being the directive that controls the host
access with Allow, Deny and Order directives:
http://httpd.apache.org/docs/2.2/mod/core.html#allowoverride

URL #2: this is the limit directive, it is said to be part of the core and not
any module:
http://httpd.apache.org/docs/2.2/mod/core.html#limit

URL #3: Here, however, "order" is defined as being part of the mod_authz_host
module, which is correct:
http://httpd.apache.org/docs/2.2/mod/mod_authz_host.html#order

Documentation exists to simply people's lives, so if documentation is unclear to
some it should be clarified. I think that URL #2 need a message indicating Order
is (apparantly?) not part of Limit and therefore still requires a module to be
built (not in "core"). A link to URL #3 would be nice. This way it is clear to
the reader that the "order" directive is not part of limit or AllowOverride but
in fact part of the authz_host module, with a link the the 3th URL.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to