启动apache出错处理

960次阅读

共计 2781 个字符,预计需要花费 7 分钟才能阅读完成。

Invalid command ‘Order’

root@srv-2 modules]# /etc/init.d/httpd start

Starting httpd: Syntax error on line 358 of /etc/httpd/conf/httpd.conf:

Invalid command ‘Order’, perhaps mis-spelled or defined by a module not included in the server configuration[FAILED]

需添加:

LoadModule access_module /etc/httpd/modules/mod_access.so

LoadModule auth_module /etc/httpd/modules/mod_auth.so

Invalid command ‘UserDir’

[root@srv-2 modules]# /etc/init.d/httpd start

Starting httpd: Syntax error on line 368 of /etc/httpd/conf/httpd.conf:

Invalid command ‘UserDir’, perhaps mis-spelled or defined by a module not included in the server configuration[FAILED]

需添加

LoadModule userdir_module /etc/httpd/modules/mod_userdir.so

Invalid command ‘DirectoryIndex’

[root@srv-2 modules]# /etc/init.d/httpd start

Starting httpd: Syntax error on line 396 of /etc/httpd/conf/httpd.conf:

Invalid command ‘DirectoryIndex’, perhaps mis-spelled or defined by a module not included in the server configuration[FAILED]

需添加

LoadModule dir_module /etc/httpd/modules/mod_dir.so

Invalid command ‘TypesConfig’

[root@srv-2 modules]# /etc/init.d/httpd start

Starting httpd: Syntax error on line 419 of /etc/httpd/conf/httpd.conf:

Invalid command ‘TypesConfig’, perhaps mis-spelled or defined by a module not included in the server configuration[FAILED]

需添加

LoadModule mime_module /etc/httpd/modules/mod_mime.so

Invalid command ‘LogFormat’

[root@srv-2 modules]# /etc/init.d/httpd start

Starting httpd: Syntax error on line 491 of /etc/httpd/conf/httpd.conf:

Invalid command ‘LogFormat’, perhaps mis-spelled or defined by a module not included in t

he server configuration[FAILED]

需添加:

LoadModule log_config_module /etc/httpd/modules/mod_log_config.so

Invalid command ‘Alias’

[root@srv-2 modules]# /etc/init.d/httpd start

Starting httpd: Syntax error on line 555 of /etc/httpd/conf/httpd.conf:

Invalid command ‘Alias’, perhaps mis-spelled or defined by a module not included in the ser

er configuration[FAILED]

需添加:

LoadModule alias_module /etc/httpd/modules/mod_alias.so

Invalid command ‘SetEnvIf’

[root@srv-2 modules]# /etc/init.d/httpd start

Starting httpd: Syntax error on line 582 of /etc/httpd/conf/httpd.conf:

Invalid command ‘SetEnvIf’, perhaps mis-spelled or defined by a module not included in the server configuration[FAILED]

需添加:

LoadModule setenvif_module /etc/httpd/modules/mod_setenvif.so

Invalid command ‘IndexOptions’

[root@srv-2 modules]# /etc/init.d/httpd start

Starting httpd: Syntax error on line 636 of /etc/httpd/conf/httpd.conf:

Invalid command ‘IndexOptions’, perhaps mis-spelled or defined by a module not included in the server configuration[FAILED]

需添加:

LoadModule autoindex_module /etc/httpd/modules/mod_autoindex.so

Invalid command ‘LanguagePriority’

[root@srv-2 modules]# /etc/init.d/httpd start

Starting httpd: Syntax error on line 784 of /etc/httpd/conf/httpd.conf:

Invalid command ‘LanguagePriority’, perhaps mis-spelled or defined by a module n

ot included in the server configuration[FAILED]

需添加

LoadModule negotiation_module /etc/httpd/modules/mod_negotiation.so

[root@srv-2 modules]# /etc/init.d/httpd start

Starting httpd: [ OK ]

正文完
 
mervinwang
版权声明:本站原创文章,由 mervinwang 2017-05-17发表,共计2781字。
转载说明:除特殊说明外本站文章皆由CC-4.0协议发布,转载请注明出处。
文章搜索