mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2026-02-04 07:40:48 +00:00
Added some stuff
parent
4d4003a47e
commit
f46946fd68
1 changed files with 5 additions and 0 deletions
|
|
@ -73,6 +73,11 @@ You will see lighttpd's placeholder page.
|
||||||
|
|
||||||
`sudo apt-get install php5-cgi`
|
`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.
|
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.
|
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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue