[Lazarus] fpweb fastcgi debug

ik idokan at gmail.com
Thu Dec 23 12:13:36 CET 2010


Thanks, now i can test the templeting issue finally :)

Ido
LINESIP - Opening the source for communication
http://www.linesip.com
http://www.linesip.co.il




On Thu, Dec 23, 2010 at 12:34, <michael.vancanneyt at wisa.be> wrote:

>
>
> On Thu, 23 Dec 2010, ik wrote:
>
>  Hello,
>>
>> Is there a way for me to use the fastcgi application I'm writing as a
>> standalone for easier debugging (instead of restarting Apache every time)
>> ?
>>
>
> Yes you can.
>
> If you can use mod_fastcgi, then this will do it:
>
> - Run the fastcgi application, and explicitly set the port.
>  Application.Port:=2015
> - In Apache, set
>   FastCgiExternalServer /path/to/server/url -host 127.0.0.1:201-idle-timeout 30 -flush
>
> Now you can debug the fastcgi application.
>
> If you can't use mod_fastcgi, run the application as described above, and
> use the cgigateway (demo is in packages/fcl-web/tests) to route the
> requests to your Fastcgi server.
>
> Michael.
>
> --
> _______________________________________________
> Lazarus mailing list
> Lazarus at lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20101223/3d34c9ed/attachment-0003.html>


More information about the Lazarus mailing list