打开终端,输入以下命令,一键完成安装:

[bash]sudo apt-get install apache2 php5
libapache2-mod-php5 mysql-server
libapache2-mod-auth-mysql php5-mysql
phpmyadmin[/bash]

请安装提示根据需要设置密码。

一键打开 Rewrite:

[bash]sudo a2enmod rewrite
sudo service apache2 restart[/bash]

最后一步:

[bash]sudo gedit /etc/apache2/site-available/default[/bash]

将其中的“Allow override NONE”改为“ALLOW OVERRIDE ALL”。

作者简介

Chun-Hui Gao is a Research Associate at Huazhong Agricultural University.

重复使用

Text and figures are licensed under Creative Commons Attribution CC BY 4.0. The source code is licensed under MIT. The full source is available at https://github.com/yihui/hugo-prose.

欢迎修订

如果您发现本文里含有任何错误(包括错别字和标点符号),欢迎在本站的 GitHub 项目里提交修订意见。

引用本文

如果您使用了本文的内容,请按照以下方式引用:

gaoch (2012). 在Ubuntu 12.04系统中安装LAMP(网络服务器套件)并设置rewrite. BIO-SPRING. /post/2012/08/23/2012-08-23-lamp-in-ubuntu-with-rewrite/

BibTeX citation

@misc{
  title = "在Ubuntu 12.04系统中安装LAMP(网络服务器套件)并设置rewrite",
  author = "gaoch",
  year = "2012",
  journal = "BIO-SPRING",
  note = "/post/2012/08/23/2012-08-23-lamp-in-ubuntu-with-rewrite/"
}