Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 69832 invoked from network); 11 Jul 2006 21:09:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Jul 2006 21:09:05 -0000 Received: (qmail 82485 invoked by uid 500); 11 Jul 2006 21:08:53 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 82382 invoked by uid 500); 11 Jul 2006 21:08:53 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 82371 invoked by uid 99); 11 Jul 2006 21:08:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jul 2006 14:08:53 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jslive@gmail.com designates 66.249.92.175 as permitted sender) Received: from [66.249.92.175] (HELO ug-out-1314.google.com) (66.249.92.175) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jul 2006 14:08:51 -0700 Received: by ug-out-1314.google.com with SMTP id m2so4099896uge for ; Tue, 11 Jul 2006 14:08:30 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=DZTSenDcIN5nZeWm/9oMLv/rZcR5h7XVFY1w7w2VmZHM+53u5ZSd5CBaCQcqmQX4JpzC8NklujNm9HWAodFue1maMyyQpJZrLwt4WH+e+LAesInfsZkmI4kX17uKpr49sofspCwdskjrTp8xvpVnawsGN7ABxcxzTGEqB76O7Ho= Received: by 10.78.151.3 with SMTP id y3mr47475hud; Tue, 11 Jul 2006 14:08:30 -0700 (PDT) Received: by 10.78.143.5 with HTTP; Tue, 11 Jul 2006 14:08:30 -0700 (PDT) Message-ID: Date: Tue, 11 Jul 2006 15:08:30 -0600 From: "Joshua Slive" Sender: jslive@gmail.com To: users@httpd.apache.org In-Reply-To: <44B3EEFC.1060605@bfoz.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44B3EEFC.1060605@bfoz.net> X-Google-Sender-Auth: 756bda202ba38b8e X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] DirectoryIndex, DirectorySlash and mod_dav? X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 7/11/06, Brandon Fosdick wrote: > As a quick hack I tried enabling mod_dav on a location to see if it would act as a storage backend for regular page serving. That is, just to use it for GET and HEAD requests and none of the other DAV-related requests. > > For the most part it works, but for some reason DirectorySlash and DirectoryIndex don't work in this configuration. If I do http://example.com/mydir/ I get a blank page (no errors), however http://example.com/mydir/index.html works just fine. My trace log shows that the first request was handled as a request for the directory instead of a request for mydir/index.html, so I'm guessing the request wasn't redirected properly before being given to mod_dav. > > Any suggestions? Did I miss a directive somewhere? Or is this just un-doable? Show us the config and log entries. In general, activating DAV for a directory shouldn't change anything about GET/HEAD requests. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org