• 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. Peter Carlsson

    Question Forced to upgrade to Obsidian

    Hi, i have a separate license for Onyx where i have some old sites that requires PHP 5.6. Now i get the message about "your Plesk server(s) can be selected for an automatic update to Plesk Obsidian". Can i still run PHP 5.6 if i upgrade? Other wise i need to keep Onyx. Please adwise.
  2. Peter Carlsson

    Question Show live output on build

    Hi guys, I run Node and i works great but when i run script build i have to wait for a long time and then i get the output. Is it possible to get the output "live" like when i run build in terminal?
  3. Peter Carlsson

    Question Upgrade postgres

    I installed postgres as instructed and i got version 9.2.23. Is it possible to upgrade to latest version?
  4. Peter Carlsson

    Question Node.js without the Node.js Extension

    Hi, I really like the Node.js extension where i can install npm but i need to be able to run apps without an Application Startup File so i guess i have to go with an server installed Node.js? I also guess i need to install pm2 and somehow run it as the specific customer in order to get all...
  5. Peter Carlsson

    Question SSL only valid for server domain

    I have ssl on my server domain and when i add Lets Encrypt to a customer domain a get Not secure, using an not valid certificate. This certificate is only valid for myserverdomain.com. What am i doing wrong?
  6. Peter Carlsson

    Resolved Permission denied (publickey,gssapi-keyex,gssapi-with-mic)

    When i ssh and run npm i get root as owner and my app brakes. I need to ssh as a customer to run npm build and i have added customer ssh user but i get: Permission denied (publickey,gssapi-keyex,gssapi-with-mic) Under: Access to the server over SSH i also have a lot of options other than...
  7. Peter Carlsson

    Question Additional deployment actions wont run

    I followed the instructions and i have: /usr/bin/pm2 restart api.mobelmaklarna.se but when i deploy it doesn't run. Any idea?
  8. Peter Carlsson

    Question Server installed Node.js or Node.js extention?

    I have installed Node.js on server and intend to use pm2 to start and restart Node.js processes. Is this okay or do you recommend using the Node.js extension instead? Using the Node.js extension how can i achieve something like with pm2?
  9. Peter Carlsson

    Question Nginx proxy settisng for Node.js app

    Witch is more correct and why? location ~ / { proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_pass http://localhost:8080; } or location ~ / { proxy_pass http://localhost:8080; proxy_http_version 1.1; proxy_set_header Upgrade...
  10. Peter Carlsson

    Question lets encrypt certificate per subdomain

    Hi, Lets say i have a customer domain (www.customer.com) currently pointing to an other server/provider and i want to point subdomains to Plesk and have ssl on them. I add the subdomains as separate domains/sites like stage.customer.com and api.customer.com and then i want to add ssl to them...
  11. Peter Carlsson

    Question Pre purchase questions

    Hi guys, I just found Plesk and i love it. I wonder if i could ask some questions before i decide on buying a license: 1. I played around with different trial installs and i found Centos 7 a bit quicker than Ubuntu so i will go with Centos if you don't advise against it? 2. I will run only...
Back
Top