<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(1, 2, 4); font-size: 14px; font-family: Calibri, sans-serif; ">
<div><br>
</div>
<div><br>
</div>
<div>Hi </div>
<div><br>
</div>
<div>I download from <a href="http://git.zx2c4.com/cgit/refs">http://git.zx2c4.com/cgit/refs</a>/  the file cgit-0.9.2.tar.xz</div>
<div>I follow the instruction in README:</div>
<div>     make get-git</div>
<div>     make</div>
<div>
<div>     make install</div>
</div>
<div>     Edit Apache conf file and add</div>
<div>
<div>        <Directory "/var/www/htdocs/cgit/"></div>
<div>          AllowOverride None</div>
<div>          Options +ExecCGI</div>
<div>          Order allow,deny</div>
<div>          Allow from all</div>
<div>        </Directory></div>
</div>
<div>     I also add alias:</div>
<div>
<div>        Alias /cgit  /var/www/htdocs/cgit/</div>
</div>
<div><br>
</div>
<div>When I go to <a href="http://server.domain/cgit">http://server.domain/cgit</a> I get the following error:</div>
<div>    You don't have permission to access /cgit/ on this server</div>
<div>    And In the error_log I get:  </div>
<div>        Directory index forbidden by Options directive: /var/www/htdocs/cgit/</div>
<div>I tried to add to 'Options' the +Indexes, So I get the list of the content but the cgit did not work.</div>
<div><br>
</div>
<div>Also I did not find instruction, how to set the file cgit.conf in order to change the place of cgit files location.</div>
<div>What I'm doing wrong?</div>
<div>Thanks,</div>
<div>Shlomit.</div>
</body>
</html>