modextenso - Module Apache for Extenso
modextensoextenso_module modules/mod_extenso.so
modextenso is the module used to connect libextenso(1) with apache. After that, your site can use this handler to work with your site:
ServerAdmin laplante@sednove.com DocumentRoot "/usr/local/website/v5/html" ServerName v5.sednove.ca DirectoryIndex index.html ErrorLog "/usr/local/website/v5/logs/error.log" CustomLog "/usr/local/website/v5/logs/access.log" common Extenso config "/usr/local/website/v5.conf" SetHandler extenso
The configuration directive Extenso config specify the configuration file.
The directive SetHandler extenso is used to specify the extenso handler.
All others directives are specific to Apache.
Written by Pierre Laplante, <laplante@sednove.com>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis.
1.0 2014-09-09 21:24:14 laplante@sednove.com