lua-resty-exec

Run external programs in OpenResty without spawning a shell

$ luarocks install lua-resty-exec

A small Lua module for executing processes. It's primarily intended to be used with OpenResty, but will work in regular Lua applications as well. When used with OpenResty, it's completely non-blocking (otherwise it falls back to using LuaSocket and does block).

It's similar to (and inspired by) lua-resty-shell, the primary difference being this module uses sockexec, which doesn't spawn a shell - instead you provide an array of argument strings, which means you don't need to worry about shell escaping/quoting/parsing rules.

This requires your web server to have an active instance of sockexec[1] running.

[1] https://github.com/jprjr/sockexec

Versions

3.0.3-07 years ago11,012 downloads
3.0.2-07 years ago1,627 downloads
3.0.1-07 years ago1,940 downloads
2.0.1-07 years ago116 downloads
2.0.0-17 years ago74 downloads
2.0.0-07 years ago40 downloads
1.2.1-07 years ago12 downloads
1.2.0-07 years ago41 downloads
1.1.4-07 years ago39 downloads
1.1.3-07 years ago16 downloads
1.1.2-07 years ago85 downloads
1.1.1-17 years ago25 downloads
1.1.1-08 years ago403 downloads
1.1.0-08 years ago91 downloads
1.0.0-08 years ago18 downloads

Dependencies

lua >= 5.1
netstring >= 1.0.6

Dependency for

lua-docx, multistreamer

Manifests