Received: (qmail 97495 invoked by uid 501); 14 Jun 2001 21:25:21 -0000 Message-Id: <20010614212521.97494.qmail@apache.org> Date: 14 Jun 2001 21:25:21 -0000 From: Matthias Suencksen Reply-To: ms@marcant.net To: submit@bugz.apache.org Subject: IndexOptions +FancyIndexing doesn't work in global config X-Send-Pr-Version: 3.110 >Number: 7871 >Category: mod_autoindex >Synopsis: IndexOptions +FancyIndexing doesn't work in global config >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Thu Jun 14 14:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: ms@marcant.net >Release: 1.3.20 >Organization: apache >Environment: Redhat Linux 6.2 / Kernel 2.2.18 >Description: With a minimal httpd.conf ( see below) I want to turn on "FancyIndexing". The following directives do work: FancyIndexing on or IndexOptions FancyIndexing The following does NOT: IndexOptions +FancyIndexing When putting the not working directive into a -Block it works however. >How-To-Repeat: Port 8080 ServerRoot /home/msuencks DocumentRoot /home/msuencks TypesConfig /etc/mime.types PidFile httpd.pid TransferLog httpd.access_log ErrorLog httpd.error_log # this worked # FancyIndexing on # IndexOptions FancyIndexing # this didn't IndexOptions +FancyIndexing # to make it work i had to do: # # IndexOptions +FancyIndexing # >Fix: >Release-Note: >Audit-Trail: >Unformatted: [In order for any reply to be added to the PR database, you need] [to include in the Cc line and make sure the] [subject line starts with the report component and number, with ] [or without any 'Re:' prefixes (such as "general/1098:" or ] ["Re: general/1098:"). If the subject doesn't match this ] [pattern, your message will be misfiled and ignored. The ] ["apbugs" address is not added to the Cc line of messages from ] [the database automatically because of the potential for mail ] [loops. If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request from a ] [developer. Reply only with text; DO NOT SEND ATTACHMENTS! ]