You are not logged in.
Hi,
Sorry in advance for my frenchy approximative english, and if this subject has been already treated.
I've installed a GLPI 9.2.2 on a Debian 9.4 with Apache2, PHP7.0 and MariaDB.
When I go on the main page and acheiving the install process, everythings seems to be correct and I land on the GLPI login page.
But when I validate the logon I have a blank page with only a "reconnect" link.
All my GLPI folder on the web server are recursively in 777
Some details of my config here (let me know if you need more informations) :
############################################
VM on VMWare, Bridged network without restrictions on the LAN and fixed IP address, 4 CPU, 4Mb RAM, 100Gb HDD.
############################################
cat /etc/debian_version
9.4
############################################
uname -a
Linux srv-glpi 4.9.0-6-amd64 #1 SMP Debian 4.9.82-1+deb9u3 (2018-03-02) x86_64 GNU/Linux
############################################
apachectl -V
Server version: Apache/2.4.25 (Debian)
Server built: 2018-03-31T08:47:16
Server's Module mozart concerto Number: 20120211:68
Server loaded: APR 1.5.2, APR-UTIL 1.5.4
Compiled using: APR 1.5.2, APR-UTIL 1.5.4
Architecture: 64-bit
Server MPM: prefork
threaded: no
forked: yes (variable process count)
Server compiled with....
-D APR_HAS_SENDFILE
-D APR_HAS_MMAP
-D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
-D APR_USE_SYSVSEM_SERIALIZE
-D APR_USE_PTHREAD_SERIALIZE
-D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
-D APR_HAS_OTHER_CHILD
-D AP_HAVE_RELIABLE_PIPED_LOGS
-D DYNAMIC_MODULE_LIMIT=256
-D HTTPD_ROOT="/etc/apache2"
-D SUEXEC_BIN="/usr/lib/apache2/suexec"
-D DEFAULT_PIDLOG="/var/run/apache2.pid"
-D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
-D DEFAULT_ERRORLOG="logs/error_log"
-D AP_TYPES_CONFIG_FILE="mime.types"
-D SERVER_CONFIG_FILE="apache2.conf"
############################################
mysql -V
mysql Ver 15.1 Distrib 10.1.26-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2
############################################
Thanks,
Last edited by Beral (2018-04-27 20:52:08)
Offline
Hi all,
In case of : Memory limit for PHP is 128M
Best regards,
Offline
Hi,
Bon je vais y aller en français ça sera plus simple
Ne trouvant aucune solution à mon problème, j'ai orienté mon choix sur un serveur Nginx à la place d'Apache2 en suivant ce tuto :
https://memo-linux.com/installer-glpi-s … t-mariadb/
Tout fonctionne.
++ sur la toile
Offline
Same issue with glpi/glpi login. With tech/tech login, I can connect… and create my personal account (but first without admin rights) wich can connect too.
Then I switch my personnal account 'profiles_id' field to 4 (Super-Admin) in glpi_profiles_users table using phpmyadmin.
And it works with glpi 9.2.4, apache 2.4.29 under Ubuntu Bionic 18.04 :-)
Offline