• 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. S

    Forwarded to devs mod_php showing outputting warnings in HTML while display_errors Off

    TITLE: mod_php showing outputting warnings in HTML while display_errors Off PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE: Plesk Onyx 17.5, x64, Ubuntu 14.04 Trusty / CloudLinux 6.8 PROBLEM DESCRIPTION: Hi, after upgrading both servers from Plesk 12.5 to Plesk 17.5 We were contacted by our...
  2. S

    Question plesk-php56-debug / plesk-php56-dbg / plesk-php56-dbgsym

    Hi, in order to further investigate a PHP-FPM lockup: # strace -y -f -p 56941 Process 56941 attached fcntl(4</tmp/.ZendSem.* (deleted)>, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=1} (gdb) bt #0 0x00007f10ec1aa084 in fcntl () from /lib64/libc.so.6 #1 0x00007f10e392711a in ?? ()...
  3. S

    Contribution [How-To] Compile PHP Phalcon for PHP 5.4 5.5 5.6 7.0

    NOTE: PHP 5.4 is no longer supported For more info, please refer to: https://devblog.plesk.com/2015/08/adding-custom-php-modules-in-plesk/ First install some basic dependencies: yum install git make gcc glibc-devel zlib-devel Then create the actual function to build and install PHP Phalcon...
  4. S

    Support for CentOS 7 soon ?

    http://seven.centos.org/ The release is getting really close, any day now really. Is Paralells already working on supporting CentOS 7?
  5. S

    Plesk Panel Home Page not showing after Upgrade from 11.5 to 12

    # tail /usr/local/psa/admin/logs/panel.log -fn0 tail: inotify cannot be used, reverting to polling [17-Jun-2014 23:48:05 Europe/Berlin] PHP Warning: require_once(modules/firewall/FwConfigurator.php): failed to open stream: No such file or directory; File...
  6. S

    Plesk 12 Web Admin Edition: Cannot create extra domain

    The license says that it provides 10 domains on the License Management page. However, when I try to add a new domain, I get: Warning: Permission denied. When trying to add a domain from the command line, I get a warning that I can't add a new subscription (which is probably the way Web...
  7. S

    FIX: named fails to start with: zone xx.tld/IN: NS 'ns.xx.tld' has no address records

    After migrating an old Plesk 8.6 to Plesk 11.5, I came across this annoying named limitation: zone xx.tld/IN: NS 'ns.xx.tld' has no address records (A or AAAA) zone xx.tld/IN: not loaded due to errors. _default/xx.tld/IN: bad zone...
  8. S

    How-To: Host 1 site on multiple IP's

    Say that you want to give a site a new IP, eg. for SSL purposes. But you don't want the site to get interupted longer than a few seconds, and the TTL for the domain is set horribly high. The fix for this would be: Switch the IP for the site in Plesk to the new (dedicated) IP. then...
  9. S

    PHP Warning: require_once(modules/fileserver/FileServerStatus.php): failed to open st

    Today, I got: # plesk bin license --install "INSERT_LICENSE_HERE" PHP Warning: require_once(modules/fileserver/FileServerStatus.php): failed to open stream: No such file or directory; File: /usr/local/psa/admin/plib/ExtendedServerInfo.php, Line: 1735 PHP Fatal error: require_once()...
  10. S

    Plesk 11.5 Easy Install Script for Multiple PHP CentOS 6.4 x64

    This project is no longer maintained I recommend switching to PHP Panda http://forum.parallels.com/showthread.php?293750-PHP-Panda!-Multi-PHP-installer-for-Plesk The following script I made will automate these tasks: - Install needed dependencies - Download and extract sources - Configure...
  11. S

    Plesk 11.5 extend chroot with MySQL access and /var/www/vhosts/<domain>/httpdocs/

    Hi, when messing around with Drush (a Drupal CLI application that can automate your Drupal deploys) I applied following fixes to my chroots: To install: mkdir -p /var/www/vhosts/<domain>/var/www/vhosts/<domain>/httpdocs/ mount --bind /var/www/vhosts/<domain>/httpdocs/...
  12. S

    Plesk 11.5 wrongly detects PHP 5.2.17 as just PHP 5

    Custom versions for 5.3, 5.4 and 5.5 all get detected with correct subversion. But for 5.2.17 it just says PHP 5. This is the version output of the fresh compiled PHP 5.2.17: /usr/local/php5.2.17-cgi/bin/php-cgi -q -c /usr/local/php5.2.17-cgi/etc/php.ini <<< '<?php print phpversion(); ?>'...
  13. S

    Command Line Setup Mailing Lists feature.

    Would it be possible to provide a command line tool to setup the initial 'master' mailman list? So far I have deducted: export LISTPWD='SOMERANDOMPASS'; /usr/local/psa/admin/bin/listmng 'create' 'mailman' '-' '[email protected]' 'quiet' unset LISTPWD But is this enough?
  14. S

    root.psa_db.sql.lock undocumented feature?

    Can anybody tell me what the file $PRODUCT_ROOT_D/etc/root.psa_db.sql.lock is for? It is referred to @ http://serverkb.co.uk/wiki/Plesk_Errors I'd like to know more about hardening my Plesk installs.
  15. S

    iptables rule to block all outgoing mail sent via perl (or other) scripts

    Mail should always be sent via qmail or Postfix. In order to be able to track any spammers and to use Parallels Premium Outgoing Antispam. I have created the following iptable rules to enforce this for Postfix: Would it be possible for the Plesk Firewall Module to have such a rule so we can...
Back
Top