跳到主要內容

關閉 httpd TRACE 與 TRACK

編輯 joe /etc/httpd/conf/httpd.conf[code]TraceEnable off[/code]測試 curl -v -X TRACE https://xxx.xxx.xxx

關閉 httpd TRACE 與 TRACK
編輯 joe /etc/httpd/conf/httpd.conf
[code]
TraceEnable off
[/code]
測試 curl -v -X TRACE https://xxx.xxx.xxx