2011-02-25 09:46:53 +01:00
|
|
|
Alias /git "/usr/share/gitweb/"
|
2008-05-21 23:45:42 +02:00
|
|
|
|
2010-09-27 16:02:12 +02:00
|
|
|
<Directory "/usr/share/gitweb">
|
2008-05-21 23:45:42 +02:00
|
|
|
Options ExecCGI
|
|
|
|
AllowOverride None
|
|
|
|
AddHandler cgi-script .cgi
|
|
|
|
DirectoryIndex gitweb.cgi
|
2014-10-09 12:52:04 +02: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 23:45:42 +02:00
|
|
|
</Directory>
|