Skip to content

Quick Start

ifuschini edited this page Mar 21, 2018 · 4 revisions

If you want to test AMF quickly just add this few rows on httpd.conf file on your Apache Web Server:

Lite Detection

PerlSetEnv AMFMobileHome /home/AMF
PerlTransHandler +Apache2::AMFLiteDetectionFilter

DetectRight as Device Repository

PerlSetEnv AMFMobileHome /home/AMF
PerlSetEnv CacheDirectoryStore /tmp
PerlTransHandler +Apache2::AMFDetectRightFilter

Tutorial

Clone this wiki locally