ViaThinkSoft CodeLib
Dieser Artikel befindet sich in der Kategorie:
CodeLib → HowTos → Apache
Add following to /etc/apache2/ports.conf:
Now simply change every virtualhost from
to:
The same for :443 and :8080 entries.
Listen [(your ipv6)]:80
Listen [(your ipv6)]:443
NameVirtualHost [(your ipv6)]:80
NameVirtualHost [(your ipv6)]:443
Now simply change every virtualhost from
<VirtualHost (your ipv4):80>
to:
<VirtualHost (your ipv4):80 [(your ipv6)]:80>
The same for :443 and :8080 entries.
Daniel Marschall
ViaThinkSoft Mitbegründer
ViaThinkSoft Mitbegründer