[Lazarus] CGI fpWeb Error

2010-05-30 Thread Leonardo M.
After I compiled a CGI app using fpWeb from fpc rev 15347 on Linux x86-64 I got this error message on the browser: The application encountered the following error: * Error: Could not determine HTTP module for request cgi-bin * Stack trace: $004929D2

Re: [Lazarus] CGI fpWeb Error

2010-05-30 Thread Joost van der Sluis
On Sun, 2010-05-30 at 14:25 -0300, Leonardo M. Ramé wrote: After I compiled a CGI app using fpWeb from fpc rev 15347 on Linux x86-64 I got this error message on the browser: The application encountered the following error: * Error: Could not determine HTTP module for request cgi-bin

Re: [Lazarus] CGI fpWeb Error

2010-05-30 Thread Leonardo M.
El dom, 30-05-2010 a las 20:21 +0200, Joost van der Sluis escribió: Yes, comment line 408 and 409 in custcgi.pp. Could you show me what do you see in those lines? here in 408 is an end; and 409 is empty. Line 408 marks the end of this method: Function TCGIRequest.GetFieldValue(Index : Integer)

Re: [Lazarus] CGI fpWeb Error

2010-05-30 Thread Joost van der Sluis
On Sun, 2010-05-30 at 15:35 -0300, Leonardo M. Ramé wrote: El dom, 30-05-2010 a las 20:21 +0200, Joost van der Sluis escribió: Yes, comment line 408 and 409 in custcgi.pp. Could you show me what do you see in those lines? here in 408 is an end; and 409 is empty. Line 408 marks the end of