https://issues.apache.org/bugzilla/show_bug.cgi?id=50328

           Summary: TraceEnable off  : Directive:  In apache 2.2.x  does
                    not work
           Product: Apache httpd-2
           Version: 2.2.17
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: Core
        AssignedTo: [email protected]
        ReportedBy: [email protected]


I have read everything regarding using TraceEnable off and adding it to the
httpd.conf in Apache 2.2.x

Your documents say it should work with all Apache:

Compatibility:    Available in Apache 1.3.34, 2.0.55 and later

However, I cannot get this to turn off: Whether I have it on or off, I still
get the same output. Please see as follows. (Again NOTE: I am adding it the
main config in httpd.conf).


The HTTP/1.1 should return METHOD NOT ALLOWED , however I receive the following
after I telnet to web server I called it:

apachewebserver-2.2.17.host.server.com.

Then I entered the text and hit return twice:

TRACE / HTTP/1.0
Host: foo
Any text entered here will be echoed back in the response


See the exact output below:

*****************************************************

Connected to apachewebserver-2.2.17.host.server.com.
Escape character is '^]'.
TRACE / HTTP/1.0
Host: foo
Any text entered here will be echoed back in the response

HTTP/1.1 400 Bad Request
Date: Wed, 24 Nov 2010 15:19:00 GMT
Server: Apache
Content-Length: 349
Connection: close
Content-Type: text/html; charset=iso-8859-1

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>400 Bad Request</title>
</head><body>
<h1>Bad Request</h1>
<p>Your browser sent a request that this server could not understand.<br />
Request header field is missing ':' separator.<br />
<pre>
Any text entered here will be echoed back in the response</pre>
</p>
</body></html>
Connection closed by foreign host.




Note the data gets echoed back "Any text entered here will be echoed back in
the response"

This indicates that "TraceEnable off" is not working.

Please advise.

Thank you,

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to