Apache问题及解决

apache虚拟主机时,出现如下错误:

Invalid command 'RewriteEngine', perhaps mis-spelled or defined by a module not included in the server configuration

解决办法:

1.非debian

  打开httpd.conf ,取消 LoadModule rewrite_module modules/mod_rewrite.so前的注释

  然后重启apache服务器使配置生效。

2.debian

  lai@debian:/etc/apache2/mods-enabled$ ln -s ../sites-available/rewrite.load rewrite.load

  然后重启apache服务器使配置生效。

你可能感兴趣的:(apache,server,Debian,Module,服务器,command)