• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • 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.

Search results

  1. Oldiesmann

    Resolved Can't login to SSH as root

    I somehow missed the "PermitRootLogin" option. Will try that tonight and see what happens.
  2. Oldiesmann

    Resolved Can't login to SSH as root

    I am trying to migrate to a new VPS. The problem is the source server somehow got configured so that the default SSH user is a regular user (with sudo access) called "ubuntu". I followed the instructions at Resolved - What steps need to be taken to enable SSH root access through the SSH terminal...
  3. Oldiesmann

    Issue Let's Encrypt Renewal fails

    I don't know if Bind was installed through Plesk or not. This is a standard Ubuntu server that I installed Plesk on using the Plesk installer. That server should be the authoritative DNS server for that domain - I don't have any other servers.
  4. Oldiesmann

    Issue Let's Encrypt Renewal fails

    I searched and found several topics about this but nothing that actually mentioned how to resolve it. I keep an email each day saying that the SSL certificate for one of my domains couldn't be renewed... What DNS service needs to be enabled? BIND is running and another certificate (albeit not...
  5. Oldiesmann

    Resolved Apple devices loading default certificate instead of domain-specific one

    Managed to get to the bottom of the problem it seems. I have nginx set up as a reverse proxy with Apache and recently enabled http2. Apparently this is causing nginx to send an upgrade header, which in turn causes problems for Safari/iOS. Adding "proxy-hide-header: upgrade;" to the nginx...
  6. Oldiesmann

    Resolved Apple devices loading default certificate instead of domain-specific one

    Over the past week or so, I've been getting reports from users on one of my forums that they are no longer able to access the site from their iPads. Tonight with the help of a friend, we were finally able to track down the issue - iOS is trying to load the default security certificate rather...
  7. Oldiesmann

    Resolved Update billing info for Plesk

    Finally figured it out. Had to go to the Cleverbridge site, look up my orders and update my info that way. It would be nice if there was an easier way to do it though.
  8. Oldiesmann

    Resolved Update billing info for Plesk

    How do I update my billing info for my Plesk license? The card I purchased my license with expired last month and I'm getting messages saying I'm operating within the grace period, but I can't for the life of me figure out how I update the card info. I tried My Plesk, I've tried searching the...
  9. Oldiesmann

    Issue PHP Warning: Module 'imagick' already loaded in Unknown on line 0

    Not sure if you still need help or not, but having some experience with php.ini, I can say that what MarkM said is what's happening. Specifically, you have "extension=imagick.so" twice - either twice in the same file or in two different files (eg in php.ini and again in imagick.ini). Double...
  10. Oldiesmann

    Question HTTP2 enabled, Apache still using 1.0

    At the suggestion of the Advisor extension, I enabled HTTP2 on my server. However, I'm still seeing requests in the logs using HTTP/1.0. Example: GET /calendar/?viewmonth;year=2022;month=4;day=6; HTTP/1.0 Do I need to reconfigure/rebuild something to get Apache to use HTTP2 instead?
  11. Oldiesmann

    Resolved logrotate: unexpected operator

    I keep getting this message from the daily logrotate cron /etc/cron.daily/logrotate: logrotate_script: 3: [: /var/run/mysqld/mysqld.pid: unexpected operator Any idea on this? Running the latest Plesk 17.9 on Ubuntu 18.04.
  12. Oldiesmann

    Issue LetsEncrypt Certificate couldn't be renewed

    I got an email today saying that the Let's Encrypt certificate for my main domain (the one used for the server hostname) couldn't be renewed... ] * 'Lets Encrypt certificate' [days to expire: 25] [-] server.iwannabea.ninja idn_to_ascii: empty domain name: U_ILLEGAL_ARGUMENT_ERROR I'm...
  13. Oldiesmann

    Resolved No "phpize" for PHP 7.3

    That worked. Thanks!
  14. Oldiesmann

    Resolved No "phpize" for PHP 7.3

    What do I need to do for Ubuntu? I tried apt-get install plesk-php73-devel but it said it was unable to locate that package.
  15. Oldiesmann

    Resolved No "phpize" for PHP 7.3

    Running the latest version of Plesk Onyx 17.9 on my server and I noticed that there's no "phpize" binary for PHP 7.3, which prevents me from installing APCu (a PECL extension). Is there a reason for this?
  16. Oldiesmann

    Issue Let's Encrypt Certificates didn't auto renew

    Not finding anything about the renewal - just this... [2019-01-18 07:29:40.313] ERR [extension/letsencrypt] Execution of /opt/psa/admin/plib/modules/letsencrypt/scripts/post-install.php failed with exit code 1 and the output: [2019-01-18 07:29:40.542] ERR [panel] Execution of...
  17. Oldiesmann

    Issue AH01071: Got error: 'Primary Script Unknown'

    Running into a weird issue with a test site of mine. I'm trying to upgrade the forum software, but when I try to run the upgrade script from my browser I just get a 404 error and the message "AH01071: Got error: 'Primary Script Unknown'" appears in the log. I have tried two different PHP...
  18. Oldiesmann

    Issue Let's Encrypt Certificates didn't auto renew

    Logged on to one of the sites I host today to find that its security certificate expired - and also figured out that the certificates for most of the other domains on the server have either expired or are going to expire soon. However, when I go to renew the certificates, it says that they will...
  19. Oldiesmann

    Scheduled Tasks doesn't allow shorthand cron notation

    It's working now but it wasn't at the time.
  20. Oldiesmann

    Resolved Unable to initialize custom php module v8js

    This means the extension was compiled with a different version of PHP than the one you're trying to use. In step 3 of the instructions you linked to, when you run "phpize", you need to choose the one for the version of PHP you'll be using. They're located in /opt/plesk/php/<version>/phpize...
Back
Top