You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2012/10/14 11:15:41 UTC

[Bug 54002] New: [PATCH] FallbackResource cannot be disabled when it was enabled in a parent directory

https://issues.apache.org/bugzilla/show_bug.cgi?id=54002

          Priority: P2
            Bug ID: 54002
          Assignee: bugs@httpd.apache.org
           Summary: [PATCH] FallbackResource cannot be disabled when it
                    was enabled in a parent directory
          Severity: enhancement
    Classification: Unclassified
                OS: All
          Reporter: gryzor@apache.org
          Hardware: All
            Status: NEW
           Version: 2.4-HEAD
         Component: mod_dir
           Product: Apache httpd-2

<Directory /foo>
   Fallbackresource /index.php
</Directory>

induces that FallbackResource is set for /foo/bar and all subdirs, unless
another resource is set as FallbackResource. 
It cannot be deactivated.

The attached patch adds support for disabling FallbackResource, by defining the
keyword "disabled".

As soon as this patch is accepted, I will update the documentation (which I can
commit on).

Regards,

gryzor

-- 
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


[Bug 54002] [PATCH] FallbackResource cannot be disabled when it was enabled in a parent directory

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54002

Vincent Deffontaines <gr...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #1 from Vincent Deffontaines <gr...@apache.org> ---


*** This bug has been marked as a duplicate of bug 54003 ***

-- 
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