[Catalyst] General question on Apache

Andy Grundman andy at hybridized.org
Wed Nov 30 20:19:31 CET 2005


Will Smith wrote:
>  Hi,
> Thanks to all your help, I have my App almost done with all the nice 
> features with Ajax. My final step is moving myapp to apache. I read 
> through some docs (catalyst::tutorial/cookbook ..) and other threads. 
> Tried to do the following:
> - paste this in the config file of apache (myApp is in home/will dir)
>     <Location home/will/myApp>
>         SetHandler  perl-script
>         PerlHandler myApp
>     </Location>
> This is the first time I use apache, so it's a bit confused.
> I also went to this site:
> http://home.ngmedia.net/chansen/catalyst/conf/
> to check the config file.
> I just wonder, do I have to change the config file as instructed by 
> Chasen, or just a simple copy and paste as in the catalyst::tutorial.
> Thanks

Please see the docs for Catalyst::Engine::Apache for the most up-to-date 
  example configs.

-Andy



More information about the Catalyst mailing list