aboutsummaryrefslogtreecommitdiffstats
path: root/debian/examples/apache2.conf
blob: 04b557e76f1e51568f93c569b75086a348784c91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Apache2 configuration for Debian cgit package.
# The CGI executable is /usr/lib/cgi-bin/cgit.cgi
# Other static assets are installed in /usr/share/cgit/htdocs

Alias /cgit/cgit.css /usr/share/cgit/htdocs/cgit.css
Alias /cgit/cgit.png /usr/share/cgit/htdocs/cgit.png
Alias /cgit/robot.txt /usr/share/cgit/htdocs/robots.txt
Alias /cgit/favicon.ico /usr/share/cgit/htdocs/favicon.ico
ScriptAlias /cgit/ /usr/lib/cgi-bin/cgit.cgi/

<Directory "/usr/share/cgit/htdocs">
  AllowOverride None
  Order allow,deny
  Allow from all
</Directory>