Rumah > Artikel > Operasi dan penyelenggaraan > apache怎么改端口号
默认是80端口,可在httpd.conf文件中修改以下2个地方的端口号为预定的即可,例如修改为8080端口
把httpd.conf 中Listen 80 改成Listen 8080 把ServerName localhost:80 改成了 ServerName localhost:8080
查看所有的端口情况:netstat -ano
更多Apache相关知识,请访问Apache使用教程栏目!
Atas ialah kandungan terperinci apache怎么改端口号. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!