当前位置: > Linux发行版 > Debian >

debian5/6下部署LAMP

时间:2015-01-22 02:56来源:linux.it.net.cn 作者:IT
1、安装Lamp软件
apt-get install mysql-server-5.0
apt-get install apache2
apt-get install php5
apt-get install php5-gd
apt-get install php5-mysql
软件的依赖关系会自动配置好。
*安装顺序为mysql、apache、php,这样不容易出错。

2、修改配置文件
vim /etc/apache2/apache2.conf
找到AddDefaultCharset,把iso9660改成gb2312,把前面的#去掉
vim /etc/php5/apache2/php.ini
找到default_charset,把后面内容改为gb2312。 (责任编辑:IT)
------分隔线----------------------------