Re: apache2-suexec-custom, SuexecUserGroup directive

2014-09-22 Thread Richard Lewis
At Thu, 18 Sep 2014 17:18:49 +0100, Richard Lewis wrote: > Lastly, I found that I could actually make gitweb.cgi execute > successfully by altering the /etc/apache2/suexec/www-data config like > this: > > /srv/h1 > public_html/cgi-bin > > i.e., replacing the default /var/www docroot with /srv/h1

apache2-suexec-custom, SuexecUserGroup directive

2014-09-18 Thread Richard Lewis
Hi there, I'm trying to set up gitweb. As part of this, I'm trying to make Apache execute the gitweb.cgi as user the 'git' (UID 1002) using suEXEC. To achieve this, I've: - installed the apache2-suexec-custom package - added /etc/apache2/suexec/git containing: /srv/h1 # i.e., document ro