Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meta-elphel393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
meta-elphel393
Commits
79065178
Commit
79065178
authored
Mar 09, 2023
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disabled access.log, removed extra lighttpd.conf
parent
c4cc4674
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
lighttpd.conf
recipes-extended/lighttpd/files/lighttpd.conf
+8
-1
lighttpd_1.%.bbappend
recipes-extended/lighttpd/lighttpd_1.%.bbappend
+2
-1
No files found.
recipes-extended/lighttpd/files/lighttpd.conf
View file @
79065178
...
...
@@ -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"
...
...
recipes-extended/lighttpd/lighttpd_1.%.bbappend
View file @
79065178
...
...
@@ -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"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment