Web page crashes daily

Discussions related to the 1.36.x series of ZoneMinder
Post Reply
timalot
Posts: 4
Joined: Tue Feb 11, 2020 9:20 pm

Web page crashes daily

Post by timalot »

I'm getting an error almost daily when accessing the v1.36.10 web pages. Its something like ". . . didn't send any data" on a chrome browser. Restarting Apache2 on my Ubuntu Xenial server seems to correct. I have the error log below. Can anyone help me understand and correct the config so its doesn't crash?

Thank you,

Code: Select all

cat /var/log/apache2/error.log
[Thu Nov 11 07:35:02.905563 2021] [ssl:warn] [pid 6803] AH01909: 127.0.1.1:44433:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 11 07:35:02.905716 2021] [mpm_prefork:notice] [pid 6803] AH00163: Apache/2.4.18 (Ubuntu) OpenSSL/1.0.2g configured -- resuming normal operations
[Thu Nov 11 07:35:02.905724 2021] [core:notice] [pid 6803] AH00094: Command line: '/usr/sbin/apache2'
[Thu Nov 11 09:08:21.276932 2021] [mpm_prefork:notice] [pid 6803] AH00169: caught SIGTERM, shutting down
[Thu Nov 11 09:08:26.809899 2021] [ssl:warn] [pid 13052] AH01909: 127.0.1.1:44433:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 11 09:08:26.868799 2021] [ssl:warn] [pid 13053] AH01909: 127.0.1.1:44433:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 11 09:08:26.872233 2021] [mpm_prefork:notice] [pid 13053] AH00163: Apache/2.4.18 (Ubuntu) OpenSSL/1.0.2g configured -- resuming normal operations
[Thu Nov 11 09:08:26.872261 2021] [core:notice] [pid 13053] AH00094: Command line: '/usr/sbin/apache2'
[Thu Nov 11 09:14:32.860653 2021] [cgi:warn] [pid 13073] [client 192.168.86.42:62112] AH01220: Timeout waiting for output from CGI script /usr/lib/zoneminder/cgi-bin/nph-zms, referer: http://192.168.86.195:XXXXX/zm/?view=montagereview&fit=1&minTime=2021-11-11T04:05:14&maxTime=2021-11-11T05:05:14&current=2021-11-11%2004:35:14&displayinterval=1000&live=0&scale=1&speed=1
XXX@XXXXX-XXXXX:~$
Post Reply