• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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