开发者

lighttpd + perl + mojolicious =?

开发者 https://www.devze.com 2023-02-01 05:24 出处:网络
Does mojolicious working under the lighttpd w开发者_如何学Goeb-server? How to cofigure? Does I need setup the FastCGI? It\'s my first usage of lighttpd.You can use FastCGI but you can also use the inc

Does mojolicious working under the lighttpd w开发者_如何学Goeb-server? How to cofigure? Does I need setup the FastCGI? It's my first usage of lighttpd.


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:

  • Docs: http://mojolicio.us/perldoc
  • Mentions Appache/FastCGI: http://mojolicio.us/perldoc?Mojolicious/Guides/Cookbook
  • the two http servers included:
    • http://mojolicio.us/perldoc?Mojo/Server/Daemon
    • http://mojolicio.us/perldoc?Mojo/Server/Hypnotoad
0

精彩评论

暂无评论...
验证码 换一张
取 消