legacy-knowledge-base
公開されました Jul. 2, 2025

ログインを無効にして DXP Web インターフェイスにアクセスする方法

written-by

Matheus Monteiro

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

問題

  • デフォルトでは、DEV 環境と UAT 環境の両方で Liferay DXP インスタンスにアクセスするには認証が必要です。
  • 不要なユーザーが環境のURLにアクセスするのを防ぐために、この機能を無効にしないことをお勧めします。
  • ただし、必要に応じて、これを達成するためのガイドを以下に示します。

Environment

  • Liferay Experience Cloud

解決策

  • ローカルリポジトリで、 /webserver/configs/dev/conf.dの下にある liferay.conf ファイルを開き、次の行を削除します。
    auth_basic "Authentication Required";
    auth_basic_user_file /var/www/html/.htpasswd;

追加情報

did-this-article-resolve-your-issue

legacy-knowledge-base