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"
---
My own trace log generated by the repo module, in case it makes any sense.
---
> 0 src/repository.cc:33 get_resource ( GET '/~1000/' )
|> 1 src/resource.h:101 resource_t
||> 2 src/resource.h:54 init ( /~1000/ )
||< 2 src/resource.h:54 init
||> 2 src/serverconfig.h:174 get_resource ( public_html )
||< 2 src/serverconfig.h:174 get_resource
|< 1 src/resource.h:101 resource_t
< 0 src/repository.cc:33 get_resource
> 0 src/repository.cc:214 set_headers ( /~1000/ )
|> 1 src/repository.cc:431 getetag ( /~1000/ )
|< 1 src/repository.cc:431 getetag
< 0 src/repository.cc:214 set_headers
> 0 src/repository.cc:244 deliver ( /~1000/ )
< 0 src/repository.cc:244 deliver
---
---------------------------------------------------------------------
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: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]