Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Apr 2008 23:11:47 -0600
From:      "Tim DeBoer" <tdeboer@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Apache22 Port Install Problem
Message-ID:  <f5fb6600804072211p370d7c9ge1e92c20846420c@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
I wasn't sure if I should post here or on the apache list, but since it's an
issue with the port version, rather than the tarball, hopefully this is the
right place.

The install goes fine, no obvious errors anyway, when I do apachectl
configtest, I get
# apachectl configtest
Syntax error on line 117 of /usr/local/etc/apache22/httpd.conf:
Invalid command 'Order', perhaps misspelled or defined by a module not
included in the server configuration

This is the related section in httpd.conf that it's complaining about:
# Each directory to which Apache has access can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# features.
#
<Directory />
    AllowOverride None
    Order deny,allow
    Deny from all
</Directory>

I've tried re-compiling without any extra options at all, and I've tried it
with auth_basic enabled.
I made sure to use the "fresh" httpd.conf, each time but it made no
difference.
I'm really not sure how to proceed here.
Could someone point me in the right direction, please?

Thanks  :)


-- 
Tim DeBoer
The other day, I dropped a piece of bread and it fell butter side up.
I was convinced that I'd buttered the wrong side of the bread.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f5fb6600804072211p370d7c9ge1e92c20846420c>