This shows you the differences between two versions of the page.
|
tutorials:common:applications:lighttpd_and_php-fpm [2013/11/08 13:55] soloforce created |
tutorials:common:applications:lighttpd_and_php-fpm [2013/12/23 14:50] (current) |
||
|---|---|---|---|
| Line 10: | Line 10: | ||
| ===== Abstract ===== | ===== Abstract ===== | ||
| In this article, we focus on building a WEB server with Lighttpd and PHP support which is suitable for most of middle-scale or small-scale applications. We mainly talk about //Lighttpd + PHP-fastcgi// and //Lighttpd + PHP-fpm// here, which are two different schemes, and you may choose one of them. | In this article, we focus on building a WEB server with Lighttpd and PHP support which is suitable for most of middle-scale or small-scale applications. We mainly talk about //Lighttpd + PHP-fastcgi// and //Lighttpd + PHP-fpm// here, which are two different schemes, and you may choose one of them. | ||
| + | |||
| + | This tutorial requires Lubuntu running on a Cubieboard/Cubietruck. Use the terminal on an desktop Lubuntu to execute the following command lines. | ||
| ===== Lighttpd + PHP-fastcgi ===== | ===== Lighttpd + PHP-fastcgi ===== | ||
| Line 88: | Line 90: | ||
| </file> | </file> | ||
| Test this web site with your browser now. If the following message is displayed, you make it. | Test this web site with your browser now. If the following message is displayed, you make it. | ||
| - | {{:tutorials:common:2013-11-04-082128_604x840_scrot.png|}} | + | {{:tutorials:common:applications:2013-11-04-082128_604x840_scrot.png|}} |
| - | {{:tutorials:common:2013-11-04-082103_606x309_scrot.png|}} | + | {{:tutorials:common:applications:2013-11-04-082103_606x309_scrot.png|}} |
| ===== Other PHP modules ===== | ===== Other PHP modules ===== | ||
| We can install more modules to make our server a more powerful one. | We can install more modules to make our server a more powerful one. | ||