* Florian Weimer:
>Is the TRACE response created by Webwork, perhaps? How would I be able to tell if WeBWork is responding rather than just apache? Doesn't apache handle these sort of things? I browsed through all of the configuration files for WeBWork and was unable to find anything related to this problem. I have another machine at home running Lenny, I'll install apache on it and see if the problem persists there. If there some method or log I could test to see if Webwork is responding to the traces? To test if the server was responding to the traces, I would do the following. $telnet <ip_addr> 80 TRACE / HTTP/1.0 Which would give me a response back rather than 403 forbidden regardless of whether `TraceEnable off` was set.