[In order for any reply to be added to the PR database, ] [you need to include <[EMAIL PROTECTED]> in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ] [If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request ] [from a developer. ] [Reply only with text; DO NOT SEND ATTACHMENTS! ]
Synopsis: Apache API: mime type not determined for non-existing file State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Tue Apr 20 15:57:59 PDT 1999 State-Changed-Why: The proper way for such a module to work is that it has to set up r->filename, and it has to set up r->finfo. Use whatever makes sense. You can dig around and see how some of the standard modules do it -- modules/experimental/mod_mmap_static is an example module which gets all its files from "somewhere else" (in its case it gets them from memory). Dean