更改apache2端口号

来自个人维基
跳转至: 导航搜索

安装

# apt-get install apache2  


更改端口号,将80端口改为其他可用的端口号,如8080:

/etc/apache2/ports.conf

然后按上面所提示,同步更改

/etc/apache2/sites-enabled/000-default

重新启动apache2

# service apache2 restart