I'm trying to create a vhost using puppetlab's apache module. I want the vhost to listen on multiple ports, e.g.:
ServerName some.domain.name
ServerAlias some.other.domain.name
....
Is it possible to do this using the apache module? I have tried but without success.
↧