19 lines
398 B
Text
19 lines
398 B
Text
<IfModule mod_alias.c>
|
|
<IfModule mod_mime.c>
|
|
<IfModule mod_cgi.c>
|
|
Define ENABLE_GITWEB
|
|
</IfModule>
|
|
<IfModule mod_cgid.c>
|
|
Define ENABLE_GITWEB
|
|
</IfModule>
|
|
</IfModule>
|
|
</IfModule>
|
|
|
|
<IfDefine ENABLE_GITWEB>
|
|
Alias /gitweb /usr/share/gitweb
|
|
|
|
<Directory /usr/share/gitweb>
|
|
Options +FollowSymLinks +ExecCGI
|
|
AddHandler cgi-script .cgi
|
|
</Directory>
|
|
</IfDefine>
|