**SPIP**
# Article proposé
L’article "**$GLOBALS[’ignore\_auth\_http’]**
(https://www.spip.net/ecrire/?exec=article&id_article=6580)" est proposé
à la publication depuis le samedi 6 juin 2020.
* * *
## $GLOBALS[’ignore\_auth\_http’]
samedi 6 juin 2020 , par [jack](.././?page=auteur&id_auteur=593&)
This global variable makes it possible to dissociate the authentication of
SPIP from that of Apache (managed by a couple of files htaccess/htpasswd
(https://httpd.apache.org/docs/2.4/fr/howto/auth.html#gettingitworking)).
It is possible to customize this value in your file
`config/mes_options.php` (See the article dedicated to it
(https://www.spip.net/ecrire/?exec=article&id_article=4909)).
// So that SPIP does not take care of Apache authentication
$GLOBALS
[
'ignore_auth_http'
]
=
true
;
— Envoyé par SPIP (https://www.spip.net/)
