Move unpackaged(?) conf.d files to the new conf-available dir
[sysconfig/apache2.git] / conf-available / gitweb.conf
diff --git a/conf-available/gitweb.conf b/conf-available/gitweb.conf
new file mode 100644 (file)
index 0000000..8055f9d
--- /dev/null
@@ -0,0 +1,6 @@
+Alias /gitweb /usr/share/gitweb
+
+<Directory /usr/share/gitweb>
+  Options FollowSymLinks ExecCGI
+  AddHandler cgi-script .cgi
+</Directory>