• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Recent content by jtthemarine

  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