Skip to content

Commit

Permalink
adding packages that pillow needs; adding access logs for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Sep 26, 2024
1 parent 5e3c604 commit 4d19561
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions workspace/scripts/06-install-pioreactor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,4 @@ fi
# useful libs
sudo apt-get install -y jq
sudo apt-get install -y rsyslog
sudo apt-get install libwebpmux3 liblcms2-2 libwebpdemux2 libopenjp2-7 -y # used for Pillow
6 changes: 6 additions & 0 deletions workspace/scripts/files/system/lighttpd/lighttpd.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
server.modules = (
"mod_indexfile",
"mod_access",
"mod_accesslog",
"mod_alias",
"mod_redirect",
"mod_staticfile",
Expand Down Expand Up @@ -47,3 +48,8 @@ static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port
include_shell "/usr/share/lighttpd/create-mime.conf.pl"
include "/etc/lighttpd/conf-enabled/*.conf"


accesslog.filename = "/var/log/lighttpd/access.log"
accesslog.format = "%{%Y-%m-%d %H:%M:%S}t %r %s"

0 comments on commit 4d19561

Please sign in to comment.