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