[Dancer-users] deploying via Apache

franck franck at lumberjaph.net
Mon Aug 2 21:49:57 CEST 2010


On Mon, Aug 2, 2010 at 9:42 PM, P Kishor <punk.kish at gmail.com> wrote:

> I have discovered that if I type the following in my application
> directory "~/Sites/dance"
>
>   perl -MPlack::Runner -e"Plack::Runner->run('app.psgi')"
>
> the application runs fine. Its starts up with the prompt
>
>    HTTP::Server::PSGI: Accepting connections at http://0:5000/
>
> and I am able to see my web site at http://localhost:5000/


Hi

There is a bug in the last Dancer version on CPAN: in the app.psgi file, you
need to add a "use lib 'lib'" before the load_app instruction.

Let us know if this works for you.

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.backup-manager.org/pipermail/dancer-users/attachments/20100802/79234335/attachment.html>


More information about the Dancer-users mailing list