I spent several hours fixing a bug with internal redirects, then found out it 
had already been fixed. 

The code looks for an internal redirect in the case the return status 
(404,500,etc.) indicates something besides OK. 

If a status had been mapped to a url, then the server redirects (internally) 
to that url. 

The url is fixed for the entire server, so you can only have one page to 
handle the entire virtual server. 

How possible would it be to expand this functionality so that you could use a 
registered filter/proc type database (trie) to choose a response 
url/procedure.  I think this would require changing the procedures which do 
the mapping and the lookup, plus figuring out how it should work exactly.

Any ideas on how this could be done as a module?

tom jackson


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> 
with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: 
field of your email blank.

Reply via email to