From c63f313fabe1b9a180f1e6f44fbdef43ed18019b Mon Sep 17 00:00:00 2001 From: Adrien Thebo Date: Mon, 23 May 2011 17:11:45 -0700 Subject: Initial commit. --- templates/apache-gitweb.conf.erb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 templates/apache-gitweb.conf.erb (limited to 'templates') diff --git a/templates/apache-gitweb.conf.erb b/templates/apache-gitweb.conf.erb new file mode 100644 index 0000000..d0736ae --- /dev/null +++ b/templates/apache-gitweb.conf.erb @@ -0,0 +1,13 @@ +> + ServerName <%= name %> + DocumentRoot <%= docroot %> + > + Options ExecCGI +FollowSymLinks +SymLinksIfOwnerMatch + AllowOverride All + order allow,deny + Allow from all + AddHandler cgi-script cgi + DirectoryIndex gitweb.cgi + + + -- cgit v1.2.3