Commit 79065178 authored by Andrey Filippov's avatar Andrey Filippov

disabled access.log, removed extra lighttpd.conf

parent c4cc4674
......@@ -4,6 +4,12 @@
#
# $Id: lighttpd.conf,v 1.7 2004/11/03 22:26:05 weigon Exp $
# This version has access-log disabled to handle high-frequency AJAX requests
# The source of theis file is located in
# elphel393/meta/meta-elphel393/recipes-extended/lighttpd/files/
# installed as /etc/lighttpd/lighttpd.conf
# You may uncomment corresponding line to enable access log.
############ Options you really have to take care of ####################
## modules to load
......@@ -117,7 +123,8 @@ mimetype.assign = (
# server.tag = "lighttpd"
#### accesslog module
accesslog.filename = "/www/logs/access.log"
# Elphel - disabled access.log on 03/08/2023
# accesslog.filename = "/www/logs/access.log"
# Elphel - disabled error log 07/23/2021 - re-enabling for debugging
#debug.log-request-handling = "enable"
......
......@@ -17,6 +17,7 @@ do_install_append() {
#cp ${WORKDIR}/phpinfo.php ${D}/www/pages/phpinfo.php
cp ${WORKDIR}/eth0-down-up-test.sh ${D}/www/pages/eth0-down-up-test.sh
rm -f ${D}/www/pages/index.html
install -m 0644 ${WORKDIR}/lighttpd.conf ${D}${sysconfdir}
# install -m 0644 ${WORKDIR}/lighttpd.conf ${D}${sysconfdir} #installs to /etc/, not needed - already in /etc/lighttpd/
#init_elphel393.py and some others incorrectly used /etc/lighttpd.conf , now all changed to /etc/lighttpd/lighttpd.conf
}
RDEPENDS_${PN} += " perl"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment