deda-ca / cgi-node

CGI Node.js complete module to replace PHP on shared hosting such as GoDaddy
http://www.cgi-node.org/
MIT License
172 stars 21 forks source link

500 Internal Server Error #22

Open juliolopezn opened 8 years ago

juliolopezn commented 8 years ago

Help me please, I have this problem:

capture-20151002-125443

cgi-node.js

capture-20151002-125717

.htaccess

capture-20151002-125958

test.jss

capture-20151002-130123

All node.js and cgi-node files have 755 permissions

MattCage commented 8 years ago

Same here https://github.com/UeiRicho/cgi-node/issues/21 :D To implement, on my configuration single/doublequoting every path (on both cgi-node.js and .htaccess) doesn't work.

A question for you, JulioLopezN: are you running the latest version (which is available here on this repo but not on the website)?

juliolopezn commented 8 years ago

Yes, I am. ;C

cgi-node.js

capture-20151003-133241

MattCage commented 8 years ago

Let's say it's "good to know"... :D Awaiting for a reply from someone who can help us!

itzik16 commented 8 years ago

Got the same exact issue we need help lol

officialmmt commented 8 years ago

500 problem same on hostgator shared and node command not working on ssh

brandoncollins1 commented 8 years ago

Hi. so i have godaddy shared deluxe hosting. what does first line look like in here ? http://paste.ubuntu.com/14004593/ and what should sessionPath: '.. look like from that line 46?

rinodad commented 8 years ago

Same Here.

brandoncollins1 commented 8 years ago

Heard rinodad.

so not quite sure what i posted here for. think i was tying to use a chat plugin that needed node.js which i didnt know about. i know its still something i need to do but i wont have time to backtrack and investigate for a while.

but, i would offer the suggestion of an irc channel for anyone here. i dont think ill be able to remember to come here by the time i .. have.. time..

ya so im in irc 24/7 so ill join #cginodejs on irc.freenode.net

Alamantus commented 7 years ago

Might as well throw myself in, too. Same 500 error on Hostgator, same setup.

Do you think it might be the Nodejs version? I'm using the current long term version (4.4.7), and the website mentions 0.x.x

brandoncollins1 commented 7 years ago

Honestly I don't even know because this is probably the most server stuff I dealt with over. I haven't even got it working on anything local as a control yet.

hei1233212000 commented 7 years ago

I have the exactly same issue. Any update?

ran047 commented 7 years ago
pravashupreti commented 7 years ago

I have solved by changing SessionPath value .

thre3eye commented 7 years ago

Getting 500. Already set up a session folder so that's not it. Does anyone have insights to share? Cheers.

officialmmt commented 7 years ago

Guys did you try that https://github.com/niutech/node.php

amit1235813 commented 7 years ago

Same issue. Still getting the 500 error, even after adding a sessions folder and changing the the sessions path.

mezubeen commented 7 years ago

:( i am stuck

PogromistDev commented 5 years ago

@ran047 thanks! created "nodesessions" folder and that's it!