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
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
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
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
-
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.