Re: [Gambas-user] Configure real httpd for gb.web.form

2017-03-13 Thread Tobias Boege
On Mon, 13 Mar 2017, PICCORO McKAY Lenz wrote: > 2017-03-13 18:09 GMT-04:00 Tobias Boege : > > > On Thu, 16 Feb 2017, Benoît Minisini wrote: > > > > Normal Gambas CGI, i.e. a Gambas script with gb.web, also works fine. > > > > > > > > But I have no idea about gb.web.form. > > > > > > Projects usin

Re: [Gambas-user] Configure real httpd for gb.web.form

2017-03-13 Thread PICCORO McKAY Lenz
2017-03-13 18:09 GMT-04:00 Tobias Boege : > On Thu, 16 Feb 2017, Benoît Minisini wrote: > > > Normal Gambas CGI, i.e. a Gambas script with gb.web, also works fine. > > > > > > But I have no idea about gb.web.form. > > > > Projects using gb.web.form are CGI scripts too, no difference. > after too

Re: [Gambas-user] Configure real httpd for gb.web.form

2017-03-13 Thread Tobias Boege
On Thu, 16 Feb 2017, Benoît Minisini wrote: > Le 16/02/2017 à 03:20, Tobias Boege a écrit : > > Hi list, > > > > has anyone here ever set up a real HTTP server for running gb.web.form > > applications? I've decided to use nginx and setting up https there was > > easy enough (https being the the rea

Re: [Gambas-user] Configure real httpd for gb.web.form

2017-02-15 Thread Benoît Minisini
Le 16/02/2017 à 03:33, Benoît Minisini a écrit : > > Example with the configuration file of lighttpd: > > ... > # This tells that all and executable files are cgi scripts, ---> This tells that all executable files are cgi scripts, -- Benoît Minisini -

Re: [Gambas-user] Configure real httpd for gb.web.form

2017-02-15 Thread Benoît Minisini
Le 16/02/2017 à 03:20, Tobias Boege a écrit : > Hi list, > > has anyone here ever set up a real HTTP server for running gb.web.form > applications? I've decided to use nginx and setting up https there was > easy enough (https being the the reason why I can't use gb.httpd). > Normal Gambas CGI, i.e.