我在httpd.conf文件中将端口更改为8080,并使用localhost:8080。但是,我似乎无法打开wwww文件夹中的任何文件,甚至不能使用url localhost:8080
localhost:8080 / index给我
Not Found
The requested URL /index was not found on this server.
Apache/2.4.9 (Win64) PHP/5.5.12 Server at localhost Port 8080
路径有变化吗?我该怎么看?
答案 0 :(得分:0)
在httpd.conf中,你必须改变两行" Listen"和" ServerName"将端口80更改为8080。