Rošti.cz - Node.js a socket.io rubrika: Programování: JavaScript
Zdravím urobil som si appku cez Node.js s využitím socket.io
ako hosting som si zvolil Rošti.cz
ide o to že sa mi nedarí urobiť Connect
na roští je Node 7.5 celú appku lokálne som robil na 7.8 kde to všetko funguje
pri písaní tu na fórum som si vyskúšal prehodiť aj u seba lokálne na 7.5 a appka funguje
na roští píšu že použiť port 8080 ale len interne
potom sa mi od nich podarilo dostať že pre externé pripojenia je to 80 pre http a 443 pre https
node server chcem využiť od nich ale aplikáciu chcem mať na inom serveri
má niekto s tým skúsenosti?
toto mi to hádže po spustení s portom 80
> /opt/node/bin/node --harmony-async-await app.js events.js:161 throw er; // Unhandled 'error' event ^ Error: listen EACCES 0.0.0.0:80 at Object.exports._errnoException (util.js:1023:11) at exports._exceptionWithHostPort (util.js:1046:20) at Server._listen2 (net.js:1248:19) at listen (net.js:1297:10) at Server.listen (net.js:1375:9) at Connection.init (/srv/app/utils/connection.js:28:19) at Server.init (/srv/app/server/server.js:19:25) at Object.<anonymous> (/srv/app/app.js:5:8) at Module._compile (module.js:571:32) at Object.Module._extensions..js (module.js:580:10) npm ERR! Linux 4.8.14-std-2 npm ERR! argv "/opt/node/bin/node" "/opt/node/bin/npm" "start" npm ERR! node v7.5.0 npm ERR! npm v4.1.2 npm ERR! code ELIFECYCLE npm ERR! mlm-auction@0.0.1 start: `/opt/node/bin/node --harmony-async-await app.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the mlm-auction@0.0.1 start script '/opt/node/bin/node --harmony-async-await app.js'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the mlm-auction package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! /opt/node/bin/node --harmony-async-await app.js npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs mlm-auction npm ERR! Or if that isnt available, you can get their info via: npm ERR! npm owner ls mlm-auction npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /srv/app/npm-debug.log
Nevím, jakou má Roští portovou politiku, ale tato chyba je jednoznačná - proces je pouštěn jako běžný uživatel, který nemá právo poslouchat na portech <1024. To smí jen superuživatel (root).
Pro zobrazení všech 3 odpovědí se prosím přihlaste:
Nebo se přihlaste jménem a heslem: