• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • 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.

Search results

  1. SibProgrammer

    Install Django

    Could you provide a little bit more details. Which Plesk version do you use? Which OS? Output of "plesk version" command will be helpful (do it via ssh under the root user). It seems 504 (timeout) error should not have a direct the correlation with Python app deployment. Can you try to repeat...
  2. SibProgrammer

    Resolved Plesk is unavailable

    It seems like I found the explanation for your situation :) An error message "An internal error occurred in Plesk." is shown in some other control panel that belongs to your hoster, right? Probably you have some button to perform the autologin to Plesk. In such case you can contact your hoster...
  3. SibProgrammer

    Resolved Plesk is unavailable

    Could you show the output of the following command? plesk bin extension --list Maybe you have some incompatible extension or custom integration.
  4. SibProgrammer

    Plesk went offline after server restart

    As you can see it's not related to Plesk. If you are not familiar how to configure the firewall via CLI you can remove all rules (e.g. by using "iptables --flush") and configure it using Plesk Firewall module via UI.
  5. SibProgrammer

    Plesk went offline after server restart

    So it means that Plesk control panel is up and running. You can check local firewall rules (using "iptables -L"), but the problem can be on some other server or router that controls the accessibility of your server from the internet. Try to ask your network admins for assistance.
  6. SibProgrammer

    Plesk went offline after server restart

    Records in error_log are rather minor and not related to you problem with access to Plesk panel. Could you try to run the following command from console of your server? Please provide the output of the command: curl -I http://localhost:8880
  7. SibProgrammer

    Resolved Web Sockets Node.js?

    Maybe it's time to start using nginx if you want to use websockets. It's possible to setup it on Apache, but there are some drawbacks of such approach. As for log file. Most probably Passenger tries to store the records at /var/log/apache2/error.log As for port for Node.js app. In case of...
  8. SibProgrammer

    Resolved Web Sockets Node.js?

    You need to add some directives to nginx to support websockets. Please read the following topic for details: https://talk.plesk.com/threads/phusion-passenger-websockets-handshake-issue.338945/
  9. SibProgrammer

    Question Git option

    You can use remote private repos and access them via SSH keys for example.
  10. SibProgrammer

    Issue CPU Load sw-engine

    Reported as PPP-26712 Fixed in the scope of microupdate #6
  11. SibProgrammer

    Issue Resource Controller (cgroups) not available in Tools & Settings > Services Management

    So it seems you need to buy a Hosting Pack - https://go.plesk.com/buy-plesk-ext/hostingpack
  12. SibProgrammer

    Issue Resource Controller (cgroups) not available in Tools & Settings > Services Management

    First of all make sure you have the license allowing you to use this feature. Go to Tools & Settings -> License management page and check "System resource controller" record is present (should be "on").
  13. SibProgrammer

    Resolved can't upgrade to ONYX from 12.5

    Yes, it depends on OS. /etc/my.cnf in your case.
  14. SibProgrammer

    Resolved can't upgrade to ONYX from 12.5

    Open /etc/mysql/my.cnf and add the following lines: [mysqld] sql_mode="" Then restart MySQL using the following command: service mysql restart Try to upgrade once again.
  15. SibProgrammer

    Resolved Run additional commands composer

    If you have an SSH access you can do it in the command line. There is one more trick. You can utilize Scheduled Tasks functionality without creation of the scheduled task :) Go to Websites & Domains -> Scheduled Tasks -> Add Task. Enter the command and click "Run Now" button.
  16. SibProgrammer

    Resolved Docker engine package update

    Release build is already available (for early adopters, partners and etc.), but official announcement will be in the beginning of November (GA). Then one-click-installer will be switched to install Plesk Onyx by default. Right now you could use "--tier current" option to install Onyx using...
  17. SibProgrammer

    Resolved Control Panel does not work

    Did you try "service sw-engine restart"?
  18. SibProgrammer

    Resolved Node.js support

    After the investigation on the server I found the following. You have an .htaccess file in the docroot of domain (httpdocs directory). This file has strange enough permissions (webserver could not read it). I didn't fix the permissions on the file, but renamed it into .htaccess.bak (because it...
  19. SibProgrammer

    Resolved Node.js support

    Can you give me a temporary access to your server (via private message)?
Back
Top