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

    Issue Error : upstream timed out (110: Connection timed out) while reading response header from upstream

    Thank you for the quick answer . I got suspicious because I saw the port of 7081 in the logs at: https://server_ip:7081/api/v1/order Is this the port that is used for communication between nginx and apache ? Thank you, Cristian
  2. cipcip

    Issue Error : upstream timed out (110: Connection timed out) while reading response header from upstream

    Hello , I am facing this error with my app written in Node.js and React . I have other React apps on the same server without any issues . The only difference is that this app is communicating with Clicksend.com and I suspect that it is taking too long to receive a response from them ?! The...
  3. cipcip

    Resolved How to uninstall latest plesk updates ?

    Yes, thank you, I have seen it after i posted, i will mark this as closed
  4. cipcip

    Issue All Domains Apache2/Error 500

    I am seeing this after I posted, it seems that it is a bigger issue where multiple people are affected: Issue - How to uninstall latest plesk updates ?
  5. cipcip

    Resolved How to uninstall latest plesk updates ?

    Hello, I have just made the updates that Plesk offered today, updates which included Apache and other libraries and now all my websites have a 500 internal server error page. Example: https://romaniacrate.com - this was a wordpress based website How to roll back latest updates ? Is there a way...
  6. cipcip

    Question Nodejs cron job

    Hello Igor, The output is: Thank you!
  7. cipcip

    Question Nodejs cron job

    I have used /opt/plesk/node/14/bin/node ... verified the folder and it exists along with the node file and received the same error: /opt/plesk/node/14/bin/node: No such file or directory I have then tested with /opt/plesk/node/12/bin/node because if I type node -v, I receive: 12.19.0 as a...
  8. cipcip

    Question Nodejs cron job

    Any suggestions ?
  9. cipcip

    Question Nodejs cron job

    Hello, I am trying to create a cron job from a node-js application. I am adding my full path : /usr/bin/nodejs /var/www/vhosts/something/parser.js I get the following output: /usr/bin/nodejs: No such file or directory If I open my terminal and check the installation using: 1. which node...
  10. cipcip

    Issue Need help with running Nodejs Express app on my server

    Hello, I have setup my Express back end and I receive the following error message when trying to load it up: The Phusion Passenger application server tried to start the web application, but this took too much time, so Passenger put a stop to that. Can be reviewed live at...
  11. cipcip

    Resolved Cannot login to plesk webmail

    I have reached out to the my.server4you.net support for this. The issue was fixed with a reinstall of dovecot. Thank you, Cristian
  12. cipcip

    Resolved Cannot login to plesk webmail

    Hello Igor, Permissions of the '/var/run/dovecot' is rwxr-xr-x (0755) I see that by default, on the server I have AppArmor enabled. Server is bought from my.server4you.net Thanks, Cristian
  13. cipcip

    Resolved Cannot login to plesk webmail

    Haven't touched it. Here is what is in the file.
  14. cipcip

    Resolved Cannot login to plesk webmail

    UPDATE: In syslog I have the following: Maybe something got deleted when Plesk updated ?! ... In /var/run/dovecot/ I do not have a auth-userdb
  15. cipcip

    Resolved Cannot login to plesk webmail

    I have used the command systemctl start dovecot.service as specified, I rebooted the server and now I get a new message: Connecting to IMAP server failed systemctl status dovecot.service says: This is after I enable it using the command provided in the article. Using: Plesk Obsidian Web...
  16. cipcip

    Resolved Cannot login to plesk webmail

    Hello, It seems that for couple of days I cannot login to the plesk webmail that i use for my domains. I get the following message: Connection to storage server failed. The login is good as it used to work before... I am getting this on all my domains where i use the webmail. Webmail domain...
  17. cipcip

    Issue Cannot issue Let's Encrypt

    Thank you Igor
  18. cipcip

    Issue Cannot issue Let's Encrypt

    Hi guys, I have just purchased a domain today and want to add a certificate for it in my plesk. The other ones work fine, renew fine. Issue is when adding new ones. I got the error below: Please help me in troubleshooting this. EDIT: It seems that despite the warning, the certificate was...
  19. cipcip

    Resolved Plesk Obsidian API

    @EugeneKazakov I have checked it out, but I cannot figure a way to create subdomains with it. By using XML API, I have the following packet structure: <packet> <subdomain> <add> <parent>example.com</parent> <name>subdomain</name> <property>...
  20. cipcip

    Resolved Plesk Obsidian API

    Hi @eilko Thank you for the link, I must've missed it. Found some useful information there. Cristian
Back
Top