Ubuntu安装Apache2很简单,只需要sudo apt-get install apache2。
但是我使用sudo apt-get remove apache2之后,说只能释放零点几k的空间,而且删除之后仍然能访问到apache服务器,可见没删掉。
后来用man apt-get 看到 apt-get 还有个参数是 autoremove ,即 sudo apt-get autoremove apache2 这下就删掉了!
Ubuntu14.04 LTS下修改apache2默认端口:http://www.linuxdiyf.com/linux/13898.html
Ubuntu 15.04下安装Apache 2.4.16:http://www.linuxdiyf.com/linux/13156.html
Ubuntu 14.04编译安装Apache:http://www.linuxdiyf.com/linux/10693.html
Linux下卸载Apache后再安装Apache:http://www.linuxdiyf.com/linux/10293.html
Ubuntu 15.04安装配置Apache和mysql的方法:http://www.linuxdiyf.com/linux/13074.html