Submitted by MissterX on Sat, 05/28/2011 - 21:41
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
Submitted by JamieCameron on Sat, 05/28/2011 - 23:28 Comment #1
That may be a bug .. which page in Virtualmin did you use to change the IP address exactly?