Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 312421 - www-servers/lighttpd[ipv6] should include server.use-ipv6 in the default conf
Summary: www-servers/lighttpd[ipv6] should include server.use-ipv6 in the default conf
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Alex Alexander (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-31 14:57 UTC by DEMAINE Benoît-Pierre, aka DoubleHP
Modified: 2010-11-18 15:13 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
lighttpd-ipv6.patch (lighttpd-ipv6.patch,1.30 KB, text/plain)
2010-06-11 16:46 UTC, Jeremy Olexa (darkside) (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description DEMAINE Benoît-Pierre, aka DoubleHP 2010-03-31 14:57:43 UTC
I emerged lighttpd with USE="ipv6" and was surprised to see that the port was not open. nmap localhost shown it but not nmap -6 localhost .

I come to ask the Gentoo maintainer to add this line in the default config file:
if ipv6 is on:
# Uncomment the following line to allow IPv6 support.
# It is automatically activated because you had emerge lighttpd with USE="ipv6"
server.use-ipv6 = "enable"

and probably also this if it's off:
# Uncomment the following line to allow IPv6 support.
# It would be automatically activated if you had emerge lighttpd with USE="ipv6"
# server.use-ipv6 = "enable"

Or just
server.use-ipv6 = "disable"
?

Thanks.
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2010-03-31 15:01:03 UTC
I agree, I had to google it myself.
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2010-06-11 16:46:50 UTC
Created attachment 234987 [details]
lighttpd-ipv6.patch

Maybe a patch like this would be accepted? :)
Comment 3 Markos Chandras (RETIRED) gentoo-dev 2010-11-12 21:31:13 UTC
Patch looks good. I will apply along with the new version of lighttpd
Comment 4 Markos Chandras (RETIRED) gentoo-dev 2010-11-18 15:13:57 UTC
Fixed in .28

Thanks for reporting