httpd problem: "Invalid command "Order""

Donsje

Verified User
Joined
Apr 9, 2010
Messages
12
Starting httpd: Syntax error on line 29 of /etc/httpd/conf/httpd.conf:
Invalid command 'Order', perhaps misspelled or defined by a module not included in the server configuration
[FAILED]


Line 29 of that file:
<Limit GET POST OPTIONS PROPFIND>
Order allow,deny
Allow from all
</Limit>


What to do ? Thanks
Apache Version 2.2
 
Try:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build apache
./build rewrite_confs
 
I've just had the same problem.
After

Code:
cd /usr/local/directadmin/custombuild
./build update
./build apache
./build rewrite_confs

It shows me that module geoip stop to work.
Si I delete httpd conf for the domain using it.

Then run again ./build rewrite_confs

And it works ok.
I have to reinstall module geoip to work again.

So something goes wrong with this module, but I don't know why.
 
Back
Top