mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2025-04-30 00:57:16 +00:00
Added some stuff
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user