[Catalyst] FastCGI url handling

Jules Bean jules at jellybean.co.uk
Wed Nov 23 13:49:36 CET 2005


Carl Franks wrote:
>  This satisfies my initial requirement of url's such as
> '/myapp/products', and being transparent to the user.
> 
> Would it be appropriate for this to be added to "Using FastCGI" in
> Catalyst::Manual::Cookbook ?

If you're volunteering, then why don't you knock up a patch? More 
knowledgeable people can always disagree on the details :)

I should note that I've just used a simple Alias command in the past to 
achieve what you're doing, but in the CGI context, without the power of 
the rewrite engine. For example:

Alias /myapp/ "/my/home/work/project/MyApp/script/myapp_cgi.pl/"

Jules



More information about the Catalyst mailing list