Re-,
J'essaye de configuer gitweb sous debian sid. La doc dit :
"The gitweb CGI by default looks into the directory /var/lib/git/ for
browsable repositories (this is configured in /etc/gitweb.conf). It
expects the repositories' .git subdirectories in /var/lib/git/, symlinks
pointing to the corresponding subdirectories in the repositories are just
fine, e.g.:
ln -s ~pape/git/foo/.git /var/lib/git/foo.git
On systems with an Apache webserver, gitweb is automatically made
available at
http://localhost/gitweb. You can deactivate it by commenting
out the first line of ."
J'ai tout fait comme dit, mais je n'arrive pas à accéder à la page (Not
Found). Le fichier contient /etc/apache2/conf.d/gitweb:
Alias /gitweb /usr/share/gitweb
<Directory /usr/share/gitweb>
Options FollowSymLinks +ExecCGI
AddHandler cgi-script .cgi
</Directory>
$ ls -l /usr/share/gitweb
total 252
-rwxr-xr-x 1 root root 248563 nov. 22 03:20 gitweb.cgi
lrwxrwxrwx 1 root root 10 nov. 22 03:20 index.cgi -> gitweb.cgi
drwxr-xr-x 2 root root 4096 nov. 25 13:17 static
le mod cgi.load est bien activé, mais même en redémarrant apache2, rien à
faire. Alors que phpmyadmin, configuré de manière similaire, fonctionne
très bien.
Une idée ? Il faut activer un autre mod apache2 ?
Merci d'avance.
--
Frédéric