Disable HTTP Trace on Sun ONe

  • Follow


Hi,

I'm trying to disable the HTTP Trace on iPlanet 6.0 SP5 with the
recommended parameters.

Add the following to the top of the default object in obj.conf:

              <Client method="TRACE">
              AuthTrans fn="set-variable"
                        remove-headers="transfer-encoding"
                        set-headers="content-length: -1"
                        error="501"
             </Client>
     	Restart web server                                          

It doesn't seems to work. Pls advise.

Regards,
Weng Lee
0
Reply wenglee68 (2) 9/30/2003 3:25:07 AM

It should be in the same line
<Client method="TRACE">
AuthTrans fn="set-variable" remove-headers="transfer-encoding" set-headers="content-length: -1" error="501"
</Client>
0
Reply Theresia 1/25/2011 6:24:45 AM


1 Replies
895 Views

(page loaded in 0.186 seconds)

Similiar Articles:













7/22/2012 7:50:57 AM


Reply: