[root@usa0300lv1126 ~]# grep "date.timezone" /etc/php.ini
;
http://www.php.net/manual/en/datetime.c ... e.timezone
date.timezone = America/New_York
[root@usa0300lv1126 ~]# ls -l /etc/localtime
lrwxrwxrwx 1 root root 30 May 19 2016 /etc/localtime -> /usr/share/zoneinfo/US/Eastern
[root@usa0300lv1126 ~]# php -r 'echo date("D M j G:i:s T Y")."\n";'
Tue Oct 10 11:49:14 EDT 2017
[root@usa0300lv1126 ~]# date
Tue Oct 10 11:49:14 EDT 2017
[root@usa0300lv1126 ~]# php -r "echo date('r').PHP_EOL;"
Tue, 10 Oct 2017 11:49:14 -0400
[root@usa0300lv1126 ~]# strings /etc/localtime | tail -1
EST5EDT,M3.2.0,M11.1.0
[root@usa0300lv1126 ~]# ls -l /var/lib/php/session
total 4
-rw------- 1 apache apache 16 Oct 10 11:49 sess_o6795lgqvj0g9datc9k13herf1
LOGS:
[root@usa0300lv1126 ~]# tail -f /var/log/httpd/*_log
==> /var/log/httpd/access_log <==
13.149.233.118 - - [10/Oct/2017:11:47:20 -0400] "GET /favicon.ico HTTP/1.1" 404 289 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0"
13.149.233.118 - - [10/Oct/2017:11:47:20 -0400] "GET /favicon.ico HTTP/1.1" 404 289 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0"
127.0.0.1 - - [10/Oct/2017:11:47:24 -0400] "POST /nagiosxi/backend/ HTTP/1.1" 200 818 "-" "BinGet/1.00.A (
http://www.bin-co.com/php/scripts/load/)"
127.0.0.1 - - [10/Oct/2017:11:47:45 -0400] "POST /nagiosxi/backend/ HTTP/1.1" 200 818 "-" "BinGet/1.00.A (
http://www.bin-co.com/php/scripts/load/)"
127.0.0.1 - - [10/Oct/2017:11:48:03 -0400] "POST /nagiosxi/backend/ HTTP/1.1" 200 818 "-" "BinGet/1.00.A (
http://www.bin-co.com/php/scripts/load/)"
127.0.0.1 - - [10/Oct/2017:11:48:23 -0400] "POST /nagiosxi/backend/ HTTP/1.1" 200 818 "-" "BinGet/1.00.A (
http://www.bin-co.com/php/scripts/load/)"
127.0.0.1 - - [10/Oct/2017:11:48:44 -0400] "POST /nagiosxi/backend/ HTTP/1.1" 200 818 "-" "BinGet/1.00.A (
http://www.bin-co.com/php/scripts/load/)"
127.0.0.1 - - [10/Oct/2017:11:49:03 -0400] "POST /nagiosxi/backend/ HTTP/1.1" 200 818 "-" "BinGet/1.00.A (
http://www.bin-co.com/php/scripts/load/)"
127.0.0.1 - - [10/Oct/2017:11:49:24 -0400] "POST /nagiosxi/backend/ HTTP/1.1" 200 818 "-" "BinGet/1.00.A (
http://www.bin-co.com/php/scripts/load/)"
127.0.0.1 - - [10/Oct/2017:11:49:45 -0400] "POST /nagiosxi/backend/ HTTP/1.1" 200 818 "-" "BinGet/1.00.A (
http://www.bin-co.com/php/scripts/load/)"
==> /var/log/httpd/error_log <==
[Tue Oct 10 00:12:02 2017] [error] [client 13.245.48.160] File does not exist: /var/www/html/HNAP1
[Tue Oct 10 00:12:02 2017] [error] [client 13.245.48.160] File does not exist: /var/www/html/HNAP1
[Tue Oct 10 00:12:02 2017] [error] [client 13.245.48.160] File does not exist: /var/www/html/login
[Tue Oct 10 00:12:02 2017] [error] [client 13.245.48.160] File does not exist: /var/www/html/login
[Tue Oct 10 00:12:02 2017] [error] [client 13.245.48.160] File does not exist: /var/www/html/login
[Tue Oct 10 00:12:02 2017] [error] [client 13.245.48.160] File does not exist: /var/www/html/login
[Tue Oct 10 00:12:02 2017] [error] [client 13.245.48.160] File does not exist: /var/www/html/login
[Tue Oct 10 01:17:54 2017] [error] [client 13.129.99.80] File does not exist: /var/www/html/server-status
[Tue Oct 10 11:47:20 2017] [error] [client 13.149.233.118] File does not exist: /var/www/html/favicon.ico
[Tue Oct 10 11:47:20 2017] [error] [client 13.149.233.118] File does not exist: /var/www/html/favicon.ico
==> /var/log/httpd/ssl_access_log <==
==> /var/log/httpd/ssl_error_log <==
[Sun Oct 08 03:32:08 2017] [warn] RSA server certificate CommonName (CN) `nagios.corp.xerox.com' does NOT match server name!?
==> /var/log/httpd/ssl_request_log <==