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=41920>.
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=41920

           Summary: error msg: Invalid command 'Order' after upgrading to
                    httpd-2.2.4
           Product: Apache httpd-2
           Version: 2.2.4
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: ErrorMessage
          Severity: normal
          Priority: P2
         Component: mod_authz_ldap
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


After upgrading from 2.2.2 to 2.2.4, using "apachectl start" or "restart" warns
of a "Syntax error" in my httpd.conf file on line #116.  Then it says "Invalid
command 'Order', perhaps misspelled or defined by a module not included in the
server configuration".

>From /usr/local/apache2/conf/httpd.conf:
  line 113: <Directory />
  line 114:   Options FollowSymLinks
  line 115:   AllowOverride None
  line 116:   Order deny,allow
  line 117:   Deny from all
  line 118: </Directory>

I checked /usr/local/apache2/modules, and the following mod_authz files are 
there:
  mod_authz_dbm.so
  mod_authz_default.so
  mod_authz_groupfile.so
  mod_authz_host.so
  mod_authz_owner.so
  mod_authz_user.so

This is running on a PC with Fedora Core 5.  httpd was previously installed
using RPM, but I removed it before installing from the tarball which I
downloaded yesterday.  Not sure if this has to do with using a tarball install
instead of an RPM, but apparently the directives aren't working.  In case it is
needed, the install script follows:

  make distclean
  make clean

  cd /usr/local/src/httpd-2.2.4/srclib/apr
  ./configure \
    --prefix=/usr/local/apr-httpd
  make
  make install

  cd ../apr-util
  ./configure \
    --prefix=/usr/local/apr-util-httpd \
    --with-apr=/usr/local/apr-httpd
  make
  make install

  cd ../../
  ./configure \
    --with-apr=/usr/local/apr-httpd \
    --with-apr-util=/usr/local/apr-util-httpd \
    --enable-ssl \
    --with-ssl=/usr/local/src/openssl-0.9.8 \
    --prefix=/usr/local/apache2 \
    --enable-mods-shared=most

Hope this helps.

-- 
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