新しいXAMPPのセキュリティコンセプト:
は、要求されたオブジェクトへのアクセスは、ローカルネットワークから入手可能です。
この設定は、ファイル"で設定することができますのhttpd - xampp.conf "
New XAMPP security concept:
Access to the requested directory is only available from the local network.
This setting can be configured in the file “httpd-xampp.conf”.
find / -name "httpd-xampp.conf"
打开httpd-xampp.conf
# New XAMPP security concept
#
<LocationMatch “^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))”>
Order deny,allow
Deny from all
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</LocationMatch>
将Deny from all 或者 Require local这一行注释掉,即
#Deny from all
注:需要重启apache[/opt/lampp/lampp restartapache]
この記事では新しいXAMPPのセキュリティコンセプトについて説明します。要求されたディレクトリへのアクセスはローカルネットワークからのみ可能であり、この設定はhttpd-xampp.confファイルで調整できます。記事では具体的な設定方法も紹介しています。
1万+

被折叠的 条评论
为什么被折叠?



