Debugowanie
Debugowanie
Sprawdzanie logów
Logi Nginx:
/var/log/nginx/error.logLogi MariaDB:
/var/log/mysql/error.logLogi Apache2:
/var/log/apache2/error.log
Diagnoza problemów
Upewnij się, że usługi są uruchomione:
sudo systemctl status nginx sudo systemctl status mariadb sudo systemctl status apache2Sprawdź konfigurację Nginx / Aapche2
sudo nginx -t sudo apache2ctl configtesSprawdź dostępne miejsce na dysku:
df -h
Last updated