如何修改apache的默认web端口

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何修改apache的默认web端口相关的知识,希望对你有一定的参考价值。

参考技术A 方法很简单:\\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了。

如何修改ESXi 5.0 SSH默认端口

参考技术A 1、首先在一个任意的存储磁盘中创建一个用于打开自定义端口的xml配置文件,例如:
在cd /vmfs/volumes/4f558c9f-6a881258-8901-f04da26fdeba # 下创建一下文件夹命名为ssh
mkdir ssh
cd ssh 进入ssh文件夹
vi ssh_1234.xml 创建一个xml文件命名为ssh_1234.xml,同时编辑如下信息。
<ConfigRoot>
<service>
<id>SSH 1234</id>
<rule id = '0000'>
<direction>inbound</direction>
<protocol>tcp</protocol>
<porttype>dst</porttype>
<port>1234</port>
</rule>
<enabled>true</enabled>
<required>false</required>
</service>
</ConfigRoot>
2、拷贝/etc/services文件到共享或本地存储的一个目录,我同样copy到上面那个ssh目录下
cp /etc/services /vmfs/volumes/4f558c9f-6a881258-8901-f04da26fdeba/ssh
3、修改/etc/services 文件SSH的端口号为1234,见下:
ssh 1234/tcp # SSH Remote Login Protocol
ssh 1234/udp # SSH Remote Login Protocol
4、编辑/etc/rc.local文件以便这个更改动作在ESXi主机在启动时就生效:
copy ssh_1234.xml 到etc/vmware/firewall目录下
cp /vmfs/volumes/4f558c9f-6a881258-8901-f04da26fdeba/ssh/ssh_1234.xml /etc/vmware/firewall/
5、重启ESXi主机后如上配置生效。本回答被提问者采纳

以上是关于如何修改apache的默认web端口的主要内容,如果未能解决你的问题,请参考以下文章

如何修改Apache默认的80端口

如何恢复mac自带apache的默认配置

修改wamp的apache默认端口80为8088以及www目录

如何修改apache2的默认端口

路由器默认端口怎么修改

如何配置experss默认端口