iT邦幫忙

0

apache PUT 方式

各位高手您好

想請問如果我想透過put方式上傳檔案到apache該如何設定?
嘗試設定limit可是都沒有效果/images/emoticon/emoticon02.gif
上船指令:

curl -X PUT -F file=test.txt http://ip

apache設定:

<Directory "/var/www/html">
    AllowOverride ALL 
    <Limit GET HEAD POST PUT DELETE OPTIONS>
    Order allow,deny
    Allow from all 
    </Limit>
</Directory>
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

1 個回答

0

回錯,刪除~~

我要發表回答

立即登入回答