• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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.

Recent content by laz

  1. L

    Input Bash script to compile Nginx from source with additional modules on Plesk Onyx

    no actually i was asking myself the same and thougth it came from the script. i dont know what iit is for actually. the reason why i use the script was rtmp streaming service on one of my machines. i uncomment the configs with the passengers areas. i uncomment the whole http area in my config...
  2. L

    Input Bash script to compile Nginx from source with additional modules on Plesk Onyx

    try to compile the module and copy it to the needed location with: root@server:~/nginx-1.15.6/objs# cp ngx_http_passenger_module.so /usr/share/nginx/modules/ -v 'ngx_http_passenger_module.so' -> '/usr/share/nginx/modules/ngx_http_passenger_module.so' now the error changed to nginx: [emerg]...
  3. L

    Input Bash script to compile Nginx from source with additional modules on Plesk Onyx

    Hi Script runs successfull but at the end i couldn start the service because of a module. Here is the error from log. nginx: [emerg] module "/usr/share/nginx/modules/ngx_http_passenger_module.so" version 1013008 instead of 1015006 could i update the module manual or running the script with...
Back
Top