• 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

Search results

  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

    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...
  5. 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...
  6. 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...
  7. 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...
  8. 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]...
  9. P

    Fresh install, ERROR while trying to find MySQL ODBC driver

    Fresh install using plesk-installer script. Updated CentOS 6.5 installation with remi and mysql repositories. Got this error, any help is much appreciated, thanks. ===> Cumulative APS controller upgrade (final stage) has been started. Trying to set up APS controller database... ERROR...
  10. P

    How to create a custom template for nginx & PHP-FPM for "special" websites?

    I manly use Symfony 2 as PHP framework. It works without problems with Apache/FastCGI. I'd like to use it with nginx/PHP-FM for low memory usage and high performance (Zend OPCache). However, Plesk-generated default nginx configuraton is not suitable for Symfony 2. This is a minimal working...
  11. P

    ODBC error #08S01: [unixODBC][MySQL][ODBC 5.3(w) Driver]Can't connect to local MySQL

    I'm getting this error after updating MySQL to 5.6 (Plesk 11.5, fresh installation) using the official MySQL repository right after adding a new subscription. However database seems to work fine, I can access phpMyAdmin without problems under Settings -> Database Servers. PHP 5.5 using Remi...
  12. P

    How to setup PHP-FPM with Apache only (without nginx as reverse proxy)?

    I'm quite new Plesk, running on my own private virtual server (CentOS x64). I was able to install nginx and php-fpm support using the add/remove components functionality. It was straightforward :). However - as default - PHP-FPM requires ngix as web server (as stated in the documentation)...
Back
Top