PDA

View Full Version : Running ISPConfig admin on a different IP


hairydog2
28th November 2005, 00:38
Becasue I want to use the standard port for SSL instead of port 81, I've set up a second IP address.

What I have tried to do is to get apache to run on one address with

Listen 123.123.123.4:443

and apache2 to un on the other address with

Listen 123.123.123.5:80

But when I do this I get apache or apache2 refusing to start because the port is not available.

The apache2 config points at a conf file that has no mention of ports or IPs (until I add Listen 123.123.123.5:80) but it links to the ISPConfig-maintained one with all the virtual hosts in it, and they all have IP and ports mentioned for each virtual host.

This is a Delian Sarge setup, configured by following the excellent Perfect Setup guide, so it ought to be pretty standard.

I've been struggingh with this for over a week and still can't get it working. Help!

falko
28th November 2005, 01:43
Becasue I want to use the standard port for SSL instead of port 81, I've set up a second IP address.

What I have tried to do is to get apache to run on one address with

Listen 123.123.123.4:443

and apache2 to un on the other address with

Listen 123.123.123.5:80

But when I do this I get apache or apache2 refusing to start because the port is not available.

You should also have Listen 123.123.123.5:443 in your Apache2 configuration.

hairydog2
28th November 2005, 11:23
Thanks. I'll give that a try