gitweb on Apache2
程序员文章站
2022-07-14 14:02:59
...
安装应用
vi /etc/apache2/conf.d/gitweb
访问
sudo apt-get install apache2 sudo apt-get install gitweb
vi /etc/apache2/conf.d/gitweb
Alias /gitweb /usr/share/gitweb <Directory /usr/share/gitweb> Options FollowSymLinks +ExecCGI AddHandler cgi-script .cgi </Directory>
访问
http://localhost:80/gitweb/
上一篇: Curl 常用命令
下一篇: gitweb on Apache2