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


  • Solved Technical Support
    0 Votes
    12 Posts
    53 Views

  • Technical Support
    0 Votes
    7 Posts
    405 Views

  • Technical Support
    1 Votes
    1 Posts
    670 Views

  • 0 Votes
    5 Posts
    3122 Views

  • 0 Votes
    9 Posts
    3110 Views

| | | |