如何在一台windows7机器上安装多个apache实例?

发布于 2024-08-27 17:34:20 字数 107 浏览 4 评论 0原文

我想在一台机器上运行多个 apache 实例?该怎么办呢?我正在使用 xampp..任何形式的帮助将不胜感激。谢谢 我在一个单独的目录中又安装了一个xampp,但是一次只能运行一个xampp控制面板。

I want to run multiple instances of apache on one single machine? How to go about it? I am using xampp.. any kind of help would be appreciated. thanx
I installed one more xampp in a separate directory, but only one xampp control panel can run at a time.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

饮湿 2024-09-03 17:34:20

为每个实例指定不同的端口号。我目前正在运行两个 Apache 实例(端口 81 和 8080)和一个 IIS 实例(端口 80)。 Apache 实例由其他产品(Subversion 等)安装。

Give each instance a different port number. I am presently running two instances of Apache (ports 81 and 8080) and one of IIS (port 80). The Apache instances were installed by other products (Subversion, etc).

尴尬癌患者 2024-09-03 17:34:20

您还可以尝试USB 版本的 XAMPP

You may also try the USB versions of XAMPP.

好倦 2024-09-03 17:34:20

由于多种原因,我们必须使用多个 xampp 实例。例如,PHP 版本不同。

您必须为每个 xamp 实例使用不同的端口号
实例 #1 默认端口号为 80 更改为 81。
实例 #2 默认端口号为 80,更改为 82。

不要忘记更改 apache\conf\extra\httpd-ssl.conf 中的 ssl 端口。

实例 #1 默认端口号 80 更改为 81,ssl 默认为 443 更改为 444

实例 #2 默认端口号 80,更改为 82,ssl 默认为 443 更改为 445,依此类推

We have to use multiple xampp instance for many reasons. For example, difference PHP version.

you have to use difference port number for each xamp instance
Instance #1 default port number is 80 change to 81.
Instance #2 default port number is 80 change to 82.

DONT forget to change ssl port in apache\conf\extra\httpd-ssl.conf.

Instance #1 default is port number 80 change to 81, ssl default is 443 change to 444

Instance #2 default is port number 80, change to 82, ssl default is 443 change to 445, etc

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文