在Apache上启动虚拟主机时出现语法错误

时间:2018-06-27 09:16:55

标签: syntax-error

# Virtual Hosts
<VirtualHost *:80>
  ServerName 192.168.1.55:80
  ServerAlias localhost
  DocumentRoot "${INSTALL_DIR}/www"
  <Directory "${INSTALL_DIR}/www/">
    Options +Indexes +Includes +FollowSymLinks +MultiViews
    AllowOverride All
    Require all granted  
      </Directory>
</VirtualHost>

“ ServerName 192.168.1.55:80在文件c:/wamp64/bin/apache/apache2.4.27/conf/extra/httpd-vhosts.conf中有语法错误

在启动项目的URL中添加localhost是一个坏主意。最好在以下位置定义VirtualHost wamp / bin / apache / apache2.4.27 / conf / extra / httpd-vhosts.conf 文件,而不在网址中添加本地主机。”

这是什么问题...由于此错误,无法从PC启动网站

0 个答案:

没有答案