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

  1. M

    Two PHP versions linux Plesk HOWTO

    You pointed out exactly the right thing.. #!/bin/sh was there but without "#".. I added it.. reset the permissions.. and YESSSSS... its working.. Thanks man, I could never figure out that little diamond.
  2. M

    Two PHP versions linux Plesk HOWTO

    Nops, it did not work.. :-( p.s: Does it require to reconfigure ("httpdmng --reconfigure-domain") the domain?
  3. M

    Two PHP versions linux Plesk HOWTO

    Thanks for taking time to respond me so quickly.. I hope you would find something odd that will fix my problem.. :) ll -a /var/www/vhosts/DOMAINNAME/ ll -a /var/www/vhosts/DOMAINNAME/cgi-bin/ ll -a /var/www/vhosts/DOMAINNAME/cgi-bin/.cgi_wrapper/ cat...
  4. M

    Two PHP versions linux Plesk HOWTO

    Nop.. nothing in suexec_log... just the ones I posted earlier (in error_log of the domain)
  5. M

    Two PHP versions linux Plesk HOWTO

    second version of PHP is not installed @ /usr/local/php540-cgi rather rather @ /usr/local/php540-cgi/bin and is working fine except it throw few warning about libxml2 that are as follows. I dont think that these warning could cause any problem. ./php: /usr/lib64/libxml2.so.2: no version...
  6. M

    Two PHP versions linux Plesk HOWTO

    domainuser/psaserv for cgi-bin (I tried the domainuser/psacln too) and domainuser/psacln for the wrapper and wrapper directory. and root/root for vhost.conf (tried the root/apache but did not work either).
  7. M

    FCGI Problem while setting up two versions of PHP

    Thanks for the tip! I just posted there.
  8. M

    Two PHP versions linux Plesk HOWTO

    Plesk 11 with default PHP 5.3 and PHP 5.4.7 Hi, I am developing a crawler which require PCRE v7+ in PHP. The Plesk 11 version of PHP has PCRE version 6.6 which is not enough. So, I decided to install a second version of PHP. I used this guide (http://kb.parallels.com/114753) as the source...
  9. M

    FCGI Problem while setting up two versions of PHP

    Hi, I am developing a crawler which require PCRE v7+ in PHP. The Plesk version of PHP has PCRE version 6.6 which is not enough. So, I decided to install a second version of PHP. I used this guide (http://kb.parallels.com/114753) as the source and tried to install PHP 5.4.7. Everything looks...
Back
Top