Skip to main content
July 21, 2010
Question

Connection Reset Error

  • July 21, 2010
  • 1 reply
  • 689 views

I will begin this message by saying: I am new to FMS3.5 and web dev in general.

I am having an issue that I cannot solve. I inherited a php application that serves as a streaming video playlist management tool. The original application ran on a box with both apache and FMS2.0. The app writes vars to an XML document from a web form and then uses those vars as flashvars in a get method to create sharable URLs for clients.

I have moved the application over to the web directory on Apache within a new installation of  FMS3.5 on a new server. The application works in most instances. However, I have found that when the character count in a URL with the get method exceeds 1029 characters, I get this message:

The connection was reset

The connection to the server was reset while the page was loading.

The same links work fine on FMS2.0 and the original Apache install.

Any ideas?

Dickie Cox

CNM Multimedia Specialist

    This topic has been closed for replies.

    1 reply

    July 21, 2010

    Hi,

    Check the apache error logs to see if you find anything unusual. There are multiple cases in which you can end up seeing this error, which are mostly to do with Apache setup issues or PHP script issues. In case you don't see information in Apache error logs, and restart the apache service with verbose logging and then try connecting before checking the logs.

    Thanks,

    Abhishek