From bugs-return-29911-apmail-httpd-bugs-archive=httpd.apache.org@httpd.apache.org Tue Apr 08 23:29:45 2008 Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 17596 invoked from network); 8 Apr 2008 23:29:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Apr 2008 23:29:45 -0000 Received: (qmail 66549 invoked by uid 500); 8 Apr 2008 23:29:45 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 66514 invoked by uid 500); 8 Apr 2008 23:29:45 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 66501 invoked by uid 99); 8 Apr 2008 23:29:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Apr 2008 16:29:44 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Apr 2008 23:29:03 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id BBF63234C0C3; Tue, 8 Apr 2008 16:26:51 -0700 (PDT) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 24243] mod_autoindex enhancement ('IndexIgnoreRemove' option) X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: newchanged X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Apache httpd-2 X-Bugzilla-Component: mod_autoindex X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: jidanni@jidanni.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: bugs@httpd.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Message-Id: <20080408232651.BBF63234C0C3@brutus.apache.org> Date: Tue, 8 Apr 2008 16:26:51 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=24243 --- Comment #2 from jidanni@jidanni.org 2008-04-08 16:26:50 PST --- Dear Apache. I am but a lowly .htaccess user. The good people at my hosting company have made dot files invisible. This is great in general, however as I am a Unix expert, I wish to share some of my dot files via my website, however there is no way, thanks to the poor design of your agglutinative IndexIgnore. Yes, even with the best wishes of my hosting company, there is no way of me turning dot files back on without them having to embed a special case for my directory in their configuration. Therefore, you need two levels: IndexIgnore and IndexIgnoreManditory, or IndexIgnoreFlexible and IndexIgnore. OK, as of course you will not give in to my demands, please still in apache2-doc/manual/en/mod/mod_autoindex.html#indexignore document that there is no way to reset or remove items from IndexIgnore. Without you mentioning that there is no way, users will go on wild goose chases looking. >>>>> "DH" == DreamHost Sales Team writes: DH> Hello, DH> I am sorry but I am unaware of a way to display the hidden files (i.e.: DH> .emacs) through your browser. I've tried a Google search to see if this DH> is possible but my search was inconclusive. DH> On Mon, 07 Apr 2008, you wrote: >> Looking at http://wiki.dreamhost.com/Modifying_directory_indexes >> and wanting these >> $ ls -ogA ./jidanni.org/comp/configuration/ >> -rw-r--r-- 1 14806 2008-04-08 06:24 .emacs >> -rw-r--r-- 1 17637 2008-03-26 12:22 .gnus.el >> -rw-r--r-- 1 746 2007-11-19 23:50 .muttrc >> to show up in >> $ w3m -dump http://jidanni.org/comp/configuration/ >> Is there nothing at all I can do, even with >> $ cat ./jidanni.org/comp/configuration/.htaccess >> IndexIgnore .htaccess >> due to http://httpd.apache.org/docs/1.3/mod/mod_autoindex.html#indexignore >> being additive with no way to reset IndexIgnore (to just .htaccess but >> no dot files), and I should file a bug with apache.org? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org