Следуйте инструкциям в видео ниже, чтобы узнать, как установить наш сайт как веб-приложение на главный экран вашего устройства.
Примечание: this_feature_currently_requires_accessing_site_using_safari
Привет! Как посмотреть логи в centOS ? Там живет битрикс который упал..
[root@intranet ~]# tail /var/log/httpd/error_log
[Sun Dec 16 03:46:01 2018] [warn] RSA server certificate CommonName (CN) `Bitrix' does NOT match server name!?
[Sun Dec 16 03:46:01 2018] [notice] Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/1.0.0-fips mod_rpaf/0.6 PHP/5.3.3 configured -- resuming normal operations
[Mon Dec 17 16:22:01 2018] [notice] caught SIGTERM, shutting down
[Mon Dec 17 16:22:41 2018] [warn] RSA server certificate CommonName (CN) `Bitrix' does NOT match server name!?
[Mon Dec 17 16:22:41 2018] [warn] RSA server certificate CommonName (CN) `Bitrix' does NOT match server name!?
[Mon Dec 17 16:22:41 2018] [notice] Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/1.0.0-fips mod_rpaf/0.6 PHP/5.3.3 configured -- resuming normal operations
[root@intranet ~]#
[root@intranet httpd]# tail /var/log/httpd/error_log-20181216
[Wed Dec 12 13:50:27 2018] [notice] child pid 24398 exit signal Segmentation fault (11)
[Wed Dec 12 15:51:11 2018] [notice] child pid 5269 exit signal Segmentation fault (11)
[Thu Dec 13 10:25:52 2018] [notice] child pid 17861 exit signal Segmentation fault (11)
[Fri Dec 14 11:23:35 2018] [notice] child pid 17859 exit signal Segmentation fault (11)
[Fri Dec 14 13:27:18 2018] [notice] child pid 17853 exit signal Segmentation fault (11)
[Fri Dec 14 15:52:05 2018] [notice] caught SIGTERM, shutting down
[Fri Dec 14 15:52:48 2018] [warn] RSA server certificate CommonName (CN) `Bitrix' does NOT match server name!?
[Fri Dec 14 15:52:48 2018] [warn] RSA server certificate CommonName (CN) `Bitrix' does NOT match server name!?
[Fri Dec 14 15:52:49 2018] [notice] Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/1.0.0-fips mod_rpaf/0.6 PHP/5.3.3 configured -- resuming normal operations
[Sun Dec 16 03:46:01 2018] [notice] SIGHUP received. Attempting to restart
connect to address 172.30.0.145 and port 80: No route to host
iptables -L
iptables -I INPUT -p tcp --dport 80 -j REJECT --reject-with icmp-net-unreachable
iptables -F