Hello,
I am in trouble to set up gitweb with httpd. I am not aware with webersever.
My /etc.gitweb.conf contains:
$projectroot = "/home/git";
$projects_list = $projectroot;
My /etc/httpd.conf contains
server "default" {
listen on * port 80
fastcgi
root "/gitweb"
}
because I copy /usr/local/share/gitweb to /var/www/gitweb
The later contain gitweb.cgi.
I also copy perl, and libraries to a subtree in /var/www/usr/...
I am stuck, trying different stuffs, but I have not the logics..
Http is enable and works fine with simple html by the way
Can someone help me?
Thanks.