[Catalyst] configurable base url?

Pablo Collins pcollins at imageworks.com
Fri Dec 7 19:21:44 GMT 2007


Thanks Andy.

So if I want to run multiple versions of the same app it looks like I'll 
have to do it on Apache with cgi/fcgi because mod-perl won't let you 
have competing stuff in the same namespace.

Andy Grundman wrote:
>
> On Dec 7, 2007, at 12:32 PM, Pablo Collins wrote:
>
>> Thanks guys for your help.
>>
>> For clarity, I'd like to make the question webserver independent. For 
>> now, I'm just talking about how to change the base url of an 
>> application running in Catalyst::Engine::HTTP.
>>
>> In Catalyst::Manual::Cookbook, the author states that $c->uri_for is 
>> great because it lets you "move an application around without having 
>> to worry that everything is going to break".
>>
>> Maybe this is a dumb question, but how do you "move an application 
>> around" just in Catalyst::Engine::HTTP?
>
> You can't do that with Engine::HTTP, it's not designed for that.
>
> _______________________________________________
> List: Catalyst at lists.scsys.co.uk
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive: 
> http://www.mail-archive.com/catalyst@lists.rawmode.org/
> Dev site: http://dev.catalyst.perl.org/
>





More information about the Catalyst mailing list