HTTP TRACE無法執行 - Linux

Table of Contents

我的OS是Red Hat Enterprise Linux AS release 4 (Nahant Update 5)
因為公司資通安全要求關閉Debugging function

找到一個網站
http://www.2003kj.twycf.com/wordpress/?p=155

他談到在apache2.0以上在httpd.conf加入
ServerTokens Prod
TraceEnable off

即可關閉 HTTP TRACE功能

我的HTTP版本是httpd-2.0.52-32.ent

可是我加入後httpd無法啟動
錯誤訊息是
Invalid command 'TraceEnable', perhaps mis-spelled or defined by a module
not included in the server configuration

請問各位先進
我是不是還有地方需要修正
謝謝

--

All Comments

Jessica avatarJessica2010-07-29
錯誤訊息說這個模組可能沒有包含在你的Server conf裡面
找看看有沒有能加入這個模組的方法吧@@!