• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Search results

  1. J

    Plesk 11.5 multiple php versions: php.ini files do not load

    Forgive me for asking, but I am still a bit of a newbie to all of this. Especially when it comes down to Nginx and Apache. My understanding is that these are both web servers, and yet they seem to be running at the same time in Plesk. I normally use XAMPP so I never deal with Nginx. I have no...
  2. J

    Plesk 11.5 multiple php versions: php.ini files do not load

    I just want to clarify what I said. You are correct in that the file only affects the domain in question and not the server. What I meant was in phpinfo(), there are two columns that show both the master and domain specific PHP variables. If I place a variable here, phpinfo() shows this value as...
  3. J

    Plesk v11.5 multiple PHP versions

    I really hate compiling PHP from source. If you want your 5.5.3 to run similar to your native (5.3.3), then run phpinfo() on your native and at the very top, you will see the ./configure flags it was compiled with. However, few things you should be careful about. 1. The flags may change with...
  4. J

    Plesk 11.5 multiple php versions: php.ini files do not load

    It is indeed FastCGI, but an empty php.ini doesnt load the master file. Placing only one variable inside it changes the value for both domain and master files in phpinfo().
  5. J

    Plesk v11.5 multiple PHP versions

    But Plesk PHP handler will only accept CGI/FastCGI. How do you get it running as Apache?
  6. J

    Plesk v11.5 multiple PHP versions

    The parameters during configuration step can get a bit out of hand. This is why I hate compiling out of source so much. If only there was an RPM for this (PLEASE TELL ME IF THERE IS). If you want the same capabilities, I suggest you run phpinfo() on your native PHP version (5.3.3) and very early...
  7. J

    Plesk v11.5 multiple PHP versions

    Apache? So the fact the documentation says custom PHP versions are only available for CGI/FastCGI is only a myth?
  8. J

    Plesk 11.5 multiple php versions: php.ini files do not load

    Just tried this hoping for a neat solution. I was hoping I could place only the variables I wanted for a particular domain to use in /var/www/vhosts/system/mywebsite.TLD/etc/php.ini. That didn't work. If the php.ini is empty, that doesn't get superseded by the master either. The file must not...
  9. J

    Plesk 11.5 multiple php versions: php.ini files do not load

    I have only changed PHP settings on the native version on a different domain. For the custom version, all the PHP settings are on their default and I when I was trying to figure out why the master file would not load, I added and removed the PHP handler from Plesk a few times. I haven't made any...
  10. J

    Plesk 11.5 multiple php versions: php.ini files do not load

    Unfortunately that is not correct. In Websites & Domains > Hosting Settings, any changes made here, regardless of their association with PHP will create the file. For instance, I just turned off my SSL support (just unchecked SSL support and hit OK) and as a result my code no longer functions...
  11. J

    Plesk 11.5 multiple php versions: php.ini files do not load

    I did read your post, not sure what you meant by 'template'. Why is that a bad idea? Setting custom PHP settings via GUI instigates the whole issue. As long as those are not changed via GUI, then the file isn't created. Because the whole thing is temperamental, my initial suggestion is to turn...
  12. J

    Plesk 11.5 multiple php versions: php.ini files do not load

    Looking at this in more depth, this does indeed seem to be a bug. When hosting settings for a domain is changed (the same place where the PHP version is assigned in Plesk, along with the ability to enable SSL, CGI, Perl, etcc), this file gets written...
  13. J

    Plesk 11.5 multiple php versions: php.ini files do not load

    Scratch that. It worked!!!!!! However, this time I just deleted the file and refreshed my php page without rebooting the server or doing httpd reconfigure all. Thank you so much for your help. Do you know if there are any tutorials on how to set individual php.ini file for each domain...
  14. J

    Plesk 11.5 multiple php versions: php.ini files do not load

    I removed /var/www/vhosts/system/mywebsite.TLD/etc/php.ini and as you said, the file generated itself automatically. However, the variables are still not being imported neither in phpinfo() or the newly generated php.ini file.
  15. J

    Plesk 11.5 multiple php versions: php.ini files do not load

    OK just ran phpinfo(). It seems the configuration file loaded is located at /var/www/vhosts/system/mywebsite.TLD/etc/php.ini as opposed to /usr/local/php-5.5.3/etc/php.ini which I set during PHP source configuration and the one I have been editing. I tried editing the former but this was writer...
  16. J

    Plesk 11.5 multiple php versions: php.ini files do not load

    I was able to configure my Plesk to read the latest version of PHP from source. However, when I edit the php.ini file associated with the particular installation (the one I assigned to the Plesk php_handler), the modifications are not loaded at runtime. For example, changing memory_limit from...
  17. J

    Upgrading MySQL 5.1 to 5.5 pn Plesk 11.5 on RHEL/CentOS 6.x

    The release notes for 11.5 suggest support for MySQL 5.5, but apparently only for RHEL/CentOS 5.x (and CloudLinux) which is frustrating: http://download1.parallels.com/Plesk/PP11/11.5/Doc/en-US/online/plesk-administrator-guide/index.htm?fileName=59427.htm Can this be done manually on...
  18. J

    Custom PHP version: -bash: /usr/local/psa/bin/php_handler: No such file or directory

    I am using Plesk 11.0.9 and trying to configure the latest version of PHP according to this: http://download1.parallels.com/Plesk/Doc/en-US/online/plesk-administrator-guide/index.htm?fileName=72042.htm but there seems to be no PHP handler file in /psa/bin/. Any ideas? Thanks in advance.
Back
Top