Does mojolicious working under the lighttpd web-server? How to cofigure? Does I need setup the FastCGI? It's my first usage of lighttpd.

link|improve this question

74% accept rate
feedback

1 Answer

You can use FastCGI but you can also use the included http server in Mojolicious (Hypnotoad) and use Lighttpd as a reverse proxy. So, for example, lighttpd listens on port 80 and proxies requests to one or more Mojoliciouss running at port 8080.

I find this set up easier, but it might be a little slower than using fastcgi... who knows.

edit:

links with more info:

link|improve this answer
there is more: github.com/kraih/mojo/wiki – Berov Dec 28 '10 at 16:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.