AH00548: NameVirtualHost has no effect
AH00548: NameVirtualHost has no effect
The following occurs to me when restarting apache2. I'm running a "clean" installation of Vesta on "Ubuntu 14.04.2 LTS".
A better view of what actually happened:
Listing content of the file pointed to by the message:
Questions:
A better view of what actually happened:
Code: Select all
$ sudo service apache2 restart
* Restarting web server apache2
AH00548: NameVirtualHost has no effect and will be removed in the next release /etc/apache2/conf.d/1.2.3.4.conf:1
[ OK ]
Code: Select all
NameVirtualHost 1.2.3.4:8080
Listen 1.2.3.4:8080
NameVirtualHost 1.2.3.4:8443
Listen 1.2.3.4:8443
- What is a proper fix for solving this?
- What is the meaning of the 1.2.3.4.conf (MyIP.conf) file?
Re: AH00548: NameVirtualHost has no effect
Try to use VirtualHost not NameVirtualHost .