Hello I went through the online docs <http://cesanta.com/#docs,Mongoose.md>before posting, but didn't find the answers.
As said in the Subject, I'd like to use Mongoose to run small web sites with support for Lua and SQLite: 1. Can Mongoose be launched at boot time as a service? "Mongoose does not detach from terminal." says the docs 2. What should file access rights be for CGI scripts? Is 500 OK? 3. .htaccess: What is a realm? This doesn't work: ./mongoose-lua-sqlite -A .htpasswd 192.168.0.10 joe test -> joe:192.168.0.10:c8b1228323d9839b089a4ebd57c131cf -> 404 when typing login/password 4. How to handle 404 instead of just displaying "404 Not Found"? 5. How to log access/error? Even with "error_log_file mongoose.error.log" in mongoose.conf, no file is created when a 404 occurs 6. docs/LuaSqlite.md doesn't mention Lua scripts with .mg.lua extension: Are HTML with embedded Lua code (.lp) still available in addition to Lua scripts with .mg.lua extension? Which way do you recommend? 7. Any tips about how to handle HTML forms safely, and generally, about running Mongoose safely, including Lua scripting? 8. Is using LuaRocks OK to install Lua modules and access them from Lua scripts in Mongoose? Thanks for any help. -- You received this message because you are subscribed to the Google Groups "mongoose-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mongoose-users. For more options, visit https://groups.google.com/groups/opt_out.
