Added some stuff

v3d 2017-01-23 13:17:38 +00:00
parent 4d4003a47e
commit f46946fd68

@ -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.