• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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