Help before to install please

Technical Support
  • Hi guys, I'm interested on create a new project with nodebb.
    Currently I have two VPS servers, both with Centos and Apache, one of them with varnish too.

    I never used NodeJS before, so I have several doubts about the compatibility and how to proceed without break the apache websites.

    I go to use the server without varnish.

    Can I do the install??? :
    yum install nodejs
    etc... (https://docs.nodebb.org/installing/os/centos/)
    and then create the vhost in the apache conf file like this one???? :

    <VirtualHost *:80>
    ServerName mydomain 
    ServerAlias *.mydomain
    ProxyRequests off
    
    <Proxy *>
        Order deny,allow
        Allow from all
    </Proxy>
    ProxyPass /socket.io/1/websocket ws://127.0.0.1:4567/socket.io/1/websocket
    ProxyPassReverse /socket.io/1/websocket ws://127.0.0.1:4567/socket.io/1/websocket
    
    ProxyPass /socket.io/ http://127.0.0.1:4567/socket.io/
    ProxyPassReverse /socket.io/ http://127.0.0.1:4567/socket.io/
    
    ProxyPass / http://127.0.0.1:4567/
    ProxyPassReverse / http://127.0.0.1:4567/
    </VirtualHost>
    
  • I'm cleaning one server to make a fresh install of Centos for nodebb, any suggestion?


Suggested Topics