Re: [Gambas-user] CGI rights to access directory

2011-05-12 Thread nando
A possibility: SGID (Set Group ID) bit Setting the SGID bit for a file sets your group ID to the file's group while the file is executing. -- Original Message --- From: Rolf-Werner Eilert To: gambas-user@lists.sourceforge.net Sent: Thu, 12 May 2011 09:14:03 +0200 Subject: [Gamba

Re: [Gambas-user] CGI app help.

2011-05-12 Thread François Gallo
Le 12/05/2011 15:15, Fabien Bodard a écrit : > Le 12 mai 2011 15:08, François Gallo a écrit : >> Le 12/05/2011 14:53, Fabien Bodard a écrit : >>> and naturally you can take a look at the code here : >>> >>> http://sourceforge.net/projects/gambasforge/ >> " >> >> GambasForge is a CMS writed in gamb

Re: [Gambas-user] CGI app help.

2011-05-12 Thread Fabien Bodard
Le 12 mai 2011 15:08, François Gallo a écrit : > Le 12/05/2011 14:53, Fabien Bodard a écrit : >> and naturally you can take a look at the code here : >> >> http://sourceforge.net/projects/gambasforge/ > > " > > GambasForge is a CMS writed in gambas. It provide a set of CGI's that > allow to manage

Re: [Gambas-user] CGI app help.

2011-05-12 Thread François Gallo
Le 12/05/2011 14:53, Fabien Bodard a écrit : > and naturally you can take a look at the code here : > > http://sourceforge.net/projects/gambasforge/ " GambasForge is a CMS writed in gambas. It provide a set of CGI's that allow to manage a gambas source spécific repository, forum, news, etc... "

Re: [Gambas-user] CGI app help.

2011-05-12 Thread Fabien Bodard
and naturally you can take a look at the code here : http://sourceforge.net/projects/gambasforge/ that is the code for : http://gambasforge.org/beta 2011/5/12 Rolf-Werner Eilert : > Am 12.05.2011 00:53, schrieb Hamilton Geminiano Andrioli Junior: >> Hello world! >> >> I want to make a system fo

[Gambas-user] CGI rights to access directory

2011-05-12 Thread Rolf-Werner Eilert
Now I've run into a problem I didn't see before: When my latest CGI app is to read/write data, this will partly be from a directory which requires the user to be member of a special group. As the scripts are started by appache as nobody or whatever, I wonder how this could be implemented. Does