-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lighthttp listens on all IPv6 addresses #239
Comments
Is this still an issue in the latest tag? |
Yes, but see #924 why this can also be useful :) |
As a workaround to this issue, I override the docker entrypoint in the following way, so that Just append the following line to your docker-compose.yml (and observe indentation!): entrypoint: ['/bin/bash', '-c', 'sed -i "s/\[::\]/[$$ServerIPv6]/" /usr/share/lighttpd/use-ipv6.pl ; /s6-init'] Verified to work with tags 2022.01.1 and 2022.08.2. |
Closing as this will probably not be fixed before the next major release of this container (which no longer has |
Hello,
lighttpd seems to ignore the ServerIPv6 env variable.
It's listening on all IPv6 addresses (:::80).
Is there any way that it will listen only on the IPv6 address specified by the env variable ServerIPv6, like IPv4 does?
The file /etc/lighttpd/lighttpd.conf seems to be missing the $SERVER["socket"] config for ipv6.
Kind Regards,
Madic
The text was updated successfully, but these errors were encountered: