CGI and filesystem permissions

Alessandro Dentella sandro at e-den.it
Wed Feb 13 04:36:43 CST 2008


On Wed, Feb 13, 2008 at 10:16:04AM +0100, Manlio Perillo wrote:
> Hi.
> 
> I'm serving a Mercurial repository via CGI.
> 
> The problem is that the repository is owned by user A, and the HTTP 
> server runs as user B.
> 
> The repository data files have 644 permission bits, so even if user B is 
> in the A group, the CGI does not have write access to the repository 
> data files.
> 
> 
> How should I solve the problem?


I added filesystem ACL

sandro
*:-)


More information about the Mercurial mailing list