I currently have the following snippet in my Pound.cfg:
ListenHTTP Address 1.2.3.4 Port 80 HeadRemove
"X-Forwarded-For" Include
"/etc/pound/vhosts.cfg" End
My /etc/pound/vhosts.cfg contains:
Service HeadRequire
"^Host:\s*internal.mydomain.com" BackEnd Address
1.2.3.6 Port
8080 End End
Is it possible to do 'Include "/etc/pound/*.cfg" ' ? This is so that
I can put the config for specific vhosts on separate files. Although
I have tried this and failed using Pound 2.5. Hopefully there's a
way to include multiple config files.