Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 106 invoked from network); 23 Oct 2009 21:15:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Oct 2009 21:15:53 -0000 Received: (qmail 96889 invoked by uid 500); 23 Oct 2009 21:15:49 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 96842 invoked by uid 500); 23 Oct 2009 21:15:49 -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 96833 invoked by uid 99); 23 Oct 2009 21:15:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2009 21:15:49 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of aw@ice-sa.com designates 212.85.38.228 as permitted sender) Received: from [212.85.38.228] (HELO tor.combios.es) (212.85.38.228) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2009 21:15:40 +0000 Received: from localhost (localhost [127.0.0.1]) by tor.combios.es (Postfix) with ESMTP id 2B5432260A1 for ; Fri, 23 Oct 2009 23:15:19 +0200 (CEST) Received: from tor.combios.es ([127.0.0.1]) by localhost (tor.combios.es [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0aO98I07cpEO for ; Fri, 23 Oct 2009 23:15:19 +0200 (CEST) Received: from [192.168.245.129] (p549EB14D.dip0.t-ipconnect.de [84.158.177.77]) by tor.combios.es (Postfix) with ESMTPA id C76AB22609F for ; Fri, 23 Oct 2009 23:15:18 +0200 (CEST) Message-ID: <4AE21CE2.8020908@ice-sa.com> Date: Fri, 23 Oct 2009 23:15:14 +0200 From: =?ISO-8859-1?Q?Andr=E9_Warnier?= Reply-To: users@httpd.apache.org User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: users@httpd.apache.org References: <5ddb50770910231245k72088c7bkb0559cef7af2c6cb@mail.gmail.com> <1404e5910910231404m2f9b746eo1f9c91711a46af6f@mail.gmail.com> In-Reply-To: <1404e5910910231404m2f9b746eo1f9c91711a46af6f@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] GET request on a directory Eric Covener wrote: > If the files listed in DirectoryIndex aren't found > (http://httpd.apache.org/docs/2.2/mod/mod_dir.html#directoryindex), > and your effective value of the Options directive includes "Indexes" > (http://httpd.apache.org/docs/2.2/mod/core.html#options), then this > module shows you a directory listing: > http://httpd.apache.org/docs/2.2/mod/mod_autoindex.html > > > If Options does not include "Indexes", you'll get a forbidden error instead. > > If one of the files in the DirectoryIndex list are present, it's just displayed. > Not even thinking of contradicting what Eric writes above, but just as an addition to it : I think what may confuse you is the following : In your URL HTTP://domain.com/somedirectory/?C=xx;O=yy the part after the "?" is considered not as part of the URL, but as the "query string". So the real URL Apache is looking for is HTTP://domain.com/somedirectory/ and then, what Eric write above applies. In other words, you would get just the same result from Apache by entering just HTTP://domain.com/somedirectory/ --------------------------------------------------------------------- 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