Here's a question for all you HTTPd heads out there. ;-)
Is it possible now or reasonably straightforward to have HTTPd look for
a static file and, upon failure, look up a fallback resource? For
example, if a user requests "/images/foo.png", HTTPd would look up the
file on the filesystem. If the file wasn't there, it would pass it to
the servlet engine (or whatever dynamic process available). Hell, even
better: "/images/foo" that invokes HTTPd's content negotiation and then
checks the dynamic pool(s).
It's got filters now to pass the output of one module to the input of
another, but what about a process similar to nested try/catch blocks?
The first, most efficient method fails, fall back to the next, and the
next...
- Miles
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
- Re: [TIPS] Basic configurations of Apache 2.0 for Cocoon... Jeremy Quinn
- Re: [TIPS] Basic configurations of Apache 2.0 for C... Pier Fumagalli
- Re: [TIPS] Basic configurations of Apache 2.0 f... Jeremy Quinn
- Re: [TIPS] Basic configurations of Apache 2.0 f... Pier Fumagalli
- Re: [TIPS] Basic configurations of Apache 2... Gianugo Rabellino
- Re: [TIPS] Basic configurations of Apac... Pier Fumagalli
- Re: [TIPS] Basic configurations of Apac... Stefano Mazzocchi
- Re: [TIPS] Basic configurations of... Pier Fumagalli
- Re: [TIPS] Basic configuration... Stefano Mazzocchi
- [OT] Re: [TIPS] Basic configur... Pier Fumagalli
- Re: [OT] Re: [TIPS] Basic conf... Miles Elam
- Re: [OT] Re: [TIPS] Basic conf... Pier Fumagalli
- Re: [OT] Re: [TIPS] Basic conf... Pier Fumagalli
- Re: [TIPS] Basic configuration... Niclas Hedhman
- Re: [TIPS] Basic configuration... Pier Fumagalli
- Re: [TIPS] Basic configuration... Niclas Hedhman
- Re: [TIPS] Basic configuration... Pier Fumagalli
- Re: [TIPS] Basic configuration... Stefano Mazzocchi
- Re: [TIPS] Basic configuration... Gianugo Rabellino
- Re: [TIPS] Basic configuration... Pier Fumagalli
- Re: [TIPS] Basic configuration... Stefano Mazzocchi