• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Template_Exception: /opt/psa/admin/sbin/websrv_ulimits:

mdde

Regular Pleskian
Hi just got this Error i cant figure out that Problem.

i just set a new Domain to existing Plesk with Customers and moved some more Customers to that new Server (which is running since a Week) and now i randomly got this Message:

Code:
Unable to generate the web server configuration file on the host <xxxx.xxx.com> because of the following errors:

Template_Exception: /opt/psa/admin/sbin/websrv_ulimits: line 923: /etc/nginx/ulimit.global_params.new: No such file or directory

file: /opt/psa/admin/plib/Template/Writer/Webserver/Abstract.php
line: 75
code: 0

Please resolve the errors in web server configuration templates and generate the file again.

Any help i would appreciate
 
What is output of command

# ll /etc/nginx/ulimit.global_params*

If you have any similar files there, try to remove them.
You can set ulimit manually for nginx with

# /opt/psa/admin/sbin/websrv_ulimits -s 2048 -n

and new file /etc/nginx/ulimit.global_params with parameter worker_rlimit_nofile 2048; will be created.
 
nginx was deleted.

Code:
root@web-host04 ~ # ll /etc/nginx/ulimit.global_params
ls: cannot access /etc/nginx/ulimit.global_params: No such file or directory
root@web-host04 ~ # /etc/nginx/ulimit.global_params
-bash: /etc/nginx/ulimit.global_params: No such file or directory
root@web-host04 ~ #
 
Back
Top