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

2011-05-13 Thread Sprachschule Eilert
No, unfortunately this doesn't have the desired effect. I guess apache will start all CGIs under a specific name (www-run or nobody or whatever). Am 13.05.2011 05:04, schrieb nando: > A possibility: > SGID (Set Group ID) bit > Setting the SGID bit for a file sets your group ID to the file's group

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