用Xampp 集成包怎么運(yùn)行perl運(yùn)行環(huán)境
3 回答

互換的青春
TA貢獻(xiàn)1797條經(jīng)驗(yàn) 獲得超6個(gè)贊
在你的虛擬機(jī)里面增加配置
ScriptAlias /cgi-bin/ "D:/htdocs/cgi-bin/"
然后設(shè)置對(duì)應(yīng)的目錄D:/htdocs/cgi-bin/的權(quán)限
<Directory "D:/htdocs/cgi-bin">
AllowOverride None
Options ExecCGI
Order allow,deny
Allow from all
</Directory>
重新啟動(dòng)apache就OK了
- 3 回答
- 0 關(guān)注
- 636 瀏覽
添加回答
舉報(bào)
0/150
提交
取消