SHA256
1
0
forked from pool/darkhttpd

Accepting request 1138823 from server:http

- Listen on IPv6 by default as well as IPv4

OBS-URL: https://build.opensuse.org/request/show/1138823
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/darkhttpd?expand=0&rev=2
This commit is contained in:
Ana Guerrero 2024-01-15 21:20:54 +00:00 committed by Git OBS Bridge
commit ebafebf1f9
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 15 11:25:11 UTC 2024 - Dominik Heidler <dheidler@suse.de>
- Listen on IPv6 by default as well as IPv4
-------------------------------------------------------------------
Tue Dec 26 22:14:03 UTC 2023 - Dominik Heidler <dheidler@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package darkhttpd
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed

View File

@ -1,11 +1,11 @@
## Path: Network/WWW/darkhttpd
## Description: start parameters for darkhttpd.
## Type: string
## Default: "/srv/www/htdocs/ --port 80 --uid darkhttpd --gid darkhttpd --syslog"
## Default: "/srv/www/htdocs/ --port 80 --ipv6 --uid darkhttpd --gid darkhttpd --syslog"
## Config: darkhttpd
#
# start parameters for darkhttpd.
#
# see darkhttpd README for more
#
DARKHTTPD_PARAMS="/srv/www/htdocs/ --port 80 --uid darkhttpd --gid darkhttpd --syslog"
DARKHTTPD_PARAMS="/srv/www/htdocs/ --port 80 --ipv6 --uid darkhttpd --gid darkhttpd --syslog"