• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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.

Plesk 12.5 preview feedback thread

Status
Not open for further replies.
Hello, I experiencing this problem in Plesk 12.5.29:

When trying to activate fail2ban it says:
Error: Unable to save the settings: f2bmng failed: Job for fail2ban.service failed. See 'systemctl status fail2ban.service' and 'journalctl -xn' for details.
ERROR:f2bmng:Failed to start fail2ban service
.

All the jails are turned off according to kb and still get this error.

Best regards,
Horacio
 
php-selector (CL7.1)
If a go to a subscriber account (not under the administrator), the page is reloaded continuously.
 
Code:
Traceback (most recent call last):
  File "/usr/local/psa/bin/yum_install", line 231, in <module>
    main()
  File "/usr/local/psa/bin/yum_install", line 217, in main
    inst, rem = installer.resolve(to_install, opts.remove, opts.tries)
  File "/usr/local/psa/bin/yum_install", line 149, in resolve
    raise Exception("Failed to solve dependencies:\n" + '\n'.join(msgs))
Exception: Failed to solve dependencies:
libxml2-2.9.1-5.el7_1.2.i686 requires libz.so.1
libxml2-2.9.1-5.el7_1.2.i686 requires libz.so.1(ZLIB_1.2.3.3)
libxml2-2.9.1-5.el7_1.2.i686 requires libz.so.1(ZLIB_1.2.2.3)
1:psa-kav8-8.0.3-centos6.15071717.i386 requires libz.so.1

Code:
# cat /etc/redhat-release
CloudLinux release 7.1 (Vladimir Komarov)


This is when opting for the Full Installation Type.

The installer works without the Kaspersky Anti-Virus package.
 
Hello Plesk team,

I am working now with 12.1/5 since the first public test version and i really like it!

One of the biggest things is that you can you custom php fpm handlers but unfortunately i found some issues:

- In the additional php configuration (Domain -> PHP Settings -> Additional PHP configuration) it is not possible to load (zend_)extensions. This happens because Plesk adds php_value[zend_extension] = redis.so in the corresponding pool. To resolve this plesk could scan the field for disallowed instructions (see http://php.net/manual/en/configuration.changes.php and http://php.net/manual/en/ini.list.php). To provide the functionality of an extension it must be available in the additional ini scan dir. I don't know why but the php.ini in /var/www/vhosts/system/domain.tld/etc/php.ini won't be read.
This leads me to the problem that i can't disable some modules for specific customers e.g. i added the redis extension (described here http://devblog.plesk.com/2015/08/adding-custom-php-modules-in-plesk/) to plesk but now every customer got access to the redis extension with same php handler.

- I've got working pools but i want to configure the pool to matchup my needs. Where can i find a template to customize like in /opt/psa/admin/conf/templates/?
 
- In the additional php configuration (Domain -> PHP Settings -> Additional PHP configuration) it is not possible to load (zend_)extensions. This happens because Plesk adds php_value[zend_extension] = redis.so in the corresponding pool. To resolve this plesk could scan the field for disallowed instructions (see http://php.net/manual/en/configuration.changes.php and http://php.net/manual/en/ini.list.php). To provide the functionality of an extension it must be available in the additional ini scan dir. I don't know why but the php.ini in /var/www/vhosts/system/domain.tld/etc/php.ini won't be read.
This leads me to the problem that i can't disable some modules for specific customers e.g. i added the redis extension (described here http://devblog.plesk.com/2015/08/adding-custom-php-modules-in-plesk/) to plesk but now every customer got access to the redis extension with same php handler.

As far as I know it is limit of php-fpm. You can't have pools with different enabled extensions. And therefore you can't use settings from /var/www/vhosts/system/domain.tld/etc/php.ini because settings of main pool will overwrite these settings.

- I've got working pools but i want to configure the pool to matchup my needs. Where can i find a template to customize like in /opt/psa/admin/conf/templates/?
What exactly you need to configure?
BTW, from file /etc/php5/fpm/pool.d/domain.com.conf for instance:

; To override pool configuration options, specify them in [php-fpm-pool-settings]
; section of /var/www/vhosts/system/pfannerstillschuster.a10-52-145-36.qa.plesk.ru/conf/php.ini file.
 
Since Plesk 12.5 RTM is out and no more 12.5 previews will be coming, this topic is closed. All further Plesk 12.5 discussion should continue in separate topics.
 
Status
Not open for further replies.
Back
Top