• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Search results

  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