2011-02-25 08:46:53 +00:00
|
|
|
Alias /git "/usr/share/gitweb/"
|
2008-05-21 21:45:42 +00:00
|
|
|
|
2010-09-27 14:02:12 +00:00
|
|
|
<Directory "/usr/share/gitweb">
|
2008-05-21 21:45:42 +00:00
|
|
|
Options ExecCGI
|
|
|
|
AllowOverride None
|
|
|
|
AddHandler cgi-script .cgi
|
|
|
|
DirectoryIndex gitweb.cgi
|
2014-10-09 10:52:04 +00:00
|
|
|
<IfModule mod_access_compat.c>
|
|
|
|
Order allow,deny
|
|
|
|
Allow from all
|
|
|
|
</IfModule>
|
|
|
|
<IfModule !mod_access_compat.c>
|
|
|
|
Require all granted
|
|
|
|
</IfModule>
|
2008-05-21 21:45:42 +00:00
|
|
|
</Directory>
|