[erlang-questions] Re: Port forwarding / managed web

Max Lapshin max.lapshin@REDACTED
Mon Dec 7 07:27:25 CET 2009


On Mon, Dec 7, 2009 at 1:36 AM, Matthew Palmer <mpalmer@REDACTED> wrote:
> Use a "real" webserver to accept the requests on port 80/443, do whatever
> request decoding is required, and then use the internal proxy modules
> (mod_proxy on Apache, HttpProxyModule for nginx) to pass the requests back
> to the applications as required.

It is very, very bad idea to hide erlang after Apache. Even the
smallest and the worst web server on erlang
will be much more superiour than Apache.


More information about the erlang-questions mailing list