|
我在安装完毕apache+tomcat连接模块的时候报错!
httpd -t命令出现一下错!
Syntax error on line 54 of /usr/local/apache2/conf/httpd.conf:
Invalid command 'LoadModeule', perhaps misspelled or defined by a module not included in the server configuration
配置如下:
# Example:
# LoadModule foo_module modules/mod_foo.so
#
LoadModeule jk_module modules/mod_jk.so
Include /usr/local/apache2/conf/mod_jk.conf
<IfModule !mpm_netware_module> |
|