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

  1. V

    Plesk v11.5 multiple PHP versions

    Thanx for information. When I execute your scripts there's a error: Requires: libfbclient.so.2()(64bit) any suggest?
  2. V

    Plesk v11.5 multiple PHP versions

    ok all ok I need to set this line: / usr / local / psa / bin / php_handler - add-displayname <NN> <path to php-path-phpini cgi> <path to <php handler> php.ini>-type-id <NN-custom>
  3. V

    Plesk v11.5 multiple PHP versions

    ok this is the result. /var/www/vhosts/system/fundalcobendas.intergrafic.com/etc/php.ini /var/www/vhosts/system/eventshorizon.net/etc/php.ini /var/www/vhosts/system/intergrafic.com/etc/php.ini find: File system loop detected...
  4. V

    Plesk v11.5 multiple PHP versions

    the second option compiles. not if I have also run "make" and "make install" with these two there is a code error: can not find "make". I have to edit the php.ini ... with the code: cp php.ini-development / usr / local / lib / php.ini there is an error, cp: can not stat...
  5. V

    Plesk v11.5 multiple PHP versions

    Yes I have yum I download development tools and install these...ok I executed the code and the console tells me: [root@95 php-5.1.6]# ./configure --prefix /usr/local/php516 loading cache ./config.cache checking for Cygwin...
  6. V

    Plesk v11.5 multiple PHP versions

    this are my date: [root@95 php-5.1.6]# whereis cc cc: [root@95 php-5.1.6]# echo $PATH...
  7. V

    Plesk v11.5 multiple PHP versions

    Thanx TarasS I try this solution but there's a error when I compile this: ./configure --prefix /usr/local/php516 this: loading cache ./config.cache checking for Cygwin environment... no checking...
  8. V

    Plesk v11.5 multiple PHP versions

    Hello I have a 5.3.3 php version and need install the version 5.1.6 I have download this versión from ssh pannel but I dont know how. I write: # cd /usr/local/src # mkdir php516 # cd php516 # wget http://www.php.net/get/php-5.1.6.tar.gz/from/at2.php.net/mirror # tar xzvf...
Back
Top