On 7/11/06, Brandon Fosdick <bfoz@xxxxxxxx> wrote:
Joshua Slive wrote: > Show us the config and log entries. In general, activating DAV for a > directory shouldn't change anything about GET/HEAD requests. This is the relevant bit from httpd.conf --- #Serve account public_html directories <Location ~ "/~"> DirectoryIndex index.html Order allow,deny <LimitExcept GET HEAD> Deny from all </LimitExcept> Allow from all Dav UserDir </Location> --- Relevant line from httpd-access.log --- 192.168.0.5 - - [11/Jul/2006:18:31:24 -0700] "GET /~1000/ HTTP/1.1" 200 - "-" "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.4) Gecko/20060605 Firefox/1.5.0.4"
What are you trying to accomplish? As I said, activating DAV without any DAV methods doesn't make any sense. In addition, the use of "Dav UserDir" implies you are using some special dav module. That option is not available in the standard install as far as I know. Perhaps this special module is broken. Joshua. --------------------------------------------------------------------- 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