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

Consider adding instructions for MAMP #6

Open arschmitz opened 9 years ago

arschmitz commented 9 years ago

MAMP is very popular amongst Mac users and is likely to be the first thing people attempt to try this on.

However it took me quite a while and a big of googleing apache cgi to figure out that MAMP overrides the cgi-bin directory to its own cgi-bin folder and this either needs to be changed in the script alias setting of the mamp httpd.conf or the cgi-node.js must be placed in MAMP's cgi-bin folder

deda-ca commented 9 years ago

Interesting point. I've tested the scripts and setup on Linux and Windows but not on a MAC. I'll try it on the OSX and add some points to the documentation. If I run into issue I might need your help if have already got it going ;)

arschmitz commented 9 years ago

@UeiRicho No problem if you need anything at all let me know. I do have this running and even gave a talk on using it.