如何修改apache的默认web端口

如何修改apache的默认web端口,第1张

方法很简单:\x0d\x0a1、修改 /etc/apache2/ports.conf将 NameVirtualHost *:80和Listen 80修改为自己需要的端口,例如:\x0d\x0aNameVirtualHost *:1000 Listen 1000\x0d\x0a2、修改/etc/apache2/sites-available/default\x0d\x0a将第一行的 VirtualHost :80 改为自己需要的端口VirtualHost :1000\x0d\x0a3、修改 /etc/init.d/apache2/httpd.conf 添加Servername localhost,否则重启时会报如下错误\x0d\x0a* 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\x0d\x0a4.重启apache\x0d\x0a\x0d\x0asudo /etc/init.d/apache2 restart \x0d\x0a\x0d\x0a端口修改完毕。apache的端口修改为1000了。

Apache的端口号是在其目录下的 httpd.conf 这个文件中设置的。

Apache是跨平台的软件,在linux/windows/unix下都有相应的版本。

找到apache目录下的 httpd.conf, 使用vi 打开,找到 port=80 这一行, 把80改成在此服务器上没有用到的端口号,保存退出。

然后重新启动apache进程即可。

如果你用rpm包安装的apache,那么你的主配置文件应该是在/etc/httpd/conf/httpd.conf这里;

如果你用tar包安装的apache,那么应该在你apache安装目录下的conf/httpd.conf这里;

如果apache是在/usr/local/apache2安装的,那么主配置文件就在/usr/local/apache2/conf/httpd.conf这里.

apache设置网站访问端口的关键字是Listen。根据查询相关公开信息显示,Listen搜索和播放来自网易云音乐,QQ音乐,酷狗音乐,酷我音乐,Bilibili,咪咕音乐网站的歌曲,曲库更全面。


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/tougao/7839213.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-10
下一篇 2023-04-10

发表评论

登录后才能评论

评论列表(0条)

保存