Add ipv6 support in default lighttpd configuration
The installed lighttpd.conf file missed an entry for ipv6 support This modification simply adds the missing configuration entry to enable the system to properly support ipv6 configurations Story: 2002986 Task: 23000 Change-Id: I3551e5cfeb4d31a8fefcbd3f6f1350bb17984053 Signed-off-by: Paul-Emile Element <Paul-Emile.Element@windriver.com>
This commit is contained in:
parent
671d523b8e
commit
1e9a7c03d4
@ -6,4 +6,4 @@ COPY_LIST="lighttpd-1.4.35/index.html.lighttpd \
|
|||||||
lighttpd-1.4.35/lighttpd-csr.conf \
|
lighttpd-1.4.35/lighttpd-csr.conf \
|
||||||
lighttpd-1.4.35/check-content-length.patch \
|
lighttpd-1.4.35/check-content-length.patch \
|
||||||
lighttpd-1.4.35/lighttpd-tpm-support.patch"
|
lighttpd-1.4.35/lighttpd-tpm-support.patch"
|
||||||
TIS_PATCH_VER=5
|
TIS_PATCH_VER=6
|
||||||
|
@ -243,6 +243,9 @@ $HTTP["url"] !~ "^/(rel-[^/]*|feed|updates|static)/" {
|
|||||||
# ".cgi" => "/usr/bin/perl" )
|
# ".cgi" => "/usr/bin/perl" )
|
||||||
#
|
#
|
||||||
|
|
||||||
|
#### Listen to IPv6
|
||||||
|
$SERVER["socket"] == "[::]:80" { }
|
||||||
|
|
||||||
#### status module
|
#### status module
|
||||||
#status.status-url = "/server-status"
|
#status.status-url = "/server-status"
|
||||||
#status.config-url = "/server-config"
|
#status.config-url = "/server-config"
|
||||||
|
Loading…
Reference in New Issue
Block a user