Advertisement
Guest User

hiko

a guest
Apr 19th, 2010
779
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <Directory /var/www/git>
  2.    Allow from all
  3.    AllowOverride all
  4.    Order allow,deny
  5.    Options ExecCGI
  6.    <Files gitweb.cgi>
  7.    SetHandler cgi-script
  8.    </Files>
  9. </Directory>
  10. DirectoryIndex gitweb.cgi
  11. SetEnv  GITWEB_CONFIG  /etc/gitweb.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement