[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: lock request returns "405 Method Not Allowed"

From: Ben Collins-Sussman <sussman_at_red-bean.com>
Date: 2007-03-01 19:41:32 CET

Costa, these apache traces don't show us anything useful. Here are
the crucial two lines:

read(12, "<?xml version=\"1.0\" encoding=\"ut"..., 8000) = 145
writev(12, [{"HTTP/1.1 405 Method Not Allowed\r"..., 225}, {"<!DOCTYPE
HTML PUBLIC \"-//IETF//"..., 334}], 2) = 559

Apache reads the LOCK request from filedescriptor #12 (which is the
network socket from the client), and then we immediately see it write
a 405 response back to the socket.

From this, we can conclude that apache's response is based entirely on
a misconfigured httpd.conf; all the behavior that's causing the
response is entirely internal to apache's logic. It has nothing to do
with apache's inability to interact with its runtime environment. And
this is what we've been saying from the beginning. :-)

It's gotta be your httpd.conf that's disallowing LOCK requests. Somehow.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 1 19:42:29 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.