Skip to content

AMFDeviceMonitor

ifuschini edited this page Mar 21, 2018 · 1 revision

Overview

This module has the goal to control what the Apache Mobile FIlter has detectet and what not, and which capabilities values send to the application. We suggest not to use it in the same instance of production site.

File:AMFDeviceMonitor.jpg

Configuration

The configuration of this module is very simple:

   PerlSetOutputFilter DEFLATE
   SetHandler modperl
   PerlOutputFilterHandler Apache2::AMFWebService
   Allow from all

Tutorial

Clone this wiki locally