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:
Then I tried via SSH for more details to restart. This error comes up:
Line 10 of httpd-directories.conf show nothings weird to me:
Can you help me?
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?