On 1/13/06, Beau E. Cox <[EMAIL PROTECTED]> wrote:
> Hi -
>
> I just svn - checked out the trunk sources for httpd 2.3.
> Configured and compiled fine. After installed, I tried to
> bring it up and got errors on the Order,Deny,Allow directives
> in my <Directory ..> blocks and the startup aborted.
> For example this block:
>
> <Directory />
>     Options FollowSymLinks
>     AllowOverride None
>     Order deny,allow
>     Deny from all
>     Allow from all
> </Directory>
>
> errored on all three directives.
>
> I went back to a snapshot taked from svn on 12/30/05 and
> it works.
>
> What have I done???

You should check out the 2.2 branch instead.  There is some major
reorganization of auth/access directives going on at the head of the
tree.  When things finally shake out, there should be
backward-compatibility with the old directives, but at the moment
there is not.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to