Lighttpd的web服务器ubuntu10.10的php安装
Lighttpd的web服务器
安装如下:
sudo aptitude install lighttpd php5-cgi
sudo lighty-enable-mod fastcgi sudo lighty-enable-mod fastcgi-php
sudo service lighttpd force-reload
<?php phpinfo(); ?>
http://localhost/index.php.
sudo aptitude install mysql-server mysql-client
sudo apt-get install php5-mysql php5-curl php5-gd php5-idn php-pear php5-imagick php5-imap php5-mcrypt php5-memcache php5-mhash php5-ming php5-ps php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc php5-xsl php5-common
apt-get install apache2 mysql-server mysql-client php5 php5-gd php5-mysql