[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: GLPI - extjs: sous-répertoire manquant



Mon, 7 Mar 2016 15:38:43 +0100
Sébastien NOBILI <sebnewsletter@free.fr> écrivait :

> [...]
> Tu parles d’un « access denied », sur quelle URL ?

C'est le tag <title> du html que GLPI me retourne.

Donc, en gros, je poste la forme de login et GLPI me retourne ceci comme HTML body :
<body><div id='page'><div id='bloc'><div id='logo_bloc'></div><div class='center'><br><br><img src='/glpi/pics/warning.png' alt='Warning'><br><br><span class='b'>The action you have requested is not allowed. Reload previous page before doing action again.</span></div></div></div><div id='footer-login'><a href='http://glpi-project.org/' title='Powered By Indepnet'>GLPI version  0.84.8 Copyright (C) 2003-2016 INDEPNET Development Team.</a></div></body>

> 
> D’où te vient la configuration Nginx ? Du paquet Debian, d’un tuto sur le Web,
> de ta production ?

Config' perso basée sur une conversation précédente et d'autres configs.

La voilà :

        location /glpi/ {
                root /usr/share;
                index index.php;
                error_log /var/log/nginx/glpi-errors.log; # debug;

                location ~ \.php$ {
                        include snippets/fastcgi-php.conf;
                        # With php5-fpm:
                        fastcgi_pass unix:/var/run/php5-fpm.sock;
                }

        }


> 
> Sébastien
> 


Jean-Marc <jean-marc@6jf.be>

Attachment: pgpFzYfl2dgBu.pgp
Description: PGP signature


Reply to: