• 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.

Resolved New configuration files for the Apache web server were not created due errors in configuration templates: nginx

1) If you don't know why you have custom templates, it is not a good idea to remove them. You must have installed them previously for a specific purpose. If you remove them without knowing why they are there, you might destroy something else.

Normally you can try to move /usr/local/psa/admin/conf/templates/custom to a different location to test if you can generate web server configuration files afterwards. For example you could do
# mv /usr/local/psa/admin/conf/templates/custom/ /home

2) If you do not want to use Nginx, you can disable it altogether, so that Plesk won't try to generate any files for it either.
# /usr/local/psa/admin/sbin/nginxmng -d
# /usr/local/psa/admin/sbin/httpdmng --reconfigure-all
After this, go into Tools & Settings > Webserver Configurations Troubleshooter and select "Rebuild" > "Broken" again. This might be needed to clear the error message from the screen.
 
Hello i follow your instructions number 2)
but errors are still there
errors in Websites & Domains and Webserver Configurations Troubleshooter pages
 

Attachments

  • Screenshot_9.jpg
    Screenshot_9.jpg
    194.9 KB · Views: 10
  • Screenshot_10.jpg
    Screenshot_10.jpg
    79.3 KB · Views: 10
If you have disabled Nginx, I think it should be safe to remove (delete) the two Nginx entries from the webserver configurations troubleshooter list. With no references left to Nginx configurations the error message should disappear.

Once again, keep in mind that you are using custom webserver configuration templates and have said you don't know why. Maybe you should look into these files to find out why they are there? It is very well thinkable that content overrides the typical Plesk mechanisms. So no guarantee what happens when you remove the two Nginx entries from your list.
 
If you re-enable Nginx in the future, all web server configuration files need to be reconfigured (recreated), because the setup is totally different. Normally, enabling Nginx, e.g. by
# /usr/local/psa/admin/sbin/nginxmng -e
will do that for you. However, I am not sure this will work, because if you have custom templates now and these might be the root cause for the issue, the same issues will appear again.
 
Hello yes i removed the 2 entries and now disappear the error message
thanks for now i go with this conf for nor so think not need ngnix in the future
many thanks for your effort
 
Back
Top