DefaultAddress

Name

DefaultAddress -- Set the address for the server to listen on

Synopsis

DefaultAddress [ dns-name|ip-address]

Default

none

Context

server config

Module

mod_core

Compatibility

1.2.7rc1 and later

Description

This directive sets the the address the main server instance will bind to, the default behaviour is to select whatever IP the system reports as being the primary IP.

See also

Examples

ServerName "Default FTP Server"
Port 21

# We want the main server instance to listen on a specific IP
DefaultAddress 192.168.10.30