Home - njlg/mod_sq GitHub Wiki
mod_sq is basically an Apache module that enables executing Squirrel nuts (e.g. programs) similar to other interpreted language modules. In addition to all the regular Squirrel globals and functions available in both squirrel
and sqstdlib
, mod_sq creates the following functions and globals.
Functions
mod_sq specific functions. Based, in part, by the PHP functions of the same name.
Globals
mod_sq specific globals, except vargv
which is sq
's standard global. Based, in part, by the PHP globals of the same name.