Thanks but still no go (this is in a test lab, so no DNS server): 1. Added server host to "hosts" file on client host: 192.168.0.10<TAB>srv 2. Ran ./mongoose-lua-sqlite -A .htpasswd srv joe test 3. Hit "http://srv:8080/mysecret": Doesn't pass authentication, and ends in 404 On Tuesday, January 14, 2014 4:31:30 PM UTC+1, Sergey Lyubka wrote: > > > > > On Tue, Jan 14, 2014 at 3:25 PM, Gilles <[email protected] > <javascript:>>wrote: > >> Thanks for the infos. >> >> 1. I can't either create an .htaccess file or have it work as planned >> (login refused): >> "./mongoose-lua-sqlite -A .htpasswd -auth_domain 192.168.0.10 joe test" >> OR >> mongoose.conf includes "auth_domain 192.168.0.10" and I ran >> "./mongoose-lua-sqlite -A .htpasswd joe test" >> > > ./mongoose-lua-sqlite -A .htpasswd mydomain.com joe test > ./mongoose > > >> >> 2. Is error_log_file deprecated? >> > > yes > >> >> 3. So ".mg.lua" scripts must be moved to HTML + embedded .lp scripts? >> > > yes > > >> >> 4. "If luarocks modules are compiled C libraries, they won't work. Pure >> Lua modules will.": "Pure lua modules" = source script compiled on-the-fly >> by the embedded Lua interpreter, as opposed to external, compiled C >> librarires? >> >> Does someone know if most Lua libraries are C, in which case, most >> libraries aren't usable with Mongoose? >> >
-- 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.
