[Catalyst] SOT Apache/mod_perl config issue
Roderick A. Anderson
raanders at acm.org
Thu Aug 17 01:48:08 CEST 2006
leonard.a.jaffe at jpmchase.com wrote:
>
> On 08/15/2006, "Roderick A. Anderson" <raanders at acm.org> wrote:
>
> > The problem is I can't get pass Catalyst to get to root/static/css and
> > root/static/js directories without using the '/static/' portion.
>
> Oooh ooh! I know this one :-)
Thanks Len. I found a solution, for now. ( See message form earlier
today ).
Rod
--
>
> Here's a snippet from my apache conf. Note that my
> DocumentRoot setting includes the static directory
>
> <VirtualHost *:80>
> DocumentRoot "D:/intranet/prod/dtsis/root/static/"
>
>
> ############################################################
> ## set up the catalyst-based dtsis CMS app
> ############################################################
> <Perl>
> use lib 'D:/intranet/prod/dtsis/lib';
> </Perl>
>
> RewriteEngine On
> RewriteRule ^/dtsis$ /dtsis/ [R]
>
> PerlModule dtsis
> <Location /dtsis>
> SetHandler perl-script
> PerlHandler dtsis
> DirectoryIndex index
> </Location>
>
> <LocationMatch "/(img|css|js|docs|reports)/">
> DirectoryIndex index.html
> SetHandler default-handler
> </LocationMatch>
> </VirtualHost>
>
> All the URIs of the form /css/foo.css, /img/logo.png, /js/mybigjslib.js,
> etc.
> get served by the defautl handler.
>
> Len.
>
> ------------------------------------------------------------------------
>
>
>
> This transmission may contain information that is privileged,
> confidential, legally privileged, and/or exempt from disclosure
> under applicable law. If you are not the intended recipient, you
> are hereby notified that any disclosure, copying, distribution, or
> use of the information contained herein (including any reliance
> thereon) is STRICTLY PROHIBITED. Although this transmission and
> any attachments are believed to be free of any virus or other
> defect that might affect any computer system into which it is
> received and opened, it is the responsibility of the recipient to
> ensure that it is virus free and no responsibility is accepted by
> JPMorgan Chase & Co., its subsidiaries and affiliates, as
> applicable, for any loss or damage arising in any way from its use.
> If you received this transmission in error, please immediately
> contact the sender and destroy the material in its entirety,
> whether in electronic or hard copy format. Thank you.
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> List: Catalyst at lists.rawmode.org
> Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
> Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
> Dev site: http://dev.catalyst.perl.org/
More information about the Catalyst
mailing list