From f46946fd68f9a5756345d4a849eac34a8e76fa4e Mon Sep 17 00:00:00 2001 From: v3d Date: Mon, 23 Jan 2017 13:17:38 +0000 Subject: [PATCH] Added some stuff --- pivilion-manual-setup.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pivilion-manual-setup.md b/pivilion-manual-setup.md index 27926f0..87c1cf0 100644 --- a/pivilion-manual-setup.md +++ b/pivilion-manual-setup.md @@ -73,6 +73,11 @@ You will see lighttpd's placeholder page. `sudo apt-get install php5-cgi` +or + +`sudo apt-get install php-cgi` when on a different system then Raspbian + + PHP (Hypertext Preprocessor) is a server-side scripting language designed primarily for (but not limited to) web development. We use it to run our basic gallery generation script. php5-cgi is a PHP to CGI interpreter. CGI (Common Gateway Interface ) offers a standard protocol for web servers to interface with executable programs running on a server that generate web pages dynamically. The interpreter is how Lighty handles PHP.