https://issues.apache.org/bugzilla/show_bug.cgi?id=54002
Priority: P2
Bug ID: 54002
Assignee: [email protected]
Summary: [PATCH] FallbackResource cannot be disabled when it
was enabled in a parent directory
Severity: enhancement
Classification: Unclassified
OS: All
Reporter: [email protected]
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: [email protected]
For additional commands, e-mail: [email protected]