[Catalyst] Catalyst and apache...running other programs not with Catalyst
Matt S Trout
dbix-class at trout.me.uk
Tue Apr 18 21:04:11 CEST 2006
Ryan wrote:
> <Perl>
> use lib qw(/home/ryan/src/dbadmin/lib);
> </Perl>
>
> PerlModule wwwDBA
> <Location "">
> SetHandler perl-script
> PerlHandler wwwDBA
> </Location>
Which indicates that wwwDBA should handle everything, so apache sends
everything to it.
You need a more specific Location block for the area your non-Catalyst stuff
resides in - read up on the apache conf docs at http://httpd.apache.org/,
there's good stuff in there on how Location, LocationMatch and friends interact.
--
Matt S Trout Offering custom development, consultancy and support
Technical Director contracts for Catalyst, DBIx::Class and BAST. Contact
Shadowcat Systems Ltd. mst (at) shadowcatsystems.co.uk for more information
+ Help us build a better perl ORM: http://dbix-class.shadowcatsystems.co.uk/ +
More information about the Catalyst
mailing list