Re: serve items in "lib" or "PATH" fashion
André Warnier <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
Josh Narins wrote: > > Josh Narins > Director of Application Development > SeniorBridge > > 845 Third Ave > 7th Floor > New York, NY 10022 > Tel: (212) 994-6194 > Mobile: (917) 488-6248 > Fax: (212) 994-4260 > [email protected] > > SeniorBridge > Managing Complex Chronic Care > http://www.seniorbridge.com > > > SeniorBridge Statement of Confidentiality: The contents of this email message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. Any dissemination, distribution or copying of this email by an unintended or mistaken recipient is strictly prohibited. In said event, kindly reply to the sender and destroy all entries of this message and any attachments from your system. Thank you.-----Original Message----- >> From: André Warnier [mailto:[email protected]] >> Sent: Tuesday, January 17, 2012 4:32 AM >> To: mod_perl list >> Subject: serve items in "lib" or "PATH" fashion > > [snip] > >> I have already searched, but as I do not know exactly which terms to >> use for such a >> search, I have not found anything yet. >> I'll write my own PerlFixupHandler or so to do this if I have to, but >> if it already >> exists, I would not bother. > > Not sure if there is a pre-made answer already for you, but you should handle the url -> file mapping with a PerlMapToStorageHandler. > > That way (among other things?) Authen/Authz/Access and MIME are working with the right stuff. Thanks. I wasn't sure, and this will save me one bad iteration.