I successfully used newLisp to make cgi applications using Apache 2 as server web.
Now I'm trying to use newLisp as web server self (Linux Mint 6).
I created "/tmp" directory, but, even if newLisp works, it does not process the cgi (simply return the script content in the browser, like a normal text file).
Where is the problem?
I start newLisp as follows:
Code: Select all
newlisp -http -d 3000 -w /home/ale/www
Thank you!