Submitted by helpmin on Thu, 08/18/2011 - 00:37
Tried to change the ip address 45.22.57.79 to 192.168.0.111 with
Addresses and Networking - Change IP Addresses
Here is the before httpd.conf
NameVirtualHost 45.22.57.79:80
NameVirtualHost 45.22.57.79:443
NameVirtualHost 45.22.57.80:80
Here is the after httpd.conf
NameVirtualHost 45.22.57.79:80
NameVirtualHost 45.22.57.79:443
NameVirtualHost 45.22.57.80:80
NameVirtualHost 192.168.0.111:80
I would have expected
NameVirtualHost 192.168.0.111:80
NameVirtualHost 192.168.0.111:443
NameVirtualHost 45.22.57.80:80
is this a bug?
Status:
Active
Comments
Submitted by JamieCameron on Thu, 08/18/2011 - 00:57 Comment #1
Not really.. that extra NameVirtualHost doesn't cause any problems. Also it may be in use by another virtualhost that isn't under virtualmin's control.
Submitted by helpmin on Thu, 08/18/2011 - 01:00 Comment #2
ok, got it (but still removed the lines :-)