• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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