virtual host.
Minimal Configuration
<VirtualHost 10.0.0.1>
ServerName "My virtual FTP server"
</VirtualHost>
You can add additional directive blocks into the
<VirtualHost> block in order to create anonymous/guest
logins and the like which are only available on the virtual
host.