FMS proxying HTTP, problems in POP request.
Hello,
I'm using FMS development version ( last version ), I activated FMS as proxy for HTTP server, this is part of fms.ini :
SERVER.HTTPD_ENABLED = false
ADAPTOR.HOSTPORT = :1935,80
HTTPPROXY.HOST = localhost:82
On port 82 I'm running apache, that is installed from default repositories of the amazon EC2 server ( Linux AMI ), here runs a website ( Drupal ).
There is other website that runs in https, where we record video from webcam to FMS server and play recorded video, with no problems.
The problem is in http site, the navigation across the whole site works fine but not in some POST request, when I try to login into drupal admin works for all browsers in windows but not for Chrome in Linux. When I try to create a new content by web ( use a form sending info by POST ) doesn't work for any browser, looks like FMS took that request as video-stremming and doesn't pass to apache server. ( Everything on Drupal site works if we don't use FMS as proxy in port 80 )
What can I do to fix that? is that a bug just for FMS development version?
Thanks,
Luis.
