Questions tagged [mod-lua]

New Apache server module which provides Lua hooks into various portions of the httpd request processing

This module allows the server to be extended with scripts written in the Lua programming language. The extension points (hooks) available with mod_lua include many of the hooks available to natively compiled Apache HTTP Server modules, such as mapping requests to files, generating dynamic responses, access control, authentication, and authorization.

NOTE

mod_lua is still in experimental state. Until it is declared stable, usage and behavior may change at any time, even between stable releases of the 2.4.x series. Be sure to check the CHANGES file before upgrading.

16 questions
0
votes
2 answers

Where is the Php source code for generating the unique session sequence?

I've not found any session handling with mod_lua. So I guess I'll have to write my own session handler. Note: that's great because Php lacks of handling timeouts by values, it only handles timeout for the whole session. I'm just looking for the…
Olivier Pons
  • 15,363
  • 26
  • 117
  • 213
1
2