Hi All,
I had my app manager working before xmas as Im testing using this for the reverse proxy.
My app is still working however I believe I have screwed up by installing node within my cpanel profile but also via WHM... (can that happen!?)
Anyway i have:
installed npm via whm
installed node via whm
node -v
v17.3.1
Now if i run the app via SSH it runs using the port specified.
If i start the app manager it fails giving me this html error:
/bin/sh: /opt/cpanel/ea-nodejs10/bin/node: No such file or directory
Now from what I can understand phusion is looking in nodejs10 for the node application howveer my node app files are in ea-nodejs16 now...
How can i make app manager use the correct node installation to run my app?
I had my app manager working before xmas as Im testing using this for the reverse proxy.
My app is still working however I believe I have screwed up by installing node within my cpanel profile but also via WHM... (can that happen!?)
Anyway i have:
installed npm via whm
installed node via whm
node -v
v17.3.1
Now if i run the app via SSH it runs using the port specified.
If i start the app manager it fails giving me this html error:
/bin/sh: /opt/cpanel/ea-nodejs10/bin/node: No such file or directory
Now from what I can understand phusion is looking in nodejs10 for the node application howveer my node app files are in ea-nodejs16 now...
How can i make app manager use the correct node installation to run my app?