summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2024-03-16 19:04:10 -0400
committerSam James <sam@gentoo.org>2024-05-06 17:32:46 +0100
commitfbed65cb012aaff7314ceb8025a2982d7f6742d7 (patch)
tree8a5d1eb6166490d824e6e3d65ee3bded4f3d6345 /www-servers/lighttpd
parentwww-servers/lighttpd: refresh lighttpd.conf (diff)
downloadgentoo-fbed65cb012aaff7314ceb8025a2982d7f6742d7.tar.gz
gentoo-fbed65cb012aaff7314ceb8025a2982d7f6742d7.tar.bz2
gentoo-fbed65cb012aaff7314ceb8025a2982d7f6742d7.zip
www-servers/lighttpd: use builtin mimetype.assign
* use lighttpd builtin mimetype.assign by default (can be overridden) [sam: I've rebased this to fork the changes into a new ebuild revision (1.4.75-r1). Any errors in rebasing are mine and not Glenn's.] Bug: https://bugs.gentoo.org/399401 Bug: https://github.com/gentoo/gentoo/pull/19507 Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-servers/lighttpd')
-rw-r--r--www-servers/lighttpd/files/conf/lighttpd.conf-r25
-rw-r--r--www-servers/lighttpd/lighttpd-1.4.75-r1.ebuild1
2 files changed, 0 insertions, 6 deletions
diff --git a/www-servers/lighttpd/files/conf/lighttpd.conf-r2 b/www-servers/lighttpd/files/conf/lighttpd.conf-r2
index 88ba867b0d3f..ca67355ecc5c 100644
--- a/www-servers/lighttpd/files/conf/lighttpd.conf-r2
+++ b/www-servers/lighttpd/files/conf/lighttpd.conf-r2
@@ -34,11 +34,6 @@ server.modules = (
)
# }}}
-# {{{ includes
-include "mime-types.conf"
-# fcgi and cgi are included below
-# }}}
-
# {{{ server settings
server.username = "lighttpd"
server.groupname = "lighttpd"
diff --git a/www-servers/lighttpd/lighttpd-1.4.75-r1.ebuild b/www-servers/lighttpd/lighttpd-1.4.75-r1.ebuild
index a5edd4c9dce0..4ff76649b004 100644
--- a/www-servers/lighttpd/lighttpd-1.4.75-r1.ebuild
+++ b/www-servers/lighttpd/lighttpd-1.4.75-r1.ebuild
@@ -167,7 +167,6 @@ src_install() {
# Configs
insinto /etc/lighttpd
newins "${FILESDIR}"/conf/lighttpd.conf-r2 lighttpd.conf
- doins "${FILESDIR}"/conf/mime-types.conf
doins "${FILESDIR}"/conf/mod_cgi.conf
doins "${FILESDIR}"/conf/mod_fastcgi.conf