Hi

I download from http://git.zx2c4.com/cgit/refs/  the file cgit-0.9.2.tar.xz
I follow the instruction in README:
     make get-git
     make
     make install
     Edit Apache conf file and add
        <Directory "/var/www/htdocs/cgit/">
          AllowOverride None
          Options +ExecCGI
          Order allow,deny
          Allow from all
        </Directory>
     I also add alias:
        Alias /cgit  /var/www/htdocs/cgit/

When I go to http://server.domain/cgit I get the following error:
    You don't have permission to access /cgit/ on this server
    And In the error_log I get:
        Directory index forbidden by Options directive: /var/www/htdocs/cgit/
I tried to add to 'Options' the +Indexes, So I get the list of the content but 
the cgit did not work.

Also I did not find instruction, how to set the file cgit.conf in order to 
change the place of cgit files location.
What I'm doing wrong?
Thanks,
Shlomit.
_______________________________________________
CGit mailing list
CGit@lists.zx2c4.com
http://lists.zx2c4.com/mailman/listinfo/cgit

Reply via email to