• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Search results

  1. burnley

    Question Plesk migration manager - adjust vhost_nginx.conf custom config using IP mapping

    I need to do per-vhost processing in nginx based on the location(s) hit. Say I have to configure specific filtering that kicks in based on the url hit by the client, for this I need to insert additional configuration which, for a Linux Plesk vhost, goes in conf/vhost_nginx.conf in a "location"...
  2. burnley

    Question Plesk migration manager - adjust vhost_nginx.conf custom config using IP mapping

    Thanks mr-wolf, that's exactly my very problem: I have multiple IP addresses on the same server and the proxy_pass directive must contain the actual IP on the website which Plesk configures correctly in nginx.conf. What I want is a way to have the same IP carried across in vhost_nginx.conf as...
  3. burnley

    Forwarded to devs mysqld service is being restarted as part of microupdate - long service downtime

    Ok, ran the following command: env PLESK_INSTALLER_DEBUG=1 plesk installer --select-release-current --reinstall-patch --upgrade-installed-components But I didn't replicate the issue because the test machine was already up to date, so Plesk just reapplied the patches, without executing the code...
  4. burnley

    Forwarded to devs mysqld service is being restarted as part of microupdate - long service downtime

    Thanks Igor, see below: Detecting installed product components. panel [up2date] - Plesk bind [up2date] - BIND DNS server postgresql [install] - PostgreSQL server health-monitor [install] - Server Health Monitor fail2ban [install] - Fail2Ban...
  5. burnley

    Forwarded to devs mysqld service is being restarted as part of microupdate - long service downtime

    In /var/log/audit/audit.log: type=SERVICE_START msg=audit(1519270339.372:15356): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=psa comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_STOP msg=audit(1519270339.372:15357): pid=1 uid=0...
  6. burnley

    Forwarded to devs mysqld service is being restarted as part of microupdate - long service downtime

    Igor, I'm seeing the same issue when upgrading to #41 on a test machine. At 14:32:23 local time mysqld was restarted. See the log entries in /var/log/plesk/install/autoinstaller3.log at the time: [...] [2018-02-22 14:32:17.762977] chsh: Shell not changed. Changing shell for popuser. chsh: Shell...
  7. burnley

    Question Plesk migration manager - adjust vhost_nginx.conf custom config using IP mapping

    I don't know what's the best way to approach this. We have vhosts with custom nginx configuration in /var/www/vhosts/system/<vhost>/conf/vhost_nginx.conf that looks like this: location ~* ^/.*(locationA|locationB)$ { <nginx specific processing here> if ( $scheme = http ) { proxy_pass...
  8. burnley

    Forwarded to devs mysqld service is being restarted as part of microupdate - long service downtime

    Igor, thanks for the follow-up I stand corrected on the mail subsystem, I stopped mysqld and I can still authenticate the IMAP & POP3 users, which is good. However, in our environment mysqld was still restarted as part of the Plesk update. Wonder if this is happening for us because we're using...
  9. burnley

    Question Plesk Restore: warning (52): duplicate key name?

    ok removing all the settings.performance.memory_limit.values[]= and simular entries where there was more than one value specified got rid of the message. However that's not exactly a solution as how do we then populate a drop down list with a range of acceptable 'limits' for assorted php...
  10. burnley

    Question Plesk Restore: warning (52): duplicate key name?

    Hi Igor, Thanks for the reply. We checked the panel.ini file and there are no duplicate sections; the ones we have are below; [debug] [log] [promos] [facebook] [aps] [webserver] lines 51 to 53 contain the following; settings.performance.memory_limit.values[]=64M...
  11. burnley

    Question Plesk Restore: warning (52): duplicate key name?

    I've been trying to pin down and get rid of the following error but so far can't locate it, has anyone else encountered it? Details Warning: Restore hosting "xxx.tld" Unable to read backup settings, default settings will be used instead. Details: <unspecified file>(52): duplicate key name I...
  12. burnley

    Forwarded to devs mysqld service is being restarted as part of microupdate - long service downtime

    TITLE: mysqld service is being restarted as part of microupdate - long service downtime PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE: Plesk Onyx Version 17.5.3 Update #38‪, CentOS Linux 7.4.1708 (Core)‬ PROBLEM DESCRIPTION: When running the micro update mysqld service gets restarted, leading...
  13. burnley

    Issue [Plesk 17.5.3 microupdate] mysqld gets restarted when applying the microupdate

    Guys, I think this one beats my worst expectations: may I ask what is the technical reason for the Plesk updater restarting MySQL as part of a *micro* update? Can you imagine you may have clients with large databases, large InnoDB tablespaces and restarting the services on those servers may take...
  14. burnley

    Issue [17.5.3] restoring a small domain from Plesk backup takes 2.5 hours

    Windows 2012 R2 with Plesk Version 17.5.3 Update #34, last updated on Dec 13, 2017 10:18 PM Wonder how many Plesk admins out there are using the incremental backup/restore feature in 17.5, we've just attempted our first restore and the performance is just horrendous, took almost 2 and a half...
  15. burnley

    Issue [17.5.3] Plesk for Linux logrotate issue: error_log not rotated

    The following command fixes the issue, as per one of your KB articles: /usr/local/psa/bin/domain --update adilogrotatetest1.local -log-rotate true Why isn't the logrotate file created when creating the subscription?
  16. burnley

    Issue [17.5.3] Plesk for Linux logrotate issue: error_log not rotated

    Happy New Year :) CentOS 7.4 with Plesk Version 17.5.3 Update #34, last updated on Dec 19, 2017 01:10 PM Just created a new subscription in the panel on a hosting plan which has log rotation enabled in the Logs & Statistics tab with the following settings: Log rotation condition: by size...
  17. burnley

    Forwarded to devs migration of DNS killed all my DKIM cnames

    We second this bug report, its been there for years but had hoped it would be fixed with Onyx 17.5 now that you have DKIM support... We look forward to seeing PPPM-7401 appear on the change log. Its annoying as we have a lot of clients using Office 365 and more and more are requesting us to...
  18. burnley

    Issue extension Google PageSpeed Insights issue

    Has anyone found a way to make this work with the Plesk extension. I'm well aware we can go direct but then why bother creating and this extension...
  19. burnley

    Forwarded to devs User PHP customisations being overwritten by service plan changes

    if you want to make the changes permanent create a php.ini file with the custom settings you want and place it in /var/www/vhosts/system/domain.tld/etc/ and plesk seems to always honor that. But I agree any custom php settings you save in php settings page should survive php version change.
  20. burnley

    PHPMyAdmin shiped with plesk not compatible with latest FireFox 57

    TITLE: PHPMyAdmin shiped with plesk not compatible with latest FireFox 57 PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE: Plesk Onyx Version 17.5.3 # 29, Centos 7.4 PhpMyAdmin 4.6.6 PROBLEM DESCRIPTION: After upgrading to the latest FireFox 57 I've noticed that with phpmyadmin 4.6.6 shipped...
Back
Top