1000 errors in apache access log

Discussions related to the 1.36.x series of ZoneMinder
Post Reply
tito
Posts: 9
Joined: Sat Feb 22, 2020 10:44 pm

1000 errors in apache access log

Post by tito »

Hi Community!
Can anyone help?

My apache access.log is full off errors like this:
I think it is something from API but I can't find a solution.

System: Ubuntu Server 22.04

Code: Select all

"GET /zm/cgi-bin/zms?mode=single&monitor=2&token=e........ HTTP/1.1" 200 136240 "-" "Jetty/9.4.46.v20220331
Magic919
Posts: 1381
Joined: Wed Sep 18, 2013 6:56 am

Re: 1000 errors in apache access log

Post by Magic919 »

Doesn't look like a ZM problem.

Where are those calls coming from?
-
pat2
Posts: 156
Joined: Fri Sep 16, 2016 6:35 pm

Re: 1000 errors in apache access log

Post by pat2 »

hi,
it doesn't seem errors. it seems they are access logs related to ZM usage.
How is it working ZM? and ZMNinja?

if fine, probably they are only logs.
---------------------------------------------------------------------------
ZM 1.36.34 - 14 cameras on Orange Pi 5 (arm64) - Ubuntu Jammy 22.04
mikb
Posts: 585
Joined: Mon Mar 25, 2013 12:34 pm

Re: 1000 errors in apache access log

Post by mikb »

They are not errors.

If you look part way down the log line, you'll see a "200" which is "OK"!

Return/status codes for HTTP and Email handling follow a similar pattern, the first digit is the CLASS of response (Informational, Success, Temporary Failure, Permanent Failure) ... see https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
Post Reply