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

  1. P

    Resolved SetEnv website configuration unable to get value in cgi

    Meanwhile, we use database connect to convert lower or upper character using LC_CTYPE got by MariaDB. Thank for your help.
  2. P

    Resolved SetEnv website configuration unable to get value in cgi

    Thank you for your rapid and exhaustive response. Unfortunatly, the LC_CTYPE is mandatory to execute tolower and toupper C function. The cgi-bin script must receive this environment variable to run correctly and convert lower and upper letters. It seems that this point has been forgotten by devs...
  3. P

    Resolved SetEnv website configuration unable to get value in cgi

    Hello, we use script language in cgi-bin mode. The scripts receive all Apache variables such as HTTP_REFERER, SERVER_NAME, ... but not environment variables such as LC_CTYPE. Does anybody knows the reason please ? Even if we define "SetEnv myvar "myvalue"" in section "Apache/Nginx" /...
Back
Top