|
/
Zope
/
Apsis
/
Pound Mailing List
/
Archive
/
2006
/
2006-11
/
Feature Request: configuration includes
[
unsubcribe / Sean Minotti <sminotti(at)nycap.rr... ]
[
Uneven balancing with 2.1.6 / Steve ... ]
Feature Request: configuration includes
Blake Barnett <shadoi(at)nanovoid.com> |
2006-11-17 22:40:28 |
[ FULL ]
|
I would love to be able to do something similar to the following for
pound.cfg:
-------------------------------------
User "www-data"
Group "www-data"
Alive 5
LogLevel 2
ListenHTTP
Address 10.10.10.10
Port 80
Service
include "includes/*.backend"
End
End
-------------------------------------
Of course this could be used to include any part of the
configuration, or none at all. This would allow (for example) an
external application to generate simple BackEnd configurations and
then reload pound, or maybe even eventually use poundctl to rescan
the config. Allowing a simple mechanism for dynamically managing the
configuration. Monit is the inspiration for this, but Apache and
many others also support this.
-Blake
|
|
|
Re: [Pound Mailing List] Feature Request: configuration includes
Ted Dunning <tdunning(at)veoh.com> |
2006-11-17 22:46:05 |
[ FULL ]
|
Try m4. Works like a champ. No changes needed to pound.
http://www.gnu.org/software/m4/
On 11/17/06 1:40 PM, "Blake Barnett" <shadoi(at)nanovoid.com> wrote:
[...]
|
|
|
Re: [Pound Mailing List] Feature Request: configuration includes
Blake Barnett <shadoi(at)nanovoid.com> |
2006-11-17 23:05:14 |
[ FULL ]
|
On Nov 17, 2006, at 1:46 PM, Ted Dunning wrote:
[...]
Thanks, but I'd rather eat nails.
-Blake
|
|
|
|