[Catalyst] How to join catalyst dev server?

Андрей П. Ковбович akovbovich at gmail.com
Fri Dec 11 06:47:34 GMT 2009


It's not a bug, it's a feature :) I think, that binding to localhost
not so bad in security point of view. So, if you need to connect from
outside the dev box, use -h 0.0.0.0.

2009/12/10 Bernhard Graf <catalyst4 at augensalat.de>:
> Nuba Princigalli schrieb:
>
>> I understand by default it'll bind to 0.0.0.0, that means it'll listen
>
> No. Latest Cat release (5.8015) has a bug. The dev server binds to
> localhost only, even though the online help tells something other.
>
> So you must use "-h IP" when starting the dev server, or you delete line
> 30 of Catalyst::Script::Server or you wait for 5.8016.
>
> Bernhard Graf
>
> _______________________________________________
> 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.scsys.co.uk/
> Dev site: http://dev.catalyst.perl.org/
>



More information about the Catalyst mailing list