ip change bug

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

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.

ok, got it (but still removed the lines :-)