Re: [fpc-pascal] FCL-WEB and PostgreSQL Support: Current Status

2017-09-28 Thread Daniel Gaspary
On Wed, Sep 27, 2017 at 12:53 PM, Michael Van Canneyt wrote: > Apache, indeed using FastCGI. Used both mod_fastcgi as mod_fcgid. mod_proxy > should work as well. What do you use to debug this environment, just log messages / log server..? Sometime ago I have seen someone mentioned developing wi

Re: [fpc-pascal] FCL-WEB and PostgreSQL Support: Current Status

2017-09-28 Thread Michael Van Canneyt
On Thu, 28 Sep 2017, Daniel Gaspary wrote: On Wed, Sep 27, 2017 at 12:53 PM, Michael Van Canneyt wrote: Apache, indeed using FastCGI. Used both mod_fastcgi as mod_fcgid. mod_proxy should work as well. What do you use to debug this environment, just log messages / log server..? See below

Re: [fpc-pascal] FCL-WEB and PostgreSQL Support: Current Status

2017-09-28 Thread Daniel Gaspary
On Thu, Sep 28, 2017 at 6:11 PM, Michael Van Canneyt wrote: > 1. You can perfectly start the fastcgi in the debugger if you use proxy > server > or if you use mod_fastcgi confgured with fastcgiexternalserver configuration > setting. I believe nginx only uses the proxy mechanism. Nice to know abou