PMbyAS is an Italian Web-based management system for time and money spent on resources on a day by day basis. It can reports on jobs that are currently in progress as well as jobs that fall between given dates. A single job can refer to a customer order, an inner or external project, or any other activity of the company.
mod_pLua is an Apache2 module for running preprocessed Lua scripts using a PHP-like syntax: .
mod_pLua precompiles all scripts and caches the compiled binary code so that each new call to the same file will be lightning fast.
Mod_pLua supports both the traditional Lua interpreter as well as
... [More] LuaJIT for both Windows and UNIX platforms.
If your web server supports it, mod_pLua also utilizes APR_DBD to handle databases through the dbopen() Lua function. And last, but not least, mod_pLua is of course thread-safe. [Less]
mod_xsendfile is a small Apache2 module that processes X-SENDFILE headers registered by the original output handler.
If it encounters the presence of such header it will discard all output and send the file specified by that header instead using Apache internals including all optimizations like
... [More] caching-headers and sendfile or mmap if configured.
It is useful for processing script-output of e.g. php, perl or any cgi. [Less]
This cookbook provides a complete Debian/Ubuntu style Apache HTTPD configuration. Non-Debian based distributions such as Red Hat/CentOS, ArchLinux and others supported by this cookbook will have a configuration that mimics Debian/Ubuntu style as it is easier to manage with Chef.
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy