with init.lua I got only an errormessage
dofile("init.lua")
init.lua:1: unexpected symbol near 'ï'
But I even can't find the character 'ï' inside the file (
With the other lua-script I get the error-message
dofile("httpd.lua")
not enough memory
I guess I know much too less about how to setup a webserver.
Can anybody point me to a link which explains the basics and the tricks and traps
or can attach a script AND a description what to upload to where and how much memory
must be free to make a KISS test-webserver work?
best regards
Stefan