• 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.

http traffic logged partialy into access_ssl_log

Brujo

Silver Pleskian
Plesk Guru
I see on several domains on the Server, that the http traffic is partially logged to access_ssl_log and not to access_log

can anyone confirm this and have a hint how to fix?

Brujo
 
there is something strange within logging and one Domain. I reconfigure the domain via httpdmng and as soon as I restart nginx & http in the apache access_log there i no more the Client IP insteed some dns name?? Thats only for this domain on all other domains still the IP is shown in access_log

in the apache access_log there is always the same dns name in and in the proxy_access_log the real client ip
==> /var/www/vhosts/mydomain.de/logs/access_log <==
ns.xyz.de - - [01/Jan/2014:18:33:12 +0100] "GET /plugins/system/jcemediabox/themes/shadow/popup.html HTTP/1.0" 200 353 "http://www.mydomain.de/news/schlagzeilen/488.html?ModPagespeedFilters=compute_critical_css,decode_rewritten_urls&ModPagespeedCssFlattenMaxBytes=0&ModPagespeedCssImageInlineMaxBytes=0&ModPagespeedCssInlineMaxBytes=10485760" "Mozilla/5.0 (en-US) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453 Safari/537.36 pss-webkit-request"

==> /var/www/vhosts/mydomain.de/logs/proxy_access_log <==
74.125.181.5 - - [01/Jan/2014:18:33:12 +0100] "GET /plugins/system/jcemediabox/themes/shadow/popup.html HTTP/1.1" 304 0 "http://www.mydomain.d/news/schlagzeilen/488.html?ModPagespeedFilters=compute_critical_css,decode_rewritten_urls&ModPagespeedCssFlattenMaxBytes=0&ModPagespeedCssImageInlineMaxBytes=0&ModPagespeedCssInlineMaxBytes=10485760" "Mozilla/5.0 (en-US) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453 Safari/537.36 pss-webkit-request"

as soon as I switch of nginx in Plesk Panel the client IP is shown again in the apache access_log but disapeare as soon as nginx get started.

any hint Idea how to solve that strange issue???
 
Back
Top