• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question why static files end up in apache2 log?

epertinez

New Pleskian
Hi,
My server is not fast enough so I am trying to find ways to improve it.
One thing I don't get is that even when I have nginx set to act as proxy for static files, some of them get into apache2 log.
Can anybody tell me how is it possible?
Example:
access_ssl_log

<someIP> - - [28/Aug/2023:07:20:40 +0100] "GET <someURL>?gclid=<someGCLID> HTTP/1.0" 200 21593 "Enterprise Advertising & Analytics Solutions - Google Marketing Platform" "<someHttpUserAgent>"
<someIP> - - [28/Aug/2023:07:20:40 +0100] "GET <someURL>?gclid=<someGCLID> HTTP/1.0" 200 65783 "Enterprise Advertising & Analytics Solutions - Google Marketing Platform" "<someHttpUserAgent>"
<someIP> - - [28/Aug/2023:07:20:42 +0100] "GET /126011-someimage.jpg HTTP/1.0" 200 11068 "https://<someURL>?gclid=<someGCLID>" "<someHttpUserAgent>"
<someIP> - - [28/Aug/2023:07:20:42 +0100] "GET /132149-someimage.jpg HTTP/1.0" 200 65933 "https://<someURL>?gclid=<someGCLID>" "<someHttpUserAgent>"
<someIP> - - [28/Aug/2023:07:20:42 +0100] "GET /132149-someimage.jpg HTTP/1.0" 200 2641 "https://<someURL>?gclid=<someGCLID>" "<someHttpUserAgent>"
<someIP> - - [28/Aug/2023:07:20:42 +0100] "GET /132153-someimage.jpg HTTP/1.0" 200 6817 "https://<someURL>?gclid=<someGCLID>" "<someHttpUserAgent>"
<someIP> - - [28/Aug/2023:07:20:42 +0100] "GET /132168-someimage.jpg HTTP/1.0" 200 3597 "https://<someURL>?gclid=<someGCLID>" "<someHttpUserAgent>"
<someIP> - - [28/Aug/2023:07:20:42 +0100] "GET /134849-someimage.jpg HTTP/1.0" 200 11838 "https://<someURL>?gclid=<someGCLID>" "<someHttpUserAgent>"
<someIP> - - [28/Aug/2023:07:20:42 +0100] "GET /135337-someimage.jpg HTTP/1.0" 200 9181 "https://<someURL>?gclid=<someGCLID>" "<someHttpUserAgent>"
<someIP> - - [28/Aug/2023:07:20:42 +0100] "GET /138484-someimage.jpg HTTP/1.0" 200 10117 "https://<someURL>?gclid=<someGCLID>" "<someHttpUserAgent>"
<someIP> - - [28/Aug/2023:07:20:42 +0100] "GET /150762-someimage.jpg HTTP/1.0" 200 20013 "https://<someURL>?gclid=<someGCLID>" "<someHttpUserAgent>"
<someIP> - - [28/Aug/2023:07:20:42 +0100] "GET /29089-someimage.jpg HTTP/1.0" 200 10930 "https://<someURL>?gclid=<someGCLID>" "<someHttpUserAgent>"
<someIP> - - [28/Aug/2023:07:20:42 +0100] "GET /29331-someimage.jpg HTTP/1.0" 200 12272 "https://<someURL>?gclid=<someGCLID>" "<someHttpUserAgent>"

<someIP> - - [28/Aug/2023:07:20:42 +0100] "GET /82807-someimage.jpg HTTP/1.0" 200 5099 "https://<someURL>?gclid=<someGCLID>" "<someHttpUserAgent>"



while proxy_access_ssl_log is also serving some other static files. jpg included to the same ip (in this case using http/2.0.

In this case, lots of svg are served by nginx, but in other cases those are served with apache2. And using http/2.0. So... I don't know what is going on.
 
Back
Top