8d2b
![]() |
|
|
|
|
|||||||
| Web & Network Services Discussion related to network/web services such as apache, bind, sendmail, etc. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I'm currently using pound as reverse proxy to serve app, mail, and development tool servers, and thinking about rebuilding the server to use nginx instead.
A few tutorials to build reverse proxy servers include dnsmasq. However, - I don't currently use internal DNS (other than identically configured /etc/hosts per server, - I've no need for DHCP, - I can resolve internal servers by IP address or externally by host.domain A records, which is enough for my needs, - I don't need to resolve domains internally without access to external A records, which from what I've read is a benefit of dnsmasq? I'm wondering if I've overlooked any of dnsmasqs' benefits? Would I benefit from setting up a lite DNS like dnsmasq with/on my reverse proxy server, in terms of speed/security/network maintenance? Thanks |
|
#2
|
|||
|
|||
|
It's a caching resolver meaning that it will keep a copy of an already resolved DNS record in it's cache as long as it's valid, I would think your reverse proxy is doing quite a bit of name resolving and the target server will have to resolve the same address again when the request hits it. I'd say you will see some increase in performance with a caching DNS resolver.
Last edited by kpa; August 8th, 2012 at 14:50. |
| The Following User Says Thank You to kpa For This Useful Post: | ||
nx (August 9th, 2012) | ||
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Pound as a reverse proxy | brigzzy | Web & Network Services | 3 | June 18th, 2012 17:10 |
| How to setup FreeBSD for a reverse proxy | ansarm | Howtos & FAQs | 0 | June 15th, 2012 22:27 |
| Is this the best way to use nginx as a reverse proxy? | tingo | Web & Network Services | 0 | March 1st, 2012 22:48 |
| [Solved] nginx reverse proxy for multiple SSL domains | gpatrick | Web & Network Services | 3 | September 26th, 2011 16:20 |
| Reverse caching proxy - replacement for Squid | rghq | Web & Network Services | 4 | April 4th, 2009 02:23 |