VirtualHost always returns default host with Apache on Ubuntu 14.04

前端 未结 12 616
夕颜
夕颜 2021-01-30 07:16

I try to setup a virtual host besides the default localhost. Whenever I try to call my virtual host http://test I get the default Apache2 Index file t

12条回答
  •  悲&欢浪女
    2021-01-30 07:56

    if you keep default with *:80; *.443 make sure it is on the bottom - so rename 000-default to zzz-default

提交回复
热议问题