Skip to content

Commit 68c4585

Browse files
committed
Fixes failing attempts to execute inline Python scripts, see <https://forum.ftcommunity.de/viewtopic.php?f=33&p=38126>
If enabled, the resulting HTML page looks like: <h2>Installed apps</h2> <!--#exec cmd="python3 /var/www/applist.py" --> Disabling mod_compress fixes the error.
1 parent de8f5dd commit 68c4585

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup/tx-pi-setup.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,8 +589,7 @@ cat <<EOF > /etc/lighttpd/lighttpd.conf
589589
server.modules = (
590590
"mod_access",
591591
"mod_alias",
592-
"mod_redirect",
593-
"mod_compress"
592+
"mod_redirect"
594593
)
595594
596595
server.document-root = "/var/www"

0 commit comments

Comments
 (0)