diff options
author | John Klug <john.klug@multitech.com> | 2019-12-06 17:25:03 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-12-06 17:25:03 -0600 |
commit | 208a0fa74c95fb04da1a7954c521d368612e322b (patch) | |
tree | 882e5f2da5cc989a504e55b2cec66cc2dcbd7e91 | |
parent | 2dfa9135c52c0f5c058a7659bc32471754fe162b (diff) | |
download | commissioning-208a0fa74c95fb04da1a7954c521d368612e322b.tar.gz commissioning-208a0fa74c95fb04da1a7954c521d368612e322b.tar.bz2 commissioning-208a0fa74c95fb04da1a7954c521d368612e322b.zip |
Need redirect module for lighttpd
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |