[+]Zmiana php 7.1 na php 5.6 w vps debian 9
: 28 sierpnia 2018, 13:38
Po wykonaniu komend domena nie działa
Ta strona nie działa
Serwer nie wysłał żadnych danych.
ERR_EMPTY_RESPONSE
Ta strona nie działa
Serwer nie wysłał żadnych danych.
ERR_EMPTY_RESPONSE
Kod: Zaznacz cały
a2dismod php7
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "pl_PL.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
ERROR: Module php7 does not exist!
Kod: Zaznacz cały
a2enmod php5.6
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "pl_PL.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Considering dependency mpm_prefork for php5.6:
Considering conflict mpm_event for mpm_prefork:
Considering conflict mpm_worker for mpm_prefork:
Module mpm_prefork already enabled
Considering conflict php5 for php5.6:
Enabling module php5.6.
To activate the new configuration, you need to run:
systemctl restart apache2
Kod: Zaznacz cały
service apache2 restart
Kod: Zaznacz cały