安装apache2
1 2 |
sudo apt-get install apache2 |
apache服务的启动与停止
-
启动apache服务
12sudo /etc/init.d/apache2 start -
重启apache服务
12sudo /etc/init.d/apache2 restart -
停止apache服务
12sudo /etc/init.d/apache2 stop
更改端口
1 2 |
vi /etc/apache2/ports.conf |
将listen改成其他端口然后重启apache服务即可