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

2011-05-13 Thread Sprachschule Eilert
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: [Gambas-user] CGI rights to access directory > &

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

2011-05-12 Thread nando
bject: [Gambas-user] CGI rights to access directory > 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 ar

[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