quick start lighttpd with php in ubuntu(summary):
1. apt-get install lighttpd
2. apt-get install php5
3. apt-get install php5-cgi
4. apt-get install ligfcgi-dev
5. lighty-enable-mod fastcgi
6. /etc/init.d/lighttpd restart
ok create a php file in /var/www and open in you browser to test it.
Related Posts:
- September 1, 2009 -- add php gd (graphics directly) support i…
- November 18, 2008 -- tow useful tutorial about lighttpd + php …
- November 18, 2008 -- two more new feature have been add to my …
- November 21, 2008 -- web.py and lighttpd is full work current …
- November 21, 2008 -- quixote and lighttpd is fully work curre …
- November 21, 2008 -- try web.py with lighttpd.
- November 20, 2008 -- Quixote and Lighttpd
- November 20, 2008 -- quixote and scgi example(chiese)
1. 1
…
- November 20, 2008 -- try to enable python quixote with scgi o …
- November 20, 2008 -- clean ubuntu package cache:sudo apt-ge …