summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2019-12-06 17:25:03 -0600
committerJohn Klug <john.klug@multitech.com>2019-12-06 17:25:03 -0600
commit208a0fa74c95fb04da1a7954c521d368612e322b (patch)
tree882e5f2da5cc989a504e55b2cec66cc2dcbd7e91
parent2dfa9135c52c0f5c058a7659bc32471754fe162b (diff)
downloadcommissioning-208a0fa74c95fb04da1a7954c521d368612e322b.tar.gz
commissioning-208a0fa74c95fb04da1a7954c521d368612e322b.tar.bz2
commissioning-208a0fa74c95fb04da1a7954c521d368612e322b.zip
Need redirect module for lighttpd
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index dc48b0f..d5c36f5 100644
--- a/README
+++ b/README
@@ -14,7 +14,8 @@ created after the commissioned user-id is verified.
opkg install php-fpm
opkg install lighttpd
-opkg install lighttpd-module-fastcgi Needed???
+opkg install lighttpd-module-fastcgi
+opkg install lighttpd-module-redirect
By default php-fpm runs as nobody. It needs to be
able to execute commands. Maybe a C program should