|
启动的时候显示那行有问题我就忽略,到最后太多了。一定有问题了,各位兄弟帮分析下
[root@localhost ~]# service httpd start
启动 httpd:httpd: Syntax error on line 170 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_access.so into server: /etc/httpd/modules/mod_access.so: cannot open shared object file: No such file or directory
[失败]
[root@localhost ~]# /etc/httpd/conf/httpd.conf
bash: /etc/httpd/conf/httpd.conf: 权限不够
[root@localhost ~]# cd /etc/httpd/conf
[root@localhost conf]# ls
httpd.conf httpd.conf.bak magic
[root@localhost conf]# service httpd start
启动 httpd:httpd: Syntax error on line 171 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_auth.so into server: /etc/httpd/modules/mod_auth.so: cannot open shared object file: No such file or directory
[失败]
[root@localhost conf]# service httpd start
启动 httpd:httpd: Syntax error on line 172 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_auth_anon.so into server: /etc/httpd/modules/mod_auth_anon.so: cannot open shared object file: No such file or directory
[失败]
[root@localhost conf]# service httpd start
启动 httpd:httpd: Syntax error on line 173 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_auth_dbm.so into server: /etc/httpd/modules/mod_auth_dbm.so: cannot open shared object file: No such file or directory
[失败]
[root@localhost conf]# service httpd start
启动 httpd:httpd: Syntax error on line 176 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_auth_ldap.so into server: /etc/httpd/modules/mod_auth_ldap.so: cannot open shared object file: No such file or directory
[失败]
[root@localhost conf]# service httpd start
启动 httpd:httpd: Syntax error on line 198 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_imap.so into server: /etc/httpd/modules/mod_imap.so: cannot open shared object file: No such file or directory
[失败]
[root@localhost conf]# service httpd start
启动 httpd:Syntax error on line 10 of /etc/httpd/conf.d/manual.conf:
Invalid command 'Order', perhaps misspelled or defined by a module not included in the server configuration
[失败]
[root@localhost conf]# service httpd start
启动 httpd:Syntax error on line 10 of /etc/httpd/conf.d/manual.conf:
Invalid command 'Order', perhaps misspelled or defined by a module not included in the server configuration
[失败]
[root@localhost conf]#
[root@localhost conf]# service httpd start
启动 httpd:Syntax error on line 10 of /etc/httpd/conf.d/manual.conf:
Invalid command 'Order', perhaps misspelled or defined by a module not included in the server configuration
[失败]
[root@localhost conf]# service httpd start
启动 httpd:Syntax error on line 11 of /etc/httpd/conf.d/manual.conf:
Invalid command 'Allow', perhaps misspelled or defined by a module not included in the server configuration
[失败]
[root@localhost conf]# service httpd start
启动 httpd:Syntax error on line 10 of /etc/httpd/conf.d/squid.conf:
Invalid command 'order', perhaps misspelled or defined by a module not included in the server configuration
[失败]
[root@localhost conf]# service httpd start
启动 httpd:Syntax error on line 11 of /etc/httpd/conf.d/squid.conf:
Invalid command 'allow', perhaps misspelled or defined by a module not included in the server configuration
[失败]
[root@localhost conf]# service httpd start
启动 httpd:Syntax error on line 9 of /etc/httpd/conf.d/webalizer.conf:
Invalid command 'Order', perhaps misspelled or defined by a module not included in the server configuration
[失败]
[root@localhost conf]# service httpd start
启动 httpd:Syntax error on line 349 of /etc/httpd/conf/httpd.conf:
Invalid command 'Order', perhaps misspelled or defined by a module not included in the server configuration
[失败]
[root@localhost conf]# |
|