• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Issue Web Configuration Changed ip address

toomanylogins

Basic Pleskian
Hello,
The performance of our inhouse staging plesk 12.5 hyperv vm was poor so i moved to a new machine/network and changed the ip address from 10.10.10.19 to 10.10.1.19. I then got a bunch of errors so decide to update to onyx. Performance is even worse and I cannot resolved these errors. The web config extension is reporting the old ip address relating to webmail and also some deleted domains such as runoverdogs.com. Any idea how to fix this ?

Error: New configuration files for the Apache web server were not created due to the errors in configuration templates: nginx: [warn] conflicting server name "" on 10.10.10.19:80, ignored nginx: [warn] conflicting server name "roundcube.webmail" on 10.10.10.19:80, ignored nginx: [warn] conflicting server name "horde.webmail" on 10.10.10.19:80, ignored nginx: [warn] conflicting server name "atmail.webmail" on 10.10.10.19:80, ignored nginx: [warn] conflicting server name "webmail.*" on 10.10.10.19:80, ignored nginx: [warn] conflicting server name "roundcube.webmail.*" on 10.10.10.19:80, ignored nginx: [warn] conflicting server name "horde.webmail.*" on 10.10.10.19:80, ignored nginx: [warn] conflicting server name "atmail.webmail.*" on 10.10.10.19:80, ignored nginx: [warn] conflicting server name "webmail.forum.youdoinsurance.com" on 10.10.10.19:80, ignored nginx: [warn] conflicting server name "webmail.janedennis.com" on 10.10.10.19:80, ignored nginx: [warn] conflicting server name "webmail.member.youdopet.com" on 10.10.10.19:80, ignored nginx: [warn] conflicting server name "webmail.runoverdogs.com" on 10.10.10.19:80, ignored nginx: [warn] conflicting server name "webmail.software.completepicture.co.uk" on 10.10.10.19:80, ignored nginx: [warn] conflicting server name "webmail.surgeryworldwide.com" on 10.10.10.19:80, ignored nginx: [warn] conflicting server name "webmail.youdoinsurance.com" on 10.10.10.19:80,

Thanks
Paul
 
I solved the Invalid nginx configuration: nginx: [emerg] duplicate location "/" by adding ~
ie location ~ / {

Bit crazy.
Still got the web config errors though.
 
When you have used custom vhost templates before, you must remove these templates, then run # plesk repair web.
 
Thought so I dont have any custom templates. Ran plesk repair web and it comes up with no errors. However the web config extension still has all these errors realting to the old ip address. Very confusing.

New configuration files for the Apache web server were not created due to the errors in configuration templates: nginx: [warn] conflicting server name "" on 10.10.10.19:80, ignored nginx: [warn] conflicting server name "roundcube.webmail" on 10.10.10.19:80, ignored nginx: [warn] conflicting server name "horde.webmail" on 10.10.10.19:80, ignored nginx: [warn] conflicting server name "atmail.webmail" on 10.10.10.19:80, ignored nginx: [warn] conflicting server
 
Back
Top