Module ngx_http_perl_module
- Known Issues
- Example Configuration
- Directives
- perl
- perl_modules
- perl_require
- perl_set
- Calling Perl from SSI
- The $r Request Object Methods
The ngx_http_perl_module
module is used to implement location and variable handlers in Perl and insert Perl calls into SSI.
This module is not built by default, it should be enabled with the --with-http_perl_module
configuration parameter.
This module requires Perl version 5.6.1 or higher. The C compiler should be compatible with the one used to build Perl.