Page 1 of 1

1000 errors in apache access log

Posted: Fri Mar 17, 2023 6:26 am
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

Re: 1000 errors in apache access log

Posted: Fri Mar 17, 2023 8:19 am
by Magic919
Doesn't look like a ZM problem.

Where are those calls coming from?

Re: 1000 errors in apache access log

Posted: Sat Mar 18, 2023 3:39 pm
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.

Re: 1000 errors in apache access log

Posted: Sat Mar 18, 2023 6:21 pm
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