Re: [Gambas-user] Using Gambas for Apache cgi - SOLVED

2012-09-20 Thread Rolf-Werner Eilert
Am 20.09.2012 10:27, schrieb Rolf Schmidt: > Hi Rolf-Werner, > But Apache has some problem with it. I configured the cgi-bin as above (actually not me, but it's the default). Apache looks for it and seemingly it DOES find it but it complaints with a 500 Internal Error page and

Re: [Gambas-user] Using Gambas for Apache cgi

2012-09-20 Thread Rolf-Werner Eilert
Am 20.09.2012 10:27, schrieb Rolf Schmidt: > Hi Rolf-Werner, > But Apache has some problem with it. I configured the cgi-bin as above (actually not me, but it's the default). Apache looks for it and seemingly it DOES find it but it complaints with a 500 Internal Error page and

Re: [Gambas-user] Using Gambas for Apache cgi

2012-09-20 Thread Rolf Schmidt
Hi Rolf-Werner, >>> But Apache has some problem with it. I configured the cgi-bin as above >>> (actually not me, but it's the default). Apache looks for it and >>> seemingly it DOES find it but it complaints with a 500 Internal Error >>> page and in /var/log/apache2/suexec.log we can read somethin

Re: [Gambas-user] Using Gambas for Apache cgi

2012-09-19 Thread Rolf-Werner Eilert
Am 18.09.2012 20:47, schrieb Rolf Schmidt: > Hi Rolf-Werner > >> But Apache has some problem with it. I configured the cgi-bin as above >> (actually not me, but it's the default). Apache looks for it and >> seemingly it DOES find it but it complaints with a 500 Internal Error >> page and in /var/

Re: [Gambas-user] Using Gambas for Apache cgi

2012-09-18 Thread Rolf Schmidt
Hi Rolf-Werner > But Apache has some problem with it. I configured the cgi-bin as above > (actually not me, but it's the default). Apache looks for it and > seemingly it DOES find it but it complaints with a 500 Internal Error > page and in /var/log/apache2/suexec.log we can read something about >

[Gambas-user] Using Gambas for Apache cgi

2012-09-18 Thread Demosthenes Koptsis
Hu??? If you can run any script (file beginning with "#!") as CGI script, then you run any gambas executable, that are script too. The only requirement is that "gbr3" and "gbx3" directory *must be in the PATH environmental variable*. Because Gambas executable start with "#! /usr/bin/env gbr3". Reg

Re: [Gambas-user] Using Gambas for Apache cgi

2012-09-18 Thread Rolf-Werner Eilert
Am 17.09.2012 21:46, schrieb Benoît Minisini: > Le 17/09/2012 21:41, Demosthenes Koptsis a écrit : >> Στις 17/9/2012 20:52, ο/η Tobias Boege έγραψε: >>> On Mon, 17 Sep 2012, Rolf-Werner Eilert wrote: Hi everyone, Long time ago I set up a Gambas application in my internal server for

Re: [Gambas-user] Using Gambas for Apache cgi

2012-09-17 Thread Benoît Minisini
Le 17/09/2012 21:41, Demosthenes Koptsis a écrit : > Στις 17/9/2012 20:52, ο/η Tobias Boege έγραψε: >> On Mon, 17 Sep 2012, Rolf-Werner Eilert wrote: >>> Hi everyone, >>> >>> Long time ago I set up a Gambas application in my internal server for >>> cgi. I do remember there was some tweaking of Apac

Re: [Gambas-user] Using Gambas for Apache cgi

2012-09-17 Thread Demosthenes Koptsis
Στις 17/9/2012 20:52, ο/η Tobias Boege έγραψε: > On Mon, 17 Sep 2012, Rolf-Werner Eilert wrote: >> Hi everyone, >> >> Long time ago I set up a Gambas application in my internal server for >> cgi. I do remember there was some tweaking of Apache confs to tell it to >> accept .gambas and .gbs as a cgi

Re: [Gambas-user] Using Gambas for Apache cgi

2012-09-17 Thread Tobias Boege
On Mon, 17 Sep 2012, Rolf-Werner Eilert wrote: > Hi everyone, > > Long time ago I set up a Gambas application in my internal server for > cgi. I do remember there was some tweaking of Apache confs to tell it to > accept .gambas and .gbs as a cgi program, but I don't remember what it > was. Now

[Gambas-user] Using Gambas for Apache cgi

2012-09-17 Thread Rolf-Werner Eilert
Hi everyone, Long time ago I set up a Gambas application in my internal server for cgi. I do remember there was some tweaking of Apache confs to tell it to accept .gambas and .gbs as a cgi program, but I don't remember what it was. Now I have tried to install this on another server, but of cour