interfasys
Verified User
httpd-vhosts.conf template has an IP token which gets populated by the script
Unfortunately, custombuild, or perhaps DA 1.44.1?, writes the IPv6 in the wrong format, forgetting the brackets, which breaks all SSL sites
should be
Code:
<VirtualHost |IP|:80>
Unfortunately, custombuild, or perhaps DA 1.44.1?, writes the IPv6 in the wrong format, forgetting the brackets, which breaks all SSL sites
Code:
<VirtualHost 1.2.3.4 aaaa:bbbb:cccc:dddd::2:80>
Code:
<VirtualHost 1.2.3.4:80 [aaaa:bbbb:cccc:dddd::2]:80>
Last edited: