/ Zope / Apsis / Pound Mailing List / Archive / 2011 / 2011-01 / Include wildcard

[ << ] [ >> ]

[ how to configure sticky session using pound / ... ] [ HTTPS backend documentation / "Michael St. ... ]

Include wildcard
"romar(at)globalworkforce.com" <romar(at)globalworkforce.com>
2011-01-14 12:22:16 [ SNIP ]
Hi,

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.

Thank you in advance for your replies.

Best regards.

- Romar


Attachments:  
text.html text/html 6028 Bytes

MailBoxer