Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: iAS: telling mod_plsql to skip .GIF, .JPEG files and serve them from a file system
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
![]() |
![]() |