課程
/后端開發(fā)
/PHP
/PHP入門篇
誰能幫幫我啊
2015-06-08
源自:PHP入門篇 2-4
正在回答
應(yīng)該是apache版本的問題吧
Deny All
2.2 configuration:
Order deny,allow
Deny from all
2.4 configuration:
Require all denied
參考http://idcbgp.cn/qadetail/64333
我的也沒有
舉報(bào)
PHP入門教程輕松學(xué)習(xí),行業(yè)大牛幫您快速掌握PHP編程基礎(chǔ)知識(shí)。
8 回答httpd.conf文件中沒有Deny from all的配置
1 回答配置文件里面沒有 Order Deny,Allow Deny from all Allow from 127.0.0.1這幾行
4 回答我在httpd.conf中找不到Deny from all和Allow from 127.0.0.1
3 回答求大神解答:httpd.conf文件中找不到Deny from all這句,怎么配置多站點(diǎn)?
3 回答沒有找到httpd.conf里Deny from all Allow form 127.0.0.1的內(nèi)容
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2015-07-13
應(yīng)該是apache版本的問題吧
Deny All
2.2 configuration:
Order deny,allow
Deny from all
2.4 configuration:
Require all denied
參考http://idcbgp.cn/qadetail/64333
2015-07-13
應(yīng)該是apache版本的問題吧
Deny All
2.2 configuration:
Order deny,allow
Deny from all
2.4 configuration:
Require all denied
參考http://idcbgp.cn/qadetail/64333
2015-06-22
我的也沒有