很久没有在Ubuntu中安装LAMP主机了,因为想测试一下wordpress主题想起在本本上安装虚拟机Ubuntu,话不多说了,先说说我安装的环境:
系统:Ubuntu 12.04 桌面版本
主机环境:apache+mysql+php
安装主机的方法,安装新立得软件管理器,然后在终端运行命令:
sudo apt-get install tasksel
然后在新立得管理器中实现分组安装,一次性安装LAMP Server
然后安装VSftpd server 和 SSH server
配置 VSFTPD,上传wordpress程序和phpmyadmin程序(管理MYSQL)
然后修改VM网络连接方式,在windows真机里面访问网站,乱码问题出现了:
解决方法安装一个模块:
sudo apt-get install libapache2-mod-php5 php5
然后重启apache
sudo /etc/init.d/apache2 restart
再次输入主机地址,问题解决。
Ubuntu下使用Tasksel安装LAMP:http://www.linuxdiyf.com/linux/16397.html
Ubuntu下快速安装LAMP server及Apache的安装:http://www.linuxdiyf.com/linux/16209.html
在Fedora 23 Server和Workstation上安装LAMP(LinuxApacheMaria:http://www.linuxdiyf.com/linux/15822.html
Fedora 23如何安装LAMP服务器:http://www.linuxdiyf.com/linux/15640.html
PHP:Linux/Ubuntu15.04搭建LAMP开发环境图解教程:http://www.linuxdiyf.com/linux/14375.html