In other words, lets say I have an erlang webserver on port 8000. Now I proxy port 80 to that webserver with Apache. Am I losing a lot of benefit?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

You're probably gaining some benefits.

You can handle 'simple' requests with apache, which will be faster.

You can add access controls, rewrite urls, and other things which apache can do for you.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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