Re: [fpc-pascal] Troubles using embedded HTTP Server to serve SWF files

2013-10-15 Thread Graeme Geldenhuys
Sorry for the noise. I did lots more testing and comparing to Apache results. In the end I found out that it wasn't the FPC Embedded Web Sever causing the problems, but rather the CGI client written with fcl-web. I switched by CGI client apps back to Powtils, and now the SWF flash files are s

[fpc-pascal] Troubles using embedded HTTP Server to serve SWF files

2013-10-14 Thread Graeme Geldenhuys
Hi, I'm using the FPC HTTP Server component as an embedded web server in our application. All content is generated dynamically via a CGI application. I hit a [rather big] snag serving SWF flash content. During my debugging, I eliminated the usage of a CGI app, and reference the SWF file directly i