Bitnami redmine更改端口号

我们已经在我们的Windows服务器上安装了Bitnami redmine ,它在80端口工作正常。

现在我们已经在80端口安装了一些其他的服务器,我们想改变Redmine的端口号为90.我一直在寻找这几天,但我找不到解决scheme。

我们应该在Bitnami或Redmine中configuration它以使应用程序在不同的端口上侦听?

打开Apache2 / conf / httpd.conf更改Listen 80为Listen 90

# # Listen: Allows you to bind Apache to specific IP addresses and/or # ports, instead of the default. See also the <VirtualHost> # directive. # # Change this to Listen on specific IP addresses as shown below to # prevent Apache from glomming onto all bound IP addresses. # #Listen 12.34.56.78:80 #Listen 80 --remarked out this line Listen 90 --added this line