Hi,
gibt es neuigkeiten dazu, wann oder ob dualstack in imscp kommt? Gilt diese Anleitung so lange weiter trotz ihres Alters?
Hi,
gibt es neuigkeiten dazu, wann oder ob dualstack in imscp kommt? Gilt diese Anleitung so lange weiter trotz ihres Alters?
Für apache2 und bind9 gibt es dezeit jeweils ein Listenerskript. Eine vollständige Implementierung wird es in der 2.x.x geben.
Hi,
danke, wo finde ich das listenerscript?
Edit: Gefunden, danke, funktioniert gut
https://github.com/nuxwin/i-mscp-c0urier-listeners
Look in your i-MSCP archive (contrib diretory).
I moved to another server and copied my dualstack listener file (only to add one ipv6 addresse to every domain). Now I have a problem using ssl and ipv6.
Ipv4 is working great, but somehow the listener gets ... confused ... which port it should use:
Apache port 80 configuration file of a domain:
Apache port 443 (ssl) configuration file of a domain:
Change my $port = defined $1 ? $httpPort : $httpsPort; to my $port = defined $1 ? $httpsPort : $httpPort; or just use latest listener-file:
https://github.com/i-MSCP/imsc…2/10_apache2_dualstack.pl