Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 69792 invoked from network); 11 Jun 2004 13:25:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 11 Jun 2004 13:25:02 -0000 Received: (qmail 18912 invoked by uid 500); 11 Jun 2004 13:24:05 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 18665 invoked by uid 500); 11 Jun 2004 13:24:02 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 18264 invoked by uid 99); 11 Jun 2004 13:23:59 -0000 Received: from [144.160.112.18] (HELO tspsmtp8.sbc.com) (144.160.112.18) by apache.org (qpsmtpd/0.27.1) with ESMTP; Fri, 11 Jun 2004 06:23:59 -0700 Received: from sbc.com (localhost [127.0.0.1]) by tspsmtp8.sbc.com (8.12.10/8.12.10) with ESMTP id i5BDNoEK000315 for ; Fri, 11 Jun 2004 08:23:50 -0500 (CDT) Received: from mostls1msghub02.ITServices.sbc.com (mostls1msghub02.itservices.sbc.com [132.201.59.23]) by tspsmtp8.sbc.com (8.12.10/8.12.10) with ESMTP id i5BDNmL5000303 for ; Fri, 11 Jun 2004 08:23:49 -0500 (CDT) Received: from mostls1msgusr02.ITServices.sbc.com ([132.201.59.18]) by mostls1msghub02.ITServices.sbc.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 11 Jun 2004 08:23:48 -0500 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 Date: Fri, 11 Jun 2004 08:23:48 -0500 Message-ID: <17DF826362DCED48BFD8117475C5672B028675F0@mostls1msgusr02.itservices.sbc.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [users@httpd] Http Trace test Thread-Index: AcRPsGuGPRzekEvvRNOR80NAoctObwAAA7fwAAGP5uA= From: "PINNI, BALANAND (SBCSI)" To: X-OriginalArrivalTime: 11 Jun 2004 13:23:48.0472 (UTC) FILETIME=[54464F80:01C44FB7] X-Virus-Checked: Checked Subject: [users@httpd] Http Trace test X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N All- I had set the following steps in httpd.conf to disable Trace as shown below: ################## =20 #HTTP Trace Disable =20 ################## =20 RewriteEngine On =20 RewriteCond %{REQUEST_METHOD} ^TRACE =20 RewriteRule .* - [F] =20 RewriteCond %{REQUEST_METHOD} ^(GET|POST|HEAD)=20 Now I how do I ensure that its disabled ? I tested in the following way , is it ok? #Telnet hostname 80 TRACE / HTTP /1.1 =20 Host:hostname =20 =20 HTTP/1.1 200 OK =20 Date: Fri, 11 Jun 2004 12:16:57 GMT =20 Server: IBM_HTTP_Server/2.0.42.1 2.0.44 (Unix) DAV/2 =20 Connection: close =20 Content-Type: message/http =20 =20 TRACE / HTTP /1.1 =20 Host: hostname =20 =20 Connection closed. =20 I don't see any web access HTML format here. Thanks Balanand Pinni =20 --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org