Commit Graph

19 Commits

Author SHA1 Message Date
Glenn Strauss d1433a582c lighttpd: add new modules, upd URLs, add restart()
(with feedback from @hnyman and patch additions from @MikePetullo)

Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
2017-03-22 18:09:44 -04:00
Rafał Miłecki e71771676c lighttpd: fix regression in local-redir used with url.rewrite-once
This fixes upstream regression introduced in 1.4.40. It was reported &
debugged in https://redmine.lighttpd.net/issues/2793
This fix is queued for 1.4.46 in the personal/gstrauss/master upstream
branch.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2017-03-08 12:34:35 -05:00
Rafał Miłecki bec3da9759 lighttpd: update to 1.4.45
Update to 1.4.42 introduced a problem with starting lighttpd as
OpenWrt/LEDE service. It was stopping whole init process at sth like:
  783 root      1124 S    {S50lighttpd} /bin/sh /etc/rc.common /etc/rc.d/S50lighttpd boot
  799 root      1164 S    /usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf

It was hanging until getting random pool:
[  176.340007] random: nonblocking pool is initialized
and then immediately the rest of init process followed:
[  176.423475] jffs2_scan_eraseblock(): End of filesystem marker found at 0x0
[  176.430754] jffs2_build_filesystem(): unlocking the mtd device... done.
[  176.437615] jffs2_build_filesystem(): erasing all blocks after the end marker... done.

This was fixed in 1.4.44, but bump directly to 1.4.45 while at it.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2017-03-08 12:34:35 -05:00
W. Michael Petullo 1792f0f6b9 lighttpd: add option to build mod_authn_file.so
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2017-03-08 12:34:35 -05:00
W. Michael Petullo c6415452f5 lighttpd: update to 1.4.42
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2016-10-29 04:24:37 -04:00
W. Michael Petullo a23e3d0c3a lighttpd: update to 1.4.41
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2016-09-13 23:19:58 -04:00
W. Michael Petullo aa49d8967b lighttpd: update to 1.4.38
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2016-01-01 16:33:59 -05:00
W. Michael Petullo 57ec0c99a5 lighttpd: update to 1.4.37
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-09-21 15:47:12 +02:00
Rafał Miłecki 01717c05a0 lighttpd: backport a fix for running out of filedescriptors
It was breaking uploads of files 4 MiB+. This patch fixes:
https://github.com/openwrt/packages/issues/1658

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
2015-08-19 17:53:50 +02:00
W. Michael Petullo 1e2bf20acf lighttpd: update to 1.4.36
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-07-26 12:56:12 -04:00
Alexander Ryzhov da756e239f lighttpd: add liblua deps for lighttpd-mod-cml and lighttpd-mod-magnet
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-07-26 12:55:12 -04:00
W. Michael Petullo 14aa488309 lighttpd: reorder modules so that redirect loads before auth
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-12-16 19:01:39 -05:00
Ian Leonard ac7cd4c6e6 misc: correct typo in Makefiles for PKG_LICENSE_FILES
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-11-24 23:43:37 -08:00
W. Michael Petullo f7fd574f2a lighttpd: clean up configuration file
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-09-21 17:40:18 -04:00
W. Michael Petullo a0885f117e lighttpd: create user http and run as http by default
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-09-21 17:33:47 -04:00
W. Michael Petullo 4ec9d99303 lighttpd: include some updates from old repository package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-09-20 20:28:03 -04:00
chris5560 a909d2d7a2 [PATCH] lighttpd: errorlog failed as non root user
if running as non root user (what's should be the default on web-servers) you get:
(log.c.118) opening errorlog '/var/log/lighttpd/server.log' failed: Permission denied

Fix: create log directory only if not exist and chmod 777 to allow anyone 
to write and create files inside default log directory

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-07-23 21:50:16 +02:00
W. Michael Petullo 9b3a76017c lighttpd: update to 1.4.35
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-19 14:08:11 +02:00
W. Michael Petullo 1e122071b1 Copy lighttpd package from old repository
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-19 14:08:11 +02:00