Pages : 1
Discussion fermée
#1 Le 23/11/2016, à 11:14
- bird12358
Installer gitlist sous apache2
Bonjour,
je tente d'installer gitlist avec apache2 mais je m'arrache les cheveux.
Quand je vais sur la page localhost/gitlist j'ai ce message:
Not Found
The requested URL /var/www/html/gitlist/index.php/ was not found on this server.
Apache/2.4.18 (Ubuntu) Server at 192.168.0.33 Port 80
Voici la tête de mes fichiers:
Mon fichier config.ini ressemble a ca:
[git]
client = '/usr/bin/git' ; Your git executable path
default_branch = 'master' ; Default branch when HEAD is detached
repositories[] = '/media/DD/server/reposGit/' ; Path to your repositories
; If you wish to add more repositories, just add a new line
; WINDOWS USERS
;client = '"C:\Program Files (x86)\Git\bin\git.exe"' ; Your git executable path
;repositories[] = 'C:\Path\to\Repos\' ; Path to your repositories
; You can hide repositories from GitList, just copy this for each repository you want to hide
; hidden[] = '/home/git/repositories/BetaTest'
[app]
baseurl ='http://localhost/gitlist'
debug = false
cache = true
theme = "default"
; If you need to specify custom filetypes for certain extensions, do this here
[filetypes]
; extension = type
; dist = xml
; If you need to set file types as binary or not, do this here
[binary_filetypes]
; extension = true
; svh = false
; map = true
; set the timezone
[date]
; timezone = UTC
; format = 'd/m/Y H:i:s'
Ensuite j'ai du modifier le fichier .htacess :
<IfModule mod_rewrite.c>
Options -MultiViews +SymLinksIfOwnerMatch
RewriteEngine On #AJOUT
RewriteBase /var/www/html/gitlist #AJOUT
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [L,NC]
</IfModule>
<Files config.ini>
order allow,deny
deny from all
</Files>
Et dans mon fichier apache2.conf, j'ai passé les AllowOverride none à AllowOverride All
Quelqu'un pourrait me dire ce que je fais mal?
Hors ligne
#2 Le 23/11/2016, à 16:32
- Ayral
Re : Installer gitlist sous apache2
Modération fil fermé, à suivre là pour cause de doublon.
Pour mettre les retours de commande entre deux balises code, les explications sont là : https://forum.ubuntu-fr.org/viewtopic.php?id=1614731
Blog d'un retraité
Site de graphisme du fiston Loïc
Ubuntu 22.04 LTS sur un Thinkpad W540
Hors ligne
Pages : 1
Discussion fermée