[Catalyst] catalyst request path and apache rewrites

William Wueppelmann william.wueppelmann at canadiana.ca
Fri Dec 18 19:07:29 GMT 2009


On 2009-12-18, at 1:58 PM, Tomas Doran wrote:

> 
> On 18 Dec 2009, at 13:38, William Wueppelmann wrote:
>> I am developing my first serious catalyst application and am so far finding the application development pretty straightforward, but I am having a really frustrating deployment problem. I am trying to run my catalyst app using fastcgi through apache, using a static fastcgi server setup. I am not sure if the problem I am having is related to apache, fastcgi, or catalyst itself:
> 
> What version of Catalyst are you using?
> 
> If it's 5.80015 please upgrade to 5.80016?
> 
> Cheers
> t0m

Hi Tom,

Thanks, but I am already using 5.80016.

My suspicion is that the problem actually lies somewhere between apache and fastcgi, but I really don't know. A request for '/' gets mapped to '/foo/bar' and processed correctly, but everything else just gets passed through as-is.

Cheers.

-William


More information about the Catalyst mailing list