What is the overhead when redirect through mod_proxy

Posted by ivoba on Server Fault See other posts from Server Fault or by ivoba
Published on 2011-06-20T11:17:31Z Indexed on 2011/06/20 16:25 UTC
Read the original article Hit count: 210

Filed under:
|
|

I have an API that used to run on Apache but now is served via lighttpd. I can easily switch the API URL in the app to the lighty port like api.net:81. I wonder if I should use mod_proxy instead to have cleaner urls. There is no redirect for legacy urls necessary. What would be the overhead for the Apache in between compared to the direct call?

Would mod_proxy and Apache steal the benefit of lightys lightweightness?

© Server Fault or respective owner

Related posts about apache

Related posts about lighttpd