分类:
2008-04-13 20:49:38
转自:http://blog.csdn.net/oleverx/archive/2005/12/23/559804.aspx
1、先添加个源:
在/etc/apt/sources.list中添加:
deb stable all
deb-src stable all
apt-get update
2、apt-get install php5
apt-get install apache2
apt-get install mysql-server mysql-client
apt-get install php5-mysql php5-curl php5-gd
dpkg -l 'php5-*'
aptitude install libapache2-mod-php5 php5-mysql
3、/etc/apache2/httdpd.conf 添加:
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
4、ln -s /etc/apache2/mods-available/php5.* /etc/apache2//mods-enabled
5、apt-get install apache2-mpm-prefork
6、/etc/init.d/apache2 restart