Restart httpd not working in DA and SSH

lgrijsen

New member
Joined
Sep 2, 2014
Messages
1
I'm on Centos 6 with DA 1.45.0 and PHP 5.3.28.
After install of APC cache module, i try to restart httpd (Apache).
Via DA this error comes up:

Code:
"An error has occurred
Details
/sbin/service httpd restart 2>&1"

Then I tried via SSH for more details to restart. This error comes up:

Code:
service httpd restart
Stopping httpd: [FAILED]
Starting httpd: Syntax error on line 10 of /etc/httpd/conf/extra/httpd-directories.conf:
Invalid command 'Order', perhaps misspelled or defined by a module not included in the server configuration [FAILED]

Line 10 of httpd-directories.conf show nothings weird to me:

Code:
<Directory /home>
        AllowOverride All
        Options -MultiViews -Indexes +FollowSymLinks +IncludesNoExec +Includes
        <Limit GET POST OPTIONS PROPFIND>
                [COLOR="#FF0000"]Order allow,deny[/COLOR]
                Allow from all
        </Limit>
        <LimitExcept GET POST OPTIONS PROPFIND>
                Order deny,allow
                Deny from all
        </LimitExcept>
</Directory>

Can you help me?
 
Hello,

Will this fix your issue?

Code:
cd /usr/local/directadmin/custombuild
./build update
./build apache
./build rewrite_confs
 
Hi, I've tried these commands, but with the update it shows an error as attached. aboutflowe is one of the domains, that I serve
 

Attachments

  • Knipsel1.PNG
    Knipsel1.PNG
    175.2 KB · Views: 13
I know you are freaked out but please dont double post..
 
Back
Top