how to make listener which listen for both ipv4 and ipv6

#1
I want to make
listener Default {
address ipv4:80, ipv6:80
secure 0
}
but it does not work not showing the domain
I want to make it to listen to both ipv4 and ipv6 using the default listener
can help me how to achieve this on openlitespeed.
 
#3
but if I have 200 domains, do I have to map all 200 domains in each listener?
the httpd_config.conf file will become large. do you have any other way so I can make it short?
 
Last edited:

Cold-Egg

Administrator
#4
If you have 200 virtual hosts, and one domain for each virtual host, then yes, you will need to map 200 virtual hosts for each listener.
 
Top