Hi, I'm trying to do some tests of fpWeb on Windows Seven 64bits using Apache2 (32bits). The first test I did was compiling the HelloWorld sample from c:\lazarus\components\fpweb \demo\helloworld\cgi and trying to execute it, but it doesn't work (500 Internal server error). <br />
<br />
This is what my Apache's logs in error.log file:<br />
<br />
[Sat May 22 17:12:34 2010] [notice] Child 996: Child process is running<br />
[Sat May 22 17:12:34 2010] [notice] Child 996: Acquired the start mutex.<br />
[Sat May 22 17:12:34 2010] [notice] Child 996: Starting 64 worker threads.<br />
[Sat May 22 17:12:34 2010] [notice] Child 996: Starting thread to listen on port 8080.<br />
[Sat May 22 17:21:37 2010] [error] [client 127.0.0.1] malformed header from script. Bad header=  $0000000100015385: helloworld.exe<br />
<br />
Any hint?<br />