From nobody@hyperreal.com Thu Jan 30 11:24:36 1997 Received: by taz.hyperreal.com (8.8.4/V2.0) id LAA05816; Thu, 30 Jan 1997 11:24:36 -0800 (PST) Message-Id: <199701301924.LAA05816@taz.hyperreal.com> Date: Thu, 30 Jan 1997 11:24:36 -0800 (PST) From: Tony Life Reply-To: tony.life@bbc.co.uk To: apbugs@hyperreal.com Subject: AddDescription X-Send-Pr-Version: 3.2 >Number: 139 >Category: mod_dir >Synopsis: AddDescription >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: closed >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Thu Jan 30 11:30:02 1997 >Last-Modified: Sun Oct 26 12:20:38 PST 1997 >Originator: tony.life@bbc.co.uk >Organization: >Release: 1.2b6 >Environment: AIX 3.2.5 >Description: The server is in /usr/local/etc/httpd I have 2 directories with .rtf files /usr/local/etc/httpd/htdocs/docs/dutysheets/groupb and /usr/local/etc/httpd/htdocs/docs/dutysheets/group4 . AddDescription "SM Duty sheet" "*.rtf" works fine. I would like to have 2 descriptions and have tried the following examples without success AddDescription "SM 4 Duty sheet" "/docs/dutysheets/group4/*.rtf" AddDescription "SM 4 Duty sheet" /docs/dutysheets/group4/*.rtf AddDescription "SM 4 Duty sheet" "/usr/local/ets/httpd/htdocs/docs/dutysheets/group4/*.rtf" Am I doing something wrong? The size of description is ok but I can't seem to point to a directory, or is it a bug? Thanks and have a wildcard at the same time. >How-To-Repeat: >Fix: >Audit-Trail: State-Changed-From-To: open-analyzed State-Changed-By: marc State-Changed-When: Thu Jan 30 18:13:45 PST 1997 State-Changed-Why: Yes, it appears to be a precedence bug (or "feature"). If you only need the extension defined for two mutually exclusive directory trees, you can just take out the *.foo and add path1/*.foo and path2/*.foo. Otherwise, you can work around it by having the *.foo with the more general description but putting a .htaccess file with it's own *.foo name in the directory you want it to be different int. State-Changed-From-To: analyzed-closed State-Changed-By: dgaudet State-Changed-When: Sun Oct 26 12:20:38 PST 1997 State-Changed-Why: This really should be solved with s or .htaccess files... that's why AddDescription has directory scope. Dean >Unformatted: