You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional note: the name has been changed in the repository to a lower case c, and the current version is 2.1 ... but the download link has not been updated nor has a new release been made... Also, there is a bug fix that is in the repository ( 2.1 ) that is not in 2.0...
hello - (using CentOS-7)
so far so good, except i cannot seem to get
<? cgiNodeInfo(); ?>
working. i see this error:EXCEPTION: cgiNodeInfo is not defined
i am not sure if this is the problem or not, but i already had node installed. so i did
which node;
and that gave me:
/usr/local/bin/node
so i used this in the first line of /cgi-bin/cgi-node.js and changed the SessionPath:
#!/usr/local/bin/node
SessionPath: '/tmp/'
however, this little script seems to work fine:
any suggestions on getting cgiNodeInfo() working? i fear i did something horribly wrong in my setup.
The text was updated successfully, but these errors were encountered: