On 2016-01-28, Ingo Schwarze <schwa...@usta.de> wrote:
> I'd love to make the example more specific and document an actual
> use case that frequently occurs in practice, but even though many
> have said that such cases do occur, i can't think of any.  For
> example, for httpd(8), it looks like all use cases can be solved
> by running one copy and using "server ... { ... }" well in
> httpd.conf(5).  So, if anybody can describe a specific use case to
> make the example better, that's quite welcome.

Here's one use case - it might not be super-common, but it can't be
solved another way by the system administrator. snmpd can only bind
to one address, so to use it for both v4 and v6 need to run it twice
with different configurations; so you can use this in the config file:

addr="192.0.2.1"
listen on $addr

And for the second copy, snmpd_v6_flags="-D addr=2001:db8::1234".

> I certainly don't want an example in the style of
>
>   # ln -s httpd httpd2
>
> That's a terrible name.  The next admin coming along will have no
> clue what this second httpd is needed for.

Indeed, and the particular example of httpd2 would give us even
more confusion between base httpd and Apache httpd than we already
have.

Reply via email to