modextenso
latest
Module Apache for Extenso
MODEXTENSO
NAME
modextenso - Module Apache for Extenso
SYNOPSIS
modextensoextenso_module modules/mod_extenso.so
DESCRIPTION
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.
AUTHOR
Written by Pierre Laplante, <laplante@sednove.com>