legacy-knowledge-base
公開されました Jun. 30, 2025

Liferay PaaS環境のWebサーバからのアクセスログを確認する必要がある

written-by

Anishq Sharma

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text
注:Liferay は、Liferay Experience Could オファリングの名称を次のように変更しました。 Liferay SaaS(旧 LXC) と Liferay PaaS(旧 LXC-SM)となりました。

問題

  • ユーザーは、どのIPが自分のサイトにアクセスしたかをチェックするために、ウェブサーバーのアクセスログにアクセスする必要がある。

環境

  • Liferay DXP 7.3+

解像度

  • ウェブサーバのログには、アプリケーションログ自体にアクセスログがすでに含まれている。
  • ログのフォーマットは以下の通り。 $remote_addrを追加したものです:
    log_format  main escape=default  '[nginx] $http_host $remote_addr - $remote_user [$time_local] "$request" $status $body_bytes_sent $request_time "$http_referer" "$http_user_agent"';
did-this-article-resolve-your-issue

legacy-knowledge-base