) |
req.get_config()
, but returns a config pointed to
by server->module_config
Apache config vector.
) |
req.get_options()
, but returns a table object holding
only the mod_python options defined at global scope within the Apache
configuration. That is, outside of the context of any VirtualHost, Location,
Directory or Files directives.
request, callable[, data]) |