mod_pLua is an Apache HTTP Server 2.x module for developing web applications with Lua. http://sf.net/p/modplua
mod_pLua is an Apache HTTP Server 2.x module for developing web applications with Lua. http://sf.net/p/modplua
mod_pLua is an Apache HTTP Server 2.x module for developing web applications with Lua. http://sf.net/p/modplua
mod_pLua is an Apache HTTP Server 2.x module for developing web applications with Lua. http://sf.net/p/modplua
mod_pLua is an Apache HTTP Server 2.x module for developing web applications with Lua. http://sf.net/p/modplua
make clean is calledmod_pLua is an Apache HTTP Server 2.x module for developing web applications with Lua. http://sf.net/p/modplua
mod_pLua is an Apache HTTP Server 2.x module for developing web applications with Lua. http://sf.net/p/modplua
filename) for sending static files using the internal sendfile mechanismn) with a negative number will now default to sleeping for 1 second...) will now output the values of booleans and nils, as well as refs to tables, userdata and functionsstring, delimiter) for splitting up strings into chunkspLuaIgnoreLibrary directive could be read wrongmod_pLua is an Apache HTTP Server 2.x module for developing web applications with Lua. http://sf.net/p/modplua
mod_pLua is an Apache HTTP Server 2.x module for developing web applications with Lua. http://sf.net/p/modplua
Using this release on Windows platforms with Lua 5.2 might cause some issues due to an unforeseen snafoo with Lua 5.2 not loading libraries as it should. This will be addressed in 0.47.
mod_pLua is an Apache HTTP Server 2.x module for developing web applications with Lua. http://sf.net/p/modplua
<?, via the pLuaShortHand directive<?lua tags in a script would cause the shorthand <? tags to be overlooked... read moremod_pLua is an Apache HTTP Server 2.x module for developing web applications with Lua. http://sf.net/p/modplua
mod_pLua is an Apache HTTP Server 2.x module for developing web applications with Lua. http://sf.net/p/modplua
mod_pLua is an Apache HTTP Server 2.x module for developing web applications with Lua. http://sf.net/p/modplua
modpLua is an Apache2 module for displaying preprocessed Lua with a PHP-like syntax. http://sf.net/p/modplua
Thanks again to haste in #lua on Freenode for making this observation.
modpLua is an Apache2 module for displaying preprocessed Lua with a PHP-like syntax. http://sf.net/p/modplua
A big thanks to haste from #lua on Freenode for suggesting these changes.
modpLua is an Apache2 module for displaying preprocessed Lua with a PHP-like syntax. http://sf.net/p/modplua
modpLua is an Apache2 module for displaying preprocessed Lua with a PHP-like syntax. http://sf.net/p/modplua
modpLua is an Apache2 module for displaying preprocessed Lua with a PHP-like syntax. http://sf.net/p/modplua
modpLua is an Apache2 module for displaying preprocessed Lua with a PHP-like syntax. http://sf.net/p/modplua
modpLua is an Apache2 module for displaying preprocessed Lua with a PHP-like syntax. http://sf.net/p/modplua
modpLua is an Apache2 module for displaying preprocessed Lua with a PHP-like syntax. http://sf.net/p/modplua
modpLua is an Apache2 module for displaying preprocessed Lua with a PHP-like syntax.
http://sf.net/p/modplua
modpLua is an Apache2 module for displaying preprocessed Lua with a PHP-like syntax.
http://sf.net/p/modplua
Changes in revision 31:
Revision 30 adds a new error handling directive in Apache for turning error messages on or off.
In the Apache configuration, you can set whether to show or hide error messages using the pLuaError directive:
pLuaError N
Where N can be either 1 for enabled (default) or 0 for disabled. If disabled, error messages will be suppressed.
The same directive can be set manually for each script using the Lua function showErrors(__boolean)__.
For obvious reasons, running showErrors(false) will not suppress compiler errors in the given script, only syntax errors and compile errors in included files.