apache 添加虚拟机

1.  apache配置文件httpd.conf,vhosts.conf

2.  在vhosts.conf下添加虚拟机


    DocumentRoot "D:\www\mxhy\backend\web"
    ServerName mxhy_b.com
    ServerAlias mxhy_b.com
 
      Options FollowSymLinks ExecCGI
      AllowOverride All
      Order allow,deny
      Allow from all
      Require all granted
 

3. httpd.conf中包含vhosts.conf

apache 添加虚拟机_第1张图片


你可能感兴趣的:(apache)