为了账号安全,请及时绑定邮箱和手机立即绑定

如何修改apache的默认web端口?

如何修改apache的默认web端口?

婷婷同学_ 2019-02-14 15:11:19
如何修改apache的默认web端口
查看完整描述

1 回答

?
白板的微信

TA贡献1883条经验 获得超3个赞

方法很简单:
1、修改 /etc/apache2/ports.conf将 NameVirtualHost *:80和Listen 80修改为自己需要的端口,例如:
NameVirtualHost *:1000 Listen 1000
2、修改/etc/apache2/sites-available/default
将第一行的 VirtualHost :80 改为自己需要的端口VirtualHost :1000
3、修改 /etc/init.d/apache2/httpd.conf 添加Servername localhost,否则重启时会报如下错误
* Restarting web server apache2apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName ... waiting apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 forServerNam
4.重启apache

sudo /etc/init.d/apache2 restart

端口修改完毕。apache的端口修改为1000了。



查看完整回答
反对 回复 2019-03-04
  • 1 回答
  • 0 关注
  • 1769 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信