• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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. J

    Issue Node.js using plesk extension

    Just set Selinux to permissive and it does function. However shouldn't of setting the type of allowed it to run with Selinux enabled?
  2. J

    Issue Node.js using plesk extension

    After re-reading the article again, I noticed that it mention errors are posted to the main error_log and not the domains. So after pulling that up I found there is a permission error. [Tue Jan 24 23:00:30 2017] [notice] caught SIGTERM, shutting down [Tue Jan 24 23:00:30 2017] [notice] SELinux...
  3. J

    Issue Node.js using plesk extension

    That is actually the article I was referring to. The server.js contains const http = require('http'); http.createServer(function(request, response) { response.writeHead(200, {'Content-Type': 'text/plain'}); response.end("Hello, World!\n"); }).listen(process.env.PORT)...
  4. J

    Issue Node.js using plesk extension

    I have been working on a node.js webapp on my server for a while. I recently updated my plesk to onyx and noticed they had an extension. So I backed up my node.js app, uninstalled node.js from the server and proceeded to add the extension. I re-uploaded the app and added it via the plesk...
Back
Top