[Lazarus] fpweb with fcgi samples
silvioprog
silvioprog at gmail.com
Fri May 28 00:46:59 CEST 2010
Em 27-05-2010 11:52, Michael Van Canneyt escreveu:
[...]
Requires the use of ExternalCGI feature in Apache, or the new
CGI->FastCGI gateway.
Please, do you know any article about it? I need to implement this
(FCGI) on my Linux (Ubuntu 10.04).
In this demo:
"..lazarus/components/fpweb/demo/echo"
Only with CGI is Ok, but, if I change:
(...)
program echo;
{$mode objfpc}{$H+}
uses
fpWeb,fpfcgi {<< here, from fpcgi to fpcgi}, wmecho;
(...)
I receive this tipical error:
----------------------------------------
Internal Server Error
The server encountered an internal error or misconfiguration and was
unable to complete your request.
Please contact the server administrator, webmaster at localhost and inform
them of the time the error occurred, and anything you might have done
that may have caused the error.
More information about this error may be available in the server error log.
Apache/2.2.14 (Ubuntu) Server at localhost Port 80
----------------------------------------
:'(
Ps.: To apply fcgi on my apache, I used this tip:
<http://code.google.com/p/extpascal/wiki/GettingStarted>
--
Silvio Clecio
$ programmer ObjectPascal - <http://silvioprog.com.br>
$ Acesse nosso canal IRC sobre Lazarus no Brasil - #lazarus-br
More information about the Lazarus
mailing list