• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Search results

  1. L

    Resolved (deleted) files cannot be removed - used by plesk service

    Hi, I have executed this command 'sudo /usr/bin/lsof | grep deleted' and found that the following files are being held from being deleted. Executing 'lsof -p 2211972', returns I tried restarting the plesk service using the following commands but nothing helped in deleting these files. Any...
  2. L

    Question VPN Set Up for Plesk

    Hi! I need to set up a VPN client on my Plesk Server to forward data from my Node JS application towards another VPN Server. Any recommendations/tutorials which I can follow?
  3. L

    Question Timezone

    After changing the time zone in Tools & Settings > System Time, should I restart my server from 'Restart Server'? Will everything resume working as normal after the restart?
  4. L

    Resolved Run CRON Job every Minute

    Running Plesk Linux Obsidian. How can I run a CRON Job which visits a URL every minute? When I press 'Run Now' with my current configuration it is executed correctly but when I press 'Ok' I get an invalid CRON syntax error.
  5. L

    Issue Node JS app does not restart after Passenger Restart

    Hi, I have deployed a Node JS application which serves a webpage on the default port 3000 and listens to CoAP requests on port 5683. Daily at midnight the application stops working and I have to re access the webpage again for the app to restart or wait until 7AM/8AM the next day until the app...
  6. L

    Question Diskspace Usage Viewer Clean-Up

    I am currently running out of storage space and noticed that the 'var/lib/psa/dumps' is taking a lot of space (around 5Gb). Has anyone used this clean-up tool before and recommends it? If so how many days should I leave backed up? Thank you!
  7. L

    Issue 'var' folder taking up too much space

    Ever since I started using Plesk I had around 4Gb of Used space but now it has increased to around 16Gb - taking up all my hard disk space. I noticed that the folder 'var' is taking up 9Gb of space for example. My databases and hosted files don't seem to be taking up too much space. Can anyone...
  8. L

    Issue Node JS NGINX Directive

    I have a Node JS app which listens on port 5683. I have opened the appropriate Firewall port and added the nginx directive 'listen 5683;' to the particular subdomain. However the plesk support team said that said directive is not needed. When removing this directive, the app stops responding to...
  9. L

    Issue Node JS Updating Application

    When carrying out an update on a Node JS application (i.e. update some files), do I have to restart the application for changes to take effect? Even if it is in development mode changes are not taking effect until I restart the application. Thank you
  10. L

    Issue NodeJS simple app runs but Express JS does not

    When running a simple app.js file on my subdomain which serves a web page on port 3000 everything loads fine. When I upload an Express JS application which also serves a web page on port 3000 I get a 504 nginx gate way timeout. What could the issue be? In my logs I get this error: 1683889#0...
  11. L

    Issue Node JS App Running on Other ports as well

    I've written a simple test Node JS app which serves a webpage on port 3000 only. This worked fine locally i.e. page is served on localhost:3000 and not localhost:80 for example. However upon uploading this to my subdomain on Plesk and Enabling the Node JS application, the page is served on port...
  12. L

    Question Same subdomain, Different Ports lead to different applications

    For the same subdomain, for example sub.example.com is it possible to route requests on port 5683 to a Node JS application and requests on port 80 to a PHP/Laravel application? I aim at having incoming data on port 5683 and save to a DB whilst serving incoming API requests on port 80. I believe...
  13. L

    Issue Laravel Run CRON Jobs

    Hi, I am trying to run a scheduled task for my Laravel project however upon testing using 'Run Now' I keep getting errors. I've tried different commands but ultimately want to run the following (it is working on cPanel but can't figure it out on plesk): /usr/local/bin/php...
Back
Top