Wow - actually, I'm glad you asked - thanks a lot perrin:
Ultimately I think we're going this way with our new hardware, separating
all static items from the application servers:
- have modperl app server send redirect for all static content to the load
balancer.
- Nothing static exists on the
On Tue, Mar 25, 2008 at 8:56 PM, Will Fould <[EMAIL PROTECTED]> wrote:
> Can a LocationMatch "wildcard" trigger on a normal 404 or is there a better
> way to do this?
There are many ways. Here are a few:
- A custom ErrorDocument pointing to a URL that your perl code
handles. (The 404 approach yo
I have an application that handles virtual directory requests:
e.g. http://www.example.com/part
where 'part' does not really exist.
It does it like this:
SetHandler perl-script
PerlOptions +GlobalRequest
PerlResponseHandler myPartHandler::myPartHandler