Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Mojolicious, Morbo, Hypnotoad and Apache httpd deployment

by moritz (Cardinal)
on Jun 01, 2014 at 19:41 UTC ( [id://1088202]=note: print w/replies, xml ) Need Help??


in reply to Mojolicious, Morbo, Hypnotoad and Apache httpd deployment [SOLVED]

<Perl> $ENV{PLACK_ENV} = 'production'; $ENV{MOJO_HOME} = '/var/www/MezlApp'; $ENV{MOJO_MODE} = 'deployment'; </Perl>

This has no effect whatsoever; Apache won't even start a perl process for you. After all you configured a reverse proxy, not a perl launcher.

Update: you do seem to set up a perl launcher, but for the location as the reverse proxy. Don't do that.

So, my advice: start your app the way you usually do, but use hypnotoad instead of morbo - no other changes so far.

Then test the app with your browser, connecting to hypnotoad directly, not to Apache. Only when that works, you start your apache and try to ues the reverse proxy.

That way you can cleanly separate debugging hypnotoad startup from the reverse proxy.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1088202]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (1)
As of 2024-04-24 15:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found