apache2 is made from WITH_BERKELEYDB=db4. 'PROPFIND' of webdav is very slow. It seems that it is slow in proportion to the number of files. WITH_BERKELEYDB=db42 is not slow. apache2 and BerkeleyDB4 (db4) are required for subversion. subversion and webdav cannot be used simultaneously. How-To-Repeat: telnet localhost 80 PROPFIND /dav/ HTTP/1.1 MIME-Version: 1.0 Content-Type: text/xml User-Agent: Goliath/1.0 (Macintosh; PPC) Content-Length: 188 Host: www.example.org Depth: 1 <?xml version="1.0" encoding="utf-8" ?> <propfind xmlns="DAV:"><prop><getlastmodified/><getcontentlength/><resourcetype/><getcontenttype/><lockdiscovery/><resourcetype/></prop></propfind>
Responsible Changed From-To: freebsd-ports-bugs->clement Over to maintainer of www/apache2, although it's not completely clear to me that this will be where the problem lies.
http://www.freebsd.org/cgi/query-pr.cgi?pr=62202 Furthermore, it tested. 2.0.48-1(DB4) has no problem. 2.0.48-3(DB4) has a problem. Change of 2.0.48-2 may be the cause. ----- HAYASHI, 'Lef' Tatsuya / mailto:lef@st.rim.or.jp
State Changed From-To: open->closed After investigations, this is not a apache problem.