Binding {
Port = 80
}
Binding {
BindingId = port81
Port = 81
}
Binding {
BindingId = port82
Port = 82
}
Hostname = 127.0.0.1
WebsiteRoot = /var/www/htdocs
StartFile = index.html
VirtualHost {
RequiredBinding = port81
Hostname = 127.0.0.1
WebsiteRoot = /var/www/htdocs-P1
StartFile = index.html
}
VirtualHost {
RequiredBinding = port82
Hostname = 127.0.0.1
WebsiteRoot = /var/www/htdocs-P2
StartFile = index.html
}