AMF segmentation fault on USAGE, (not install)

122 views
Skip to first unread message

Richard Foley

unread,
Nov 2, 2015, 1:43:15 AM11/2/15
to AMF Device Detection
hi, am trying to get AMF to simply detect a mobile device on an apache2 install running on Debian and get a fatal error for the entire apache instance. Please note, this is during the page call.

[core:notice] [pid 8585] AH00052: child pid 8767 exit signal Segmentation fault (11)


More details follow. I installed the modules and restarted apache2 successfully after this install feedback:

$> ./install.sh
*********************************************
***   APACHE MOBILE FILTER + INSTALLER    ***
*********************************************
Found apxs/apxs2: /usr/bin/apxs2
Please give the path to apxs/apxs2 [/usr/bin/apxs2]:
file exists
/usr/share/apr-1.0/build/libtool  --mode=compile --tag=disable-static i586-linux-gnu-gcc -prefer-pic -pipe -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  -DBUILD_DATETIME='"2015-10-24T20:14:32"' -D_FORTIFY_SOURCE=2   -DLINUX -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE  -pthread  -I/usr/include/apache2  -I/usr/include/apr-1.0   -I/usr/include/apr-1.0 -I/usr/include  -c -o mod_amf.lo mod_amf.c && touch mod_amf.slo
libtool
: compile:  i586-linux-gnu-gcc -pipe -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -DBUILD_DATETIME=\"2015-10-24T20:14:32\" -D_FORTIFY_SOURCE=2 -DLINUX -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -pthread -I/usr/include/apache2 -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -c mod_amf.c  -fPIC -DPIC -o .libs/mod_amf.o
mod_amf.c: In function ‘downloadFile’:
mod_amf.c:636:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
         write(fd, address, strlen(address));
         ^
mod_amf.c: In function ‘getOperativeSystemVersion’:
mod_amf.c:396:9: warning: attempt to free a non-heap object ‘pch’ [-Wfree-nonheap-object]
         free(pch);
         ^
/usr/share/apr-1.0/build/libtool  --mode=link --tag=disable-static i586-linux-gnu-gcc -Wl,--as-needed -Wl,-z,relro -Wl,-z,now    -o mod_amf.la  -rpath /usr/lib/apache2/modules -module -avoid-version    mod_amf.lo
libtool: link: i586-linux-gnu-gcc -shared  -fPIC -DPIC  .libs/mod_amf.o    -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,mod_amf.so -o .libs/mod_amf.so
libtool: link: ( cd "
.libs" && rm -f "mod_amf.la" && ln -s "../mod_amf.la" "mod_amf.la" )
/usr/share/apache2/build/instdso.sh SH_LIBTOOL='/usr/share/apr-1.0/build/libtool' mod_amf.la /usr/lib/apache2/modules
/usr/share/apr-1.0/build/libtool --mode=install install mod_amf.la /usr/lib/apache2/modules/
libtool: install: install .libs/mod_amf.so /usr/lib/apache2/modules/mod_amf.so
libtool: install: install .libs/mod_amf.lai /usr/lib/apache2/modules/mod_amf.la
libtool: finish: PATH="
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/apache2/modules
----------------------------------------------------------------------
Libraries have been installed in:
   
/usr/lib/apache2/modules

When I restart apache, everything appears to work fine, and pages elsewhere are delivered fine.


[mpm_prefork:notice] [pid 8585] AH00163: Apache/2.4.10 (Debian) mod_perl/2.0.9dev Perl/v5.20.2 configured -- resuming normal operations

When I access any page from apache, I receive the following fatal error:

[core:notice] [pid 8585] AH00052: child pid 8767 exit signal Segmentation fault (11)


If I switch AMF off, everything works fine:

apache2ctl restart && tail -f /var/log/apache2/error.log
*************************************************
*     APACHE MOBILE FILTER + VERSION 1.2.6      *
*************************************************
AMFHome is correctly setted as: /home/amf
AMF
is off

and pages are handled as expected, but without any AMF usability.

Any helpful assistance appreciated.

Cheeres.

Idel Fuschini

unread,
Nov 3, 2015, 8:11:05 AM11/3/15
to amf-device...@googlegroups.com
Thanks Cheers,
I'm investigating

I.

--
--
You received this message because you are subscribed to the Google
Groups "AMF Device Detection" group.
To post to this group, send email to
amf-device...@googlegroups.com
To unsubscribe from this group, send email to
amf-device-detec...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/amf-device-detection?hl=en_US?hl=en

---
You received this message because you are subscribed to the Google Groups "AMF Device Detection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to amf-device-detec...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Idel Fuschini

unread,
Nov 3, 2015, 11:32:30 AM11/3/15
to amf-device...@googlegroups.com
Just an information, 
the error is present always or only when you access with a  mobile device.

I.

Idel

unread,
Nov 28, 2015, 4:24:42 AM11/28/15
to AMF Device Detection
Is will fix in next release

To unsubscribe from this group, send email to

For more options, visit this group at
http://groups.google.com/group/amf-device-detection?hl=en_US?hl=en

---
You received this message because you are subscribed to the Google Groups "AMF Device Detection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to amf-device-detection+unsub...@googlegroups.com.

Luis Fernando Alonzo Herrera

unread,
Apr 20, 2017, 5:01:26 PM4/20/17
to AMF Device Detection
Having the same issue with AMF+ 1.3.2.1 :(, trying to run AMF+ in a docker container, using alpine linux, If I deactivate the module the site works.

Idel Fuschini

unread,
Apr 20, 2017, 5:10:45 PM4/20/17
to amf-device...@googlegroups.com
Hi Luis,
A question the Apache is compile as worker or prefork ?

I.

For more options, visit this group at
http://groups.google.com/group/amf-device-detection?hl=en_US?hl=en

---
You received this message because you are subscribed to the Google Groups "AMF Device Detection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to amf-device-detec...@googlegroups.com.

Luis Fernando Alonzo Herrera

unread,
Apr 20, 2017, 5:18:26 PM4/20/17
to AMF Device Detection
Hi Idel,

I am using the default apache package from alpine, guess is compiled as prefork as it is the default multiprocessing module.

Regards

Idel Fuschini

unread,
Apr 21, 2017, 4:16:14 AM4/21/17
to amf-device...@googlegroups.com
For replicate your issue I need info about which version of Apache you are using,

thanks
I.


For more options, visit this group at
http://groups.google.com/group/amf-device-detection?hl=en_US?hl=en

---
You received this message because you are subscribed to the Google Groups "AMF Device Detection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to amf-device-detection+unsubscrib...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "AMF Device Detection" group.
To post to this group, send email to
amf-device...@googlegroups.com
To unsubscribe from this group, send email to

For more options, visit this group at
http://groups.google.com/group/amf-device-detection?hl=en_US?hl=en

---
You received this message because you are subscribed to the Google Groups "AMF Device Detection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to amf-device-detection+unsubscrib...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "AMF Device Detection" group.
To post to this group, send email to

Luis Fernando Alonzo Herrera

unread,
Apr 21, 2017, 11:50:32 AM4/21/17
to AMF Device Detection
I am using Apache/2.4.25.

Thanks
Luis
amf-device-detection+unsub...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/amf-device-detection?hl=en_US?hl=en

---
You received this message because you are subscribed to the Google Groups "AMF Device Detection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to amf-device-detection+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "AMF Device Detection" group.
To post to this group, send email to
amf-device...@googlegroups.com
To unsubscribe from this group, send email to
amf-device-detection+unsub...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/amf-device-detection?hl=en_US?hl=en

---
You received this message because you are subscribed to the Google Groups "AMF Device Detection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to amf-device-detection+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "AMF Device Detection" group.
To post to this group, send email to
amf-device...@googlegroups.com
To unsubscribe from this group, send email to

Luis Fernando Alonzo Herrera

unread,
Apr 21, 2017, 4:45:52 PM4/21/17
to AMF Device Detection
If its of any help, also happened in a docker container based on ubuntu using the same apache version (2.4.25), for a single request I get the following errors:

[Fri Apr 21 20:43:32.419057 2017] [core:notice] [pid 15582] AH00052: child pid 15805 exit signal Segmentation fault (11)
[Fri Apr 21 20:43:32.419133 2017] [core:notice] [pid 15582] AH00052: child pid 15806 exit signal Segmentation fault (11)
[Fri Apr 21 20:43:32.419145 2017] [core:notice] [pid 15582] AH00052: child pid 15807 exit signal Segmentation fault (11)
[Fri Apr 21 20:43:32.419197 2017] [core:notice] [pid 15582] AH00052: child pid 15808 exit signal Segmentation fault (11)
[Fri Apr 21 20:43:32.419218 2017] [core:notice] [pid 15582] AH00052: child pid 15809 exit signal Segmentation fault (11)
[Fri Apr 21 20:43:33.420716 2017] [core:notice] [pid 15582] AH00052: child pid 15811 exit signal Segmentation fault (11)
[Fri Apr 21 20:43:34.422341 2017] [core:notice] [pid 15582] AH00052: child pid 15812 exit signal Segmentation fault (11)
[Fri Apr 21 20:43:35.424064 2017] [core:notice] [pid 15582] AH00052: child pid 15813 exit signal Segmentation fault (11)
[Fri Apr 21 20:43:36.426063 2017] [core:notice] [pid 15582] AH00052: child pid 15814 exit signal Segmentation fault (11)
[Fri Apr 21 20:43:37.427833 2017] [core:notice] [pid 15582] AH00052: child pid 15815 exit signal Segmentation fault (11)

Thanks in advance!



On Friday, April 21, 2017 at 2:16:14 AM UTC-6, Idel wrote:
amf-device-detection+unsub...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/amf-device-detection?hl=en_US?hl=en

---
You received this message because you are subscribed to the Google Groups "AMF Device Detection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to amf-device-detection+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "AMF Device Detection" group.
To post to this group, send email to
amf-device...@googlegroups.com
To unsubscribe from this group, send email to
amf-device-detection+unsub...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/amf-device-detection?hl=en_US?hl=en

---
You received this message because you are subscribed to the Google Groups "AMF Device Detection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to amf-device-detection+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "AMF Device Detection" group.
To post to this group, send email to
amf-device...@googlegroups.com
To unsubscribe from this group, send email to

Idel Fuschini

unread,
Apr 24, 2017, 3:40:55 PM4/24/17
to amf-device...@googlegroups.com
Hi Luis,
I just recreated the environment but ninth I managed to replicate the error.
Can you tell me with what user agent are you trying?

thanks
I.


For more options, visit this group at
http://groups.google.com/group/amf-device-detection?hl=en_US?hl=en

---
You received this message because you are subscribed to the Google Groups "AMF Device Detection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to amf-device-detection+unsubscrib...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "AMF Device Detection" group.
To post to this group, send email to
amf-device...@googlegroups.com
To unsubscribe from this group, send email to

For more options, visit this group at
http://groups.google.com/group/amf-device-detection?hl=en_US?hl=en

---
You received this message because you are subscribed to the Google Groups "AMF Device Detection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to amf-device-detection+unsubscrib...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "AMF Device Detection" group.
To post to this group, send email to
amf-device...@googlegroups.com
To unsubscribe from this group, send email to

For more options, visit this group at
http://groups.google.com/group/amf-device-detection?hl=en_US?hl=en

---
You received this message because you are subscribed to the Google Groups "AMF Device Detection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to amf-device-detection+unsubscrib...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "AMF Device Detection" group.
To post to this group, send email to

Luis Fernando Alonzo Herrera

unread,
Apr 25, 2017, 6:55:01 PM4/25/17
to AMF Device Detection
Hi Idel,

I am trying directly from Firefox :( (Mozilla/5.0 (X11; Linux x86_64; rv:53.0) Gecko/20100101 Firefox/53.0),  here are my setup instructions maybe I am missing something:

Setup Instructions (Using Alpine 3.5 in a Docker container):
  • apk --update add apache2 php5-apache2 apache2-dev alpine-sdk curl-dev
  • rm /var/www/localhost/htdocs/index.html
  • echo "<?php phpinfo(); ?>" >> /var/www/localhost/htdocs/index.php
  • mkdir /run/apache2
  • httpd
  • cd /tmp
  • export MOD_AMF_VERSION="mod_amf.1.3.2.1"
  • export MOD_AMF_HOME="/opt/amf-home"
  • wget -O /tmp/$MOD_AMF_VERSION.tar.gz "https://downloads.sourceforge.net/project/mobilefilter/mod_amf/mod_amf.1.3.2.1.tar.gz?r=&ts=1493160357&use_mirror=pilotfiber"
  • tar -zxf mod_amf.1.3.2.1.tar.gz
  • cd mod_amf.1.3.2.1/
  • apxs -c -a -i mod_amf.c -lcurl
  • sed -i 's#LoadModule\ amf_module.*#LoadModule amf_module modules/mod_amf.so#' /etc/apache2/httpd.conf
  • mkdir -p $MOD_AMF_HOME && chown -R apache:apache $MOD_AMF_HOME && chmod 777 $MOD_AMF_HOME
  • printf "\n<IfModule mod_amf.c>\n\tAMFHome $MOD_AMF_HOME\n\tAMFActivate on\n</IfModule>\n" >> /etc/apache2/httpd.conf
  • httpd -k graceful

amf-device-detection+unsub...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/amf-device-detection?hl=en_US?hl=en

---
You received this message because you are subscribed to the Google Groups "AMF Device Detection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to amf-device-detection+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "AMF Device Detection" group.
To post to this group, send email to
amf-device...@googlegroups.com
To unsubscribe from this group, send email to
amf-device-detection+unsub...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/amf-device-detection?hl=en_US?hl=en

---
You received this message because you are subscribed to the Google Groups "AMF Device Detection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to amf-device-detection+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "AMF Device Detection" group.
To post to this group, send email to
amf-device...@googlegroups.com
To unsubscribe from this group, send email to
amf-device-detection+unsub...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/amf-device-detection?hl=en_US?hl=en

---
You received this message because you are subscribed to the Google Groups "AMF Device Detection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to amf-device-detection+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "AMF Device Detection" group.
To post to this group, send email to
amf-device...@googlegroups.com
To unsubscribe from this group, send email to

Luis Fernando Alonzo Herrera

unread,
Apr 25, 2017, 8:27:49 PM4/25/17
to AMF Device Detection
I managed to get it working by setting "AMFProduction on", but now is not detecting anything :(, here is what i get every time on different user agents:

ID=mod_amf_detection
DEVICE_IS_MOBILE=false
DEVICE_IS_TABLET=false
DEVICE_IS_TOUCH=false
DEVICE_IS_TV=false
DEVICE_IS_DESKTOP=false
DEVICE_OS=nc
DEVICE_OS_VERSION=nc
BROWSER_TYPE=nc
BROWSER_VERSION=nc
VER=1.3.2.1
amf-device-detection+unsub...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/amf-device-detection?hl=en_US?hl=en

---
You received this message because you are subscribed to the Google Groups "AMF Device Detection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to amf-device-detection+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "AMF Device Detection" group.
To post to this group, send email to
amf-device...@googlegroups.com
To unsubscribe from this group, send email to
amf-device-detection+unsub...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/amf-device-detection?hl=en_US?hl=en

---
You received this message because you are subscribed to the Google Groups "AMF Device Detection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to amf-device-detection+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "AMF Device Detection" group.
To post to this group, send email to
amf-device...@googlegroups.com
To unsubscribe from this group, send email to
amf-device-detection+unsub...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/amf-device-detection?hl=en_US?hl=en

---
You received this message because you are subscribed to the Google Groups "AMF Device Detection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to amf-device-detection+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "AMF Device Detection" group.
To post to this group, send email to
amf-device...@googlegroups.com
To unsubscribe from this group, send email to

Idel Fuschini

unread,
Apr 26, 2017, 3:12:19 AM4/26/17
to amf-device...@googlegroups.com
Can you pls give me the httpd.conf configuration?

I.


For more options, visit this group at
http://groups.google.com/group/amf-device-detection?hl=en_US?hl=en

---
You received this message because you are subscribed to the Google Groups "AMF Device Detection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to amf-device-detection+unsubscrib...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "AMF Device Detection" group.
To post to this group, send email to
amf-device...@googlegroups.com
To unsubscribe from this group, send email to

For more options, visit this group at
http://groups.google.com/group/amf-device-detection?hl=en_US?hl=en

---
You received this message because you are subscribed to the Google Groups "AMF Device Detection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to amf-device-detection+unsubscrib...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "AMF Device Detection" group.
To post to this group, send email to
amf-device...@googlegroups.com
To unsubscribe from this group, send email to

For more options, visit this group at
http://groups.google.com/group/amf-device-detection?hl=en_US?hl=en

---
You received this message because you are subscribed to the Google Groups "AMF Device Detection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to amf-device-detection+unsubscrib...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "AMF Device Detection" group.
To post to this group, send email to
amf-device...@googlegroups.com
To unsubscribe from this group, send email to

For more options, visit this group at
http://groups.google.com/group/amf-device-detection?hl=en_US?hl=en

---
You received this message because you are subscribed to the Google Groups "AMF Device Detection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to amf-device-detection+unsubscrib...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "AMF Device Detection" group.
To post to this group, send email to

Luis Fernando Alonzo Herrera

unread,
Apr 26, 2017, 12:42:21 PM4/26/17
to AMF Device Detection
Here is my amf conf in the httpd.conf

<IfModule mod_amf.c>
        AMFHome /opt/amf-home
        AMFActivate on
        AMFProduction on
        AMFDownloadParam on
</IfModule>
amf-device-detection+unsub...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/amf-device-detection?hl=en_US?hl=en

---
You received this message because you are subscribed to the Google Groups "AMF Device Detection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to amf-device-detection+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "AMF Device Detection" group.
To post to this group, send email to
amf-device...@googlegroups.com
To unsubscribe from this group, send email to
amf-device-detection+unsub...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/amf-device-detection?hl=en_US?hl=en

---
You received this message because you are subscribed to the Google Groups "AMF Device Detection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to amf-device-detection+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "AMF Device Detection" group.
To post to this group, send email to
amf-device...@googlegroups.com
To unsubscribe from this group, send email to
amf-device-detection+unsub...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/amf-device-detection?hl=en_US?hl=en

---
You received this message because you are subscribed to the Google Groups "AMF Device Detection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to amf-device-detection+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "AMF Device Detection" group.
To post to this group, send email to
amf-device...@googlegroups.com
To unsubscribe from this group, send email to
amf-device-detection+unsub...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/amf-device-detection?hl=en_US?hl=en

---
You received this message because you are subscribed to the Google Groups "AMF Device Detection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to amf-device-detection+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "AMF Device Detection" group.
To post to this group, send email to
amf-device...@googlegroups.com
To unsubscribe from this group, send email to

Idel Fuschini

unread,
Apr 27, 2017, 4:25:38 AM4/27/17
to amf-device...@googlegroups.com
With AMFProduction setted as On, for performance reason the AMF memorize the device parameters  in a cookie so if you change useragent without cancel the cookie AMF pass the device parameters before.

Pls try with AMFProduction off 

let me know 
I.


For more options, visit this group at
http://groups.google.com/group/amf-device-detection?hl=en_US?hl=en

---
You received this message because you are subscribed to the Google Groups "AMF Device Detection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to amf-device-detection+unsubscrib...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "AMF Device Detection" group.
To post to this group, send email to
amf-device...@googlegroups.com
To unsubscribe from this group, send email to

For more options, visit this group at
http://groups.google.com/group/amf-device-detection?hl=en_US?hl=en

---
You received this message because you are subscribed to the Google Groups "AMF Device Detection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to amf-device-detection+unsubscrib...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "AMF Device Detection" group.
To post to this group, send email to
amf-device...@googlegroups.com
To unsubscribe from this group, send email to

For more options, visit this group at
http://groups.google.com/group/amf-device-detection?hl=en_US?hl=en

---
You received this message because you are subscribed to the Google Groups "AMF Device Detection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to amf-device-detection+unsubscrib...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "AMF Device Detection" group.
To post to this group, send email to
amf-device...@googlegroups.com
To unsubscribe from this group, send email to

For more options, visit this group at
http://groups.google.com/group/amf-device-detection?hl=en_US?hl=en

---
You received this message because you are subscribed to the Google Groups "AMF Device Detection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to amf-device-detection+unsubscrib...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "AMF Device Detection" group.
To post to this group, send email to
amf-device...@googlegroups.com
To unsubscribe from this group, send email to

For more options, visit this group at
http://groups.google.com/group/amf-device-detection?hl=en_US?hl=en

---
You received this message because you are subscribed to the Google Groups "AMF Device Detection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to amf-device-detection+unsubscrib...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "AMF Device Detection" group.
To post to this group, send email to

Luis Fernando Alonzo Herrera

unread,
Apr 27, 2017, 1:04:12 PM4/27/17
to AMF Device Detection
Hi Idel,

That worked, thanks a lot for your help!

Great work with the module!

Regards!
amf-device-detection+unsub...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/amf-device-detection?hl=en_US?hl=en

---
You received this message because you are subscribed to the Google Groups "AMF Device Detection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to amf-device-detection+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "AMF Device Detection" group.
To post to this group, send email to
amf-device...@googlegroups.com
To unsubscribe from this group, send email to
amf-device-detection+unsub...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/amf-device-detection?hl=en_US?hl=en

---
You received this message because you are subscribed to the Google Groups "AMF Device Detection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to amf-device-detection+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "AMF Device Detection" group.
To post to this group, send email to
amf-device...@googlegroups.com
To unsubscribe from this group, send email to
amf-device-detection+unsub...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/amf-device-detection?hl=en_US?hl=en

---
You received this message because you are subscribed to the Google Groups "AMF Device Detection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to amf-device-detection+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "AMF Device Detection" group.
To post to this group, send email to
amf-device...@googlegroups.com
To unsubscribe from this group, send email to
amf-device-detection+unsub...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/amf-device-detection?hl=en_US?hl=en

---
You received this message because you are subscribed to the Google Groups "AMF Device Detection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to amf-device-detection+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "AMF Device Detection" group.
To post to this group, send email to
amf-device...@googlegroups.com
To unsubscribe from this group, send email to
amf-device-detection+unsub...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/amf-device-detection?hl=en_US?hl=en

---
You received this message because you are subscribed to the Google Groups "AMF Device Detection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to amf-device-detection+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "AMF Device Detection" group.
To post to this group, send email to
amf-device...@googlegroups.com
To unsubscribe from this group, send email to
Reply all
Reply to author
Forward
0 new messages