diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-11 17:29:05 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-11 17:29:48 +0200 |
commit | 6222925ea120fc7acc520a79dd8bda0979b7a392 (patch) | |
tree | 3c9bfa3095183d292f830fe3f4f53cbbb774e7a7 /package/lighttpd | |
parent | a599610f7b2992a832561ce09b81c7d66409eb83 (diff) |
make default mpdbox collection working out of the box
Diffstat (limited to 'package/lighttpd')
-rw-r--r-- | package/lighttpd/Makefile | 2 | ||||
-rw-r--r-- | package/lighttpd/files/modules.conf | 2 |
2 files changed, 2 insertions, 2 deletions
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) |