FAQ Nginx-Win Version
FAQ Nginx-Win Version
11. Q: XP is no longer supported after april 2014, are you going to stop support
nginx/xp?
A: Are you a lemming? Neither are we, we will keep supporting XP until it�s
technically
impossible. nginx for Windows native build runs on Windows XP SP3 and higher,
both 32 and 64 bit
12. Q: Sometimes we see a delay with LAN traffic, nginx is not doing anything but
the request is stalling
A: Make sure you have deactivated netbios (smb) from the lan interface(s)
21. Q: What do I do when people say "don�t run nginx under Windows" and "it�s not
designed
for Windows" ?
A: It depends on your mood, we suggest you reply with "maybe it is time you get
your head
unstuck from your ignorant behind", but hey, it is only a suggestion
22. Q: Can I use other DLL functions with Lua and import them?
A: Yes but they need to be compiled against http://luajit.org/download.html (at
the
moment v2.0.3), use 'findstr "LuaJIT " lua51.dll' to see which version we
have shipped,
functions can be used for example: 'local functionname =
package.loadlib("External.dll",
"luaopen_Function");' See also these examples
http://www.scilua.org/ljsqlite3.html
! Introducing ngxLuaDB (nginx Lua Database) powered by nginx for Windows !
See the download section
---