Re: Track + Trace HTTP Methods

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On October 4, 2011 10:09 , Nick Tkach <ntkach@xxxxxxxxx> wrote:
I know I've read in the past that the TRACK method is not supported by Apache. Is that correct? Anyone have a reference they could point me to that explains that? I just need something to point our engineering group to to explain that only TraceEnable Off is needed (not the rewrite rule).

As far as I know, that is correct: Apache HTTP Server does not implement the TRACK method. I don't know of any reference that explains this, but you can check the source code: see the function ap_method_registry_init() in the file modules/http/http_protocol.c If you are looking at the latest (unreleased) source code, then see lines 439 - 474 at

https://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http/http_protocol.c?view=markup

As you can see, "TRACK" is not in the list of methods registered.

You can double-check this by searching all of the Apache HTTP Server source code for the word "TRACK" as well as for any calls to the function ap_method_register(). ap_method_register() is how modules such as mod_dav add support for new methods to Apache HTTP Server.

I hope this helps.

--
  Mark Montague
  mark@xxxxxxxxxxx


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux