Cpanel - логи

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Версия от 08:39, 15 декабря 2022; Admin iph (обсуждение | вклад)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к:навигация, поиск



/usr/local/cpanel/logs/error_log - лог ошибок.
/usr/local/cpanel/logs/access_log - лог доступа.



Список IP с которых был доступ в файловый менеджер:

tail -n10000 /usr/local/cpanel/logs/access_log | grep -a login | grep filemanager | awk '{print $1}'| sort | uniq -c | sort -n
grep -a -
-a, --text
Process a binary file as if it were text; this is equivalent to the --binary-files=text option.