运行Apache正常,但运行Apache -t出错

运行/usr/local/apache2/bin/apachectl -t时出错:

[root@localhost httpd-2.2.11]# /usr/local/apache2/bin/apachectl -t

Syntax error on line 433 of /usr/local/apache2/conf/httpd.conf:
Invalid command '//\xe7\x94\xa8\xe4\xba\x8e\xe6\xad\xa4\xe7\x9b\xae\xe5\xbd\x95\xe8\xae\xbf\xe9\x97\xae\xe8\xba\xab\xe4\xbb\xbd\xe9\xaa\x8c\xe8\xaf\x81\xe7\x9a\x84\xe6\x96\x87\xe4\xbb\xb6', perhaps misspelled or defined by a module not included in the server configuration


模块中有:
[root@localhost httpd-2.2.11]# /usr/local/apache2/bin/apachectl -l
Compiled in modules:
  core.c
  mod_authn_file.c
  mod_authn_default.c
  mod_authz_host.c
  mod_authz_groupfile.c
  mod_authz_user.c
  mod_authz_default.c
  mod_auth_basic.c
  mod_include.c
  mod_filter.c
  mod_log_config.c
  mod_env.c
  mod_setenvif.c
  prefork.c
  http_core.c
  mod_mime.c
  mod_status.c
  mod_autoindex.c
  mod_asis.c
  mod_cgi.c
  mod_negotiation.c
  mod_dir.c
  mod_actions.c
  mod_userdir.c
  mod_alias.c
  mod_so.c
编译的时候没禁用什么模块,都按默认的,不知出错在那?那位兄弟见过的,请指点一下。

你可能感兴趣的:(职场,休闲)