IIS和Apache(WAMP)运行 [英] IIS and Apache (WAMP) running

查看:216
本文介绍了IIS和Apache(WAMP)运行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们如何运行IIS 6和Apache在同一时间(WAMP)在同一台机器上?

How can we run IIS 6 and Apache (wamp) in same machine at same time?

推荐答案

IIS和Apache应该有不同的端口。

IIS and Apache should have different port.

要更改阿帕奇(WAMP)港

To change the port of Apache(WAMP)


  1. 单击上WAMP的图标,你可以在托盘或其他快捷方式图标WAMP上看到。

  2. 查找的Apache和打开httpd.conf或者如果你知道它的存储位置。

  3. 找到80,然后修改

  1. Click on WAMP icon that you can see on your tray or other shortcut icons for wamp.
  2. Look for the Apache and open the httpd.conf or if you know where it is stored.
  3. Find the "80" then change

80倾听倾听8080

Listen 80 to Listen 8080

服务器名称本地主机:80到本地主机服务器名:8080

ServerName localhost:80 to ServerName localhost:8080

请注意:你可以改变你想要的,只要它不与其它端口发生冲突的端口。它是更安全,共同端口是否在此范围内。

Note: You can change the port which you desired as long as it will not conflict with your other port. It is more safe and common if the port is at this range.

然后在重新启动单击所有的服务。

Then click on Restart All Services.

请参阅这里更多信息。

如果您preFER改变你的IIS,而Apache时,请检查该 IIS

If you prefer to change your IIS rather Apache, check on this IIS

这篇关于IIS和Apache(WAMP)运行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆