Actions
Feature #460
closedBinding to specific IPv6 addresses
Status:
Invalid
Priority:
Normal
Category:
core
Target version:
-
ASK QUESTIONS IN Forums:
Description
If I'm using server.use-ipv6, are my choices limited to not specifiying an address and port and lighttpd binds to everything, or, specifying one IPv6 in the server.bind variable and then only being able to specify ipv4 addresses in $SERVER'socket' sections.
Is there some mystical syntax I'm missing for specifying select IPv6 addresses? Binding to every address available isn't a useful feature for me.
Updated by Anonymous over 18 years ago
Is there some mystical syntax I'm missing for specifying select IPv6 addresses? Binding to every address available isn't a useful feature for me.
Probably.
$SERVER['socket'] == "[ipv6address]:80" { ... }
And if you want server.bind to be an IPv4, use ::ffff:ipv4address
Updated by stbuehler over 16 years ago
- Status changed from New to Fixed
- Resolution set to invalid
Actions
Also available in: Atom