时间:2022-12-06 01:21
建站助手修改php端口的方法:1、使用编辑器打开httpd.conf配置文件。2、在配置文件中找到Listen 80,将其修改为Listen 8080。3、重启服务器即可。
建站助手修改php端口的方法:
1、使用编辑器打开httpd.conf配置文件。
2、在配置文件中找到Listen 80,将其修改为Listen 8080,例如:
#ChangethistoListenonspecificIPaddressesasshownbelowto#preventApachefromglommingontoallboundIPaddresses.
#
#Listen12.34.56.78:80
Listen80//修改为Listen8080
3、保存修改,并重启服务器即可。