[dancer-users] Deploying perl dancer app using Plackup and Starman

Alexey Kolganov akalgan at gmail.com
Tue Jul 23 13:59:12 BST 2013


Use --listen option to set IP address:

--listen <ip of machine in network>:80


2013/7/14 Anand Meher <kvmsanand at gmail.com>

> Dear Dancer Experts,
>
>          I am trying to deploy my first dancer app using Plackup and
> Starman.
>
> I am using the following commandline as suggested in the perl dancer
> deployment documentation.
>
>  "*plackup -E production  -s Starman --workers=10 -p 80 -a bin/app.pl*"
>
> This command seems to be working only on the same machine (only on
> localhost), but when I try to access from an another machine, it does not
> seem to work.
> I also tried with different ports.
>
> The same command without enabling Starman server works, i.e. the command "
> *plackup -E production  -p 80 -a bin/app.pl*"  works perfectly.
>
> Could you please let me know, if I am missing something when I enable
> Starman?  I am using cygwin on windows machine to deploy the app.
>
> Thanks In Advance
>
>  Regards
> AMK
>
>
>
>
>
>
> _______________________________________________
> dancer-users mailing list
> dancer-users at dancer.pm
> http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.preshweb.co.uk/pipermail/dancer-users/attachments/20130723/ca90ab2b/attachment.htm>


More information about the dancer-users mailing list