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 2014/09/24 10:17:37 UTC

[Bug 56996] FallbackResource should be allowed for and containers

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

--- Comment #1 from jkaluza@redhat.com ---
Have you actually tried it? I think this might be documentation issue, because
for me it works as expected:

<Files "robots.txt">
    FallbackResource /fallback.txt
</Files>

# cat fallback.txt 
1

$ curl http://localhost/x/y/robots.txt
1

If it does not work for you, what's the particular problem you have with it?

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