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

Bad Request Your browser sent a request that this server could not understand. #45

Open anto538 opened 5 years ago

anto538 commented 5 years ago

Have configured the cgi-node.min.js given proper permissions

.htaccess contents

Action cgi-node ./cgi-bin/cgi-node.min.js AddHandler cgi-node .jscript Options +Indexes

index.jscript <? CgiNodeInfo() ?>

Apache Error Log Output

AH00126: Invalid URI in request GET /index.jscript HTTP/1.1,

Where am i going wrong