SSI - A dispatcher that enables SSI through mogile


Apache2-Mogile-Dispatch documentation  | view source Contained in the Apache2-Mogile-Dispatch distribution.

Index


NAME

Top

SSI - A dispatcher that enables SSI through mogile

DESCRIPTION

Top

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

Top

Nick Gerakines, <nick at socklabs.com>

SUPPORT

Top

You can find documentation for this module with the perldoc command.

  perldoc Apache2::Mogile::Dispatch

COPYRIGHT & LICENSE

Top


Apache2-Mogile-Dispatch documentation  | view source Contained in the Apache2-Mogile-Dispatch distribution.