Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WAMP在Apache > httpd.conf中将端口 80 更改为 8080 ,但应用程序链接不会从 localhost 更新为 localhost:8080
所以我必须在一遍又一遍地启动应用程序时输入 :8080 ......
问题是: 有没有办法让 wamp 应用程序链接到 localhost 和 localhost/phpMyAdmin 到 localhost:8080 和 localhost:8080/phpMyAdmin 所以我不必一直输入这个?
谢谢 :)
编辑 c:/wamp/wampmanager.tpl 文件,使 WAMP 菜单指向localhost:81.
localhost:81
查找http://localhost并将其更改为htttp://localhost:81 也,如果您认为其他东西已经抢占了端口 80,这就是为什么它不起作用..,那么,
http://localhost
htttp://localhost:81
运行 wampmanager->Apache->Service->测试端口 80
这将启动一个命令窗口并告诉你什么正在使用端口 80。
无论它是什么都需要重新配置以使用另一个端口,或者例如,如果它的 IIS 并且您不使用 IIS,则应该卸载它。