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

    Question How do you enable WebSockets for nodejs and nginx

    I didn't find a solution to this but I did find a work around. I turned off Proxy Mode (Nginx proxies requests to Apache. Turn off to stop using Apache.) as I had read somewhere that Apache doesn't support sockets. This causes the site to be served by nginx and passenger running within nginx...
  2. M

    Resolved Email corruption on Outlook when DKIM enabled on server

    I also have this issue - In the headers I can see ^M when viewing the message in mutt on the first two lines of the header which relate to DKIM verification - Seems to be related to MU14 and libopendkim-2.11.0-0.1.el6-x86_64 Also this is not only seen by Outlook Clients but also Thunderbird and...
  3. M

    Question How do you enable WebSockets for nodejs and nginx

    Hi Forum members, I need to enable websockets for a nodejs application. The server is Centos 6 with Nginx and Nodejs4. I've tried to add some directives to the nginx config: proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"...
  4. M

    Resolved allow-query on slave dns zone

    you're welcome :)
  5. M

    Resolved Node.js support

    Thanks for looking - and fixing my schoolboy error - Doh!
  6. M

    Resolved Node.js support

    yes, I've sent you a conversation
  7. M

    Resolved Node.js support

    From /var/log/nginx/error.log after a service nginx restart [ 2016-10-13 12:43:14.9445 28428/7fa2fe700700 age/Cor/CoreMain.cpp:532 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown) [ 2016-10-13 12:43:14.9445 28433/7f04b7fff700...
  8. M

    Resolved allow-query on slave dns zone

    you have to turn off recursive queries to stop queries for domains which are not hosted on your DNS servers. options { recursion no; }; check out - http://docstore.mik.ua/orelly/networking_2ndEd/dns/ch11_02.htm HTH
  9. M

    Resolved Node.js support

    Product version: Plesk Onyx 17.0.17 Update #1 Update date: 2016/10/11 13:42 Build date: 2016/10/05 19:00 OS version: CentOS 6.8 Revision: 6425897b6c8fd41a8a3239c6ff2d7583df9b3de0 Architecture: 64-bit Wrapper version: 1.2 I've tried with selinux enforcing and also permissive and there is no...
  10. M

    Resolved Node.js support

    Hi all, I have attempted to use the interface to enable node support on a website. I have followed the help pages but I am unable to get the application to work - even if it is a simple hello world. I have tested the application by calling node directly and it works fine. I set the application...
Back
Top