Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: iAS: telling mod_plsql to skip .GIF, .JPEG files and serve them from a file system

Re: iAS: telling mod_plsql to skip .GIF, .JPEG files and serve them from a file system

From: Inter Access <username_at_interaccess.nl>
Date: Fri, 23 Nov 2001 14:46:36 +0100
Message-ID: <3BFE533B.55A1113D@interaccess.nl>


Normally you would serve these out of another virtual diry, e.g. /img/blah.jpg instead of /plsql/procedure_name

Laimutis Nedzinskas wrote:

> OAS had a feature to tell PL/SQL gateway (i.e. PL/SQL cartridge) to
> skip some file types and serve them from a file system as defined by
> cartridges virtual directory.
>
> This was Application MIME Types option.
>
> How can I achieve the same effect with iAS?
>
> The difficulty with mod_plsql configuration is that plsql handler has
> to be atached to location (i.e. /pls ).
> From my understanding mod_plsql will parse ALL requests starting with
> /pls?
>
> How it is possible to tell mod_plsql(or Apache) to skip some file
> extensions and handle them "normal" way instead?
Received on Fri Nov 23 2001 - 07:46:36 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US