NameVirtualHost directive

file: httpd.conf

Main contents:

BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully

BrowserMatch "^gnome-vfs" redirect-carefully

NameVirtualHost a.b.c.d:80

NameVirtualHost a.b.c.d:443

Above is correct.

When the server changes IP address to e.f.g.h the new content is:

BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully

BrowserMatch "^gnome-vfs" redirect-carefully

NameVirtualHost a.b.c.d:80

NameVirtualHost a.b.c.d:443

NameVirtualHost e.f.g.h:80

The old IP-address is not removed and the SSL-port is not added resulting in degraded functionality and warnings in log(s).

N.B. I do not know to whom I should assign this so I left it unassigned, please advise and correct. This editor gives me the creeps - it removes my CR-LF :(

Status: 
Active

Comments

That may be a bug .. which page in Virtualmin did you use to change the IP address exactly?