From 6222925ea120fc7acc520a79dd8bda0979b7a392 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 11 Jul 2014 17:29:05 +0200 Subject: make default mpdbox collection working out of the box --- package/lighttpd/Makefile | 2 +- package/lighttpd/files/modules.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'package/lighttpd') diff --git a/package/lighttpd/Makefile b/package/lighttpd/Makefile index 62b85e708..c4523efd7 100644 --- a/package/lighttpd/Makefile +++ b/package/lighttpd/Makefile @@ -150,9 +150,9 @@ post-install: ${INSTALL_MODS_y} ${INSTALL_MODS_m} ${INSTALL_DIR} $(IDIR_LIGHTTPD)/etc/lighttpd/conf.d ${INSTALL_DATA} ./files/lighttpd.conf $(IDIR_LIGHTTPD)/etc/lighttpd ${INSTALL_DATA} ./files/modules.conf $(IDIR_LIGHTTPD)/etc/lighttpd - ${CP} ./files/conf.d $(IDIR_LIGHTTPD)/etc/lighttpd ${CP} ${WRKBUILD}/doc/config/conf.d/*.conf \ $(IDIR_LIGHTTPD)/etc/lighttpd/conf.d + ${CP} ./files/conf.d $(IDIR_LIGHTTPD)/etc/lighttpd ${INSTALL_DIR} $(IDIR_LIGHTTPD)/usr/lib/lighttpd for m in indexfile staticfile accesslog; do \ $(CP) $(WRKINST)/usr/lib/lighttpd/mod_$$m.so $(IDIR_LIGHTTPD)/usr/lib/lighttpd/ ; \ diff --git a/package/lighttpd/files/modules.conf b/package/lighttpd/files/modules.conf index f05a821dc..51d9314cd 100644 --- a/package/lighttpd/files/modules.conf +++ b/package/lighttpd/files/modules.conf @@ -129,7 +129,7 @@ server.modules = ( ## ## FastCGI (mod_fastcgi) ## -#include "conf.d/fastcgi.conf" +include "conf.d/fastcgi.conf" ## ## plain old CGI (mod_cgi) -- cgit v1.2.3