Guest User

Untitled

a guest
Jul 16th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. -> cat /etc/apache2/conf.d/gitweb
  2. Alias /gitweb /usr/share/gitweb
  3.  
  4. <Directory /usr/share/gitweb>
  5. Options FollowSymLinks +ExecCGI
  6. AddHandler cgi-script .cgi
  7. </Directory>
Add Comment
Please, Sign In to add comment