• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Recent content by Polmonino

  1. P

    Question Sync subscription node version (setting using the GUI) with the shell version?

    Using the Plesk node extension I'm able to set a specific node version for a given subscription. For example, subscription example.com has Node version 16. This will work for running a web app, with a startup file. However, in the same subscription, node -v or npm -v doesn't show the correct...
  2. P

    FCGIWrapper remove custom env variables defined with FcgidInitialEnv

    I need to define the SQLANY17 environment variable (need by SAP SQL Anywhere PHP extension). I'm running PHP 5.5 with FastCGI and a custom vhost.conf like the following: <IfModule mod_fcgid.c> FcgidInitialEnv SQLANY17 /opt/sqlanywhere17 </IfModule> This is not working as phpinfo()...
  3. P

    Unable to set environment variable with FastCGI handler

    I'm unable to set a custom environment variable for the domain example.com: cat /var/www/vhosts/system/example.com/conf/vhost.conf <IfModule mod_fcgid.c> FcgidInitialEnv SQLANY12 /opt/sqlanywhere12 FcgidInitialEnv LD_LIBRARY_PATH /opt/sqlanywhere12/lib64 </IfModule> This doesn't...
  4. P

    Plesk 12.5 /var/lib/php/session permissions issue with session.save_path

    Ok fine, thanks! Btw it's really strange your system have different permissions on that folder... any Plesk developer here?
  5. P

    Plesk 12.5 /var/lib/php/session permissions issue with session.save_path

    Why root:root blowing apache away? Thanks.
  6. P

    Plesk 12.5 /var/lib/php/session permissions issue with session.save_path

    In Plesk 12.5 on CentOS 7 x64 there is an issue when running PHP 5.* with FastCGI/FPM. The /var/lib/php/session directory is 770, which is wrong since scripts run under: <ftpuser>:psacln [root@localhost ~]# ls -l /var/lib/php total 0 drwxrwx--- 2 root apache 44 Sep 25 10:51 session Which is...
  7. P

    File sharing doesn't work in 12.5 with FPM + Apache PHP handler

    Plesk v12.5.30_build1205150826.19 os_CentOS 7 CentOS Linux 7.1.1503 (Core) It works with FastCGI but not with FPM handler, depending on the domain PHP configuration. And this is strange, why the "File sharing" tab should use the configured PHP handler instead of the global PHP handler? Steps...
  8. P

    The license key is invalid. In order to use Plesk, please obtain and install...

    Tonight my Plesk 12 installation failed to upgrade for some reason. An automatic email message says: Unable to update . An error occurred while processing your key. You can try updating it later. Pkesk is now deactivated: Error: The license key is invalid. In order to use Plesk, please...
  9. P

    Urgent - After clean install my Plesk key doesn't work anymore (BAD ARGUMENTS)

    This is a serious issue and I'm really disappointed. I have a fully working clean installation of Plesk 12 + updates (CentOS 6.5 x64). Previous installation was a test and was working just fine with the license file. Today I did a clean install. When I tried to restore my original key file...
  10. P

    Adding multiple PHP version, got mod_fcgid: error reading data from FastCGI server

    I've found no solution for Plesk 12. And according to the docs, it should work out of the box without any workaround or "fix". Any idea is much appreciated, thanks!
  11. P

    Adding multiple PHP version, got mod_fcgid: error reading data from FastCGI server

    I'm trying to add multiple PHP version (current version installed: 5.5.13), using the official documentation. I always get 500 Internal Server Error after switching to the new version, with the following error_log content: [Sat Jun 07 00:49:35 2014] [warn] [client XXX.XXX.XXX.XXX]...
  12. P

    Fresh install, ERROR while trying to find MySQL ODBC driver

    I'll try and report back. Side note: it should be clear that Plesk 12 right now cannot be installed with MySQL 5.6 (official rpm).
  13. P

    Fresh install, ERROR while trying to find MySQL ODBC driver

    I was looking for the release 12 of Plesk before buying my brand new private server and Plesk license. Right now I'm not able to install MySQL 5.6 and start using it. Is tehre any way to solve the installation issue?
  14. P

    Fresh install, ERROR while trying to find MySQL ODBC driver

    Works: - without third-party repositories - with REMI repository Doesn't work: - with REMI + MySQL official repository Plesk 12 claims to support MySQL 5.6 (presence builder), am I right? Thank you for you help.
  15. P

    Fresh install, ERROR while trying to find MySQL ODBC driver

    Let me know what kind of logs/system info you need. By the way that was part of the installation log file. Thanks.
Back
Top