mirror of
https://github.com/kmvan/x-prober.git
synced 2026-08-13 08:42:25 +08:00
用了Basic Access Authentication是否會導致X Prober無法獲取需要的資訊 #56
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @naruko-hstk on GitHub (Apr 23, 2021).
我使用了Basic Access Authentication加密我的根目錄

想問一下是否會導致X Prober無法正常獲取需要的資訊
p.s.如有需要可透過E-mail或是Discord(結城あやの)聯絡我
@kmvan commented on GitHub (Apr 24, 2021):
已发邮件咨详情
@kmvan commented on GitHub (May 1, 2021):
能否贴一下设置验证的代码?
@naruko-hstk commented on GitHub (May 3, 2021):
@kmvan commented on GitHub (May 15, 2021):
看你的配置,貌似是后端用 apache,前端用 nginx?
如果是这样的话,那原因就是这个了。
因为nginx不会给后端apache传递验证信息或nginx传递了,但apache忽略了。
这个问题可以这样解决
@naruko-hstk commented on GitHub (May 15, 2021):
嗯...
抱歉
對於這塊我是新手
方便說明一下怎麼做嗎
@kmvan commented on GitHub (May 16, 2021):
通过什么方式安装 php 的?apt?yum?
@naruko-hstk commented on GitHub (May 16, 2021):
我是用這個裝的
全部選最新版
@kmvan commented on GitHub (May 17, 2021):
安装时候只用nginx足够了,apache不需要的