In Texis version 8 and later, the BindAddress and Port settings for vhttpd and the monitor web servers are being replaced with the Listen setting, which combines both values in one setting, may be given multiple times, and is more in line with modern Apache config syntax.
BindAddress and Port are still accepted, but will generate a warning on server start. Support for them will end in a future release, so configurations should be updated promptly.
|