Apache-ImageMagick
view release on metacpan or search on metacpan
mod_aimproxy.c view on Meta::CPAN
module MODULE_VAR_EXPORT aimproxy_module = {
STANDARD_MODULE_STUFF,
NULL, /* module initializer */
NULL, /* create per-dir config structures */
NULL, /* merge per-dir config structures */
aimproxySrvConfig, /* create per-server config structures */
NULL, /* merge per-server config structures */
command_table, /* table of config file commands */
NULL, /* [#8] MIME-typed-dispatched handlers */
NULL, /* [#1] URI to filename translation */
NULL, /* [#4] validate user id from request */
NULL, /* [#5] check if the user is ok _here_ */
NULL, /* [#3] check access by host address */
NULL, /* [#6] determine MIME type */
aimproxyHandler, /* [#7] pre-run fixups */
NULL, /* [#9] log a transaction */
NULL, /* [#2] header parser */
NULL, /* child_init */
NULL, /* child_exit */
NULL /* [#0] post read-request */
};
( run in 0.489 second using v1.01-cache-2.11-cpan-a5abf4f5562 )