• 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

    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.
  16. 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...
  17. 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...
  18. P

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

    I've fixed the problem adding a symbolic link to /var/lib/mysql/mysql.sock. Still try to understand what's changed in mysql-connectors-odbc that breaks Plesk 11.5: ln -s /var/lib/mysql/mysql.sock /tmp/mysql.sock ln -s /usr/lib64/libmyodbc5w.so /usr/lib64/libmyodbc5.so
  19. P

    Any chance to get Plesk 10.4 work with MySQL 5.6+

    I managed to make MySQL 5.6 work with Plesk 11.5, with a bit of effort. Here's how. First blacklist mysql-* from Remi repo (if you are using it): vim /etc/yum.repos.d/remi.repo ... adding exclude=mysql-* to [remi] section. Then add MySQL official repository to yum: rpm -Uvh...
  20. 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...
Back
Top