[Catalyst] Question on serving files

Simon Wilcox simonw at digitalcraftsmen.net
Fri Feb 16 19:09:51 GMT 2007


On Fri, 16 Feb 2007 joeandjackie at boltblue.com wrote:

> By the sounds of things I need to set up a separate apache config for
> that part though.

It's not a big load of work though. We use fastcgi and our apache vhost
config looks like this:

        Alias / /path/to/app/script/monday9am_fastcgi.pl/

        <Location /static>
                SetHandler default
        </Location>
        <Location /movies>
                SetHandler default
        </Location>
        <Location /images>
                SetHandler default
        </Location>

Works just fine. The same should work for mod_perl too.

Simon Wilcox

-- 
Digital Craftsmen Ltd
Exmouth House, 3 Pine Street, London. EC1R 0JH
t 020 7183 1410 f 020 7099 5140 m 07951 758698
w http://www.digitalcraftsmen.net/



More information about the Catalyst mailing list