[Catalyst] How to join catalyst dev server?
Bernhard Graf
catalyst4 at augensalat.de
Thu Dec 10 16:04:08 GMT 2009
Emmanuel Quevillon schrieb:
> I am using Catalyst 5.8015 and when I start my dev server
> (script/myap_server.pl) now I can only reach it through localhost:3000.
>
> script/bibliolist_server.pl -r
> You can connect to your server at http://localhost:3000
>
> I'd like to be able to reach it to the real server name as
> http://foo.bar.com:3000
script/myap_server.pl -h 1.2.3.4
with 1.2.3.4 being the IP of foo.bar.com
> With this new behavior, I cannot reach my dev server located on another
> machine.
> Is there a solution to solve this unless open a forwarded port through
> ssh port 3000?
A bug, that is already fixed in the repo.
HTH
Bernhard
More information about the Catalyst
mailing list