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.