NAME
SSI - A dispatcher that enables SSI through mogile
DESCRIPTION
This example module shows how to use cookies to determine if mogile is to be used or not. It takes advantage of the apache request object being passed to make its deciscion.
In your http.conf file set the content filter and let this module take care of the rest.
SetOutputFilter INCLUDES
<LocationMatch "^/">
SetHandler modperl
PerlHandler SSI
</LocationMatch>
AUTHOR
Nick Gerakines, <nick at socklabs.com>
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Apache2::Mogile::Dispatch
COPYRIGHT & LICENSE
Copyright 2006 Nick Gerakines, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.