Hi Greg, I haven't done this myself, but take a look at the man pages of httpd.conf under the servers sections. You can create multiple a-records pointing to the same ip address, and then pick up the incoming traffic by inspecting the http header in order to find which virtual server to send the traffic.
Simon. On 19 September 2017 at 07:46, Niels Kobschaetzki <[email protected]> wrote: > > > On 19. Sep 2017, at 07:17, Greg Garrison <[email protected]> wrote: > > > > <snip> > > > Additionally I notice that the default client HTTP error messages (e.g. > 404 error) that HTTPD generates reveal that the server is running OpenBSD. > This is not a big deal but if the error messages were configurable so that > they could mask the server OS or could display an otherwise custom message > I would see value in that. Does this capability exist with without > recompiling HTTPD? > > Being curious: Why do you want to mask the server-OS in the error message? > > Niels >

