martinfst
11th January 2007, 21:17
Ubuntu 6.10, ISPConfig 2.2.9 mostly according to the Howto's.
I allocated a specific IP to ISPConfig and used the tricks to have ISPConfig running on port 80. That works nicely, including Squirrelmail and phpMyadmin. https on port 80 on a dedicated IP (172.16.3.79).:)
I added all IP's in the /etc/network/interface file:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 172.16.3.75
netmask 255.255.255.0
network 172.16.3.0
broadcast 172.16.3.255
gateway 172.16.3.254
auto eth0:0
iface eth0:0 inet static
address 172.16.3.76
netmask 255.255.255.0
network 172.16.3.0
broadcast 172.16.3.255
gateway 172.16.3.254
auto eth0:1
iface eth0:1 inet static
address 172.16.3.77
netmask 255.255.255.0
network 172.16.3.0
broadcast 172.16.3.255
gateway 172.16.3.254
auto eth0:2
iface eth0:2 inet static
address 172.16.3.78
netmask 255.255.255.0
network 172.16.3.0
broadcast 172.16.3.255
gateway 172.16.3.254
auto eth0:3
iface eth0:3 inet static
address 172.16.3.79
netmask 255.255.255.0
network 172.16.3.0
broadcast 172.16.3.255
gateway 172.16.3.254
and added the 75-78 addresses in the panel under Management->Server->Settings in the textbox IP list. I entered the 79 address IP address in the hostname block. This results in ISPConfig complaining the webserver is not running. Writing this down, I come to think I need to remove the 79 address and just use e.g. 75 and remove from the IP List.
Checking ...... Testing .......
Nope, but the error became clear. Running manually the check script gives:
~# /root/ispconfig/php/php /root/ispconfig/scripts/shell/check_services.php
Warning: fsockopen(): unable to connect to localhost:80 (Connection refused) in /root/ispconfig/scripts/shell/check_services.php on line 92
Warning: fsockopen(): unable to connect to localhost:80 (Connection refused) in /root/ispconfig/scripts/shell/check_services.php on line 92
Any suggestion?
I allocated a specific IP to ISPConfig and used the tricks to have ISPConfig running on port 80. That works nicely, including Squirrelmail and phpMyadmin. https on port 80 on a dedicated IP (172.16.3.79).:)
I added all IP's in the /etc/network/interface file:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 172.16.3.75
netmask 255.255.255.0
network 172.16.3.0
broadcast 172.16.3.255
gateway 172.16.3.254
auto eth0:0
iface eth0:0 inet static
address 172.16.3.76
netmask 255.255.255.0
network 172.16.3.0
broadcast 172.16.3.255
gateway 172.16.3.254
auto eth0:1
iface eth0:1 inet static
address 172.16.3.77
netmask 255.255.255.0
network 172.16.3.0
broadcast 172.16.3.255
gateway 172.16.3.254
auto eth0:2
iface eth0:2 inet static
address 172.16.3.78
netmask 255.255.255.0
network 172.16.3.0
broadcast 172.16.3.255
gateway 172.16.3.254
auto eth0:3
iface eth0:3 inet static
address 172.16.3.79
netmask 255.255.255.0
network 172.16.3.0
broadcast 172.16.3.255
gateway 172.16.3.254
and added the 75-78 addresses in the panel under Management->Server->Settings in the textbox IP list. I entered the 79 address IP address in the hostname block. This results in ISPConfig complaining the webserver is not running. Writing this down, I come to think I need to remove the 79 address and just use e.g. 75 and remove from the IP List.
Checking ...... Testing .......
Nope, but the error became clear. Running manually the check script gives:
~# /root/ispconfig/php/php /root/ispconfig/scripts/shell/check_services.php
Warning: fsockopen(): unable to connect to localhost:80 (Connection refused) in /root/ispconfig/scripts/shell/check_services.php on line 92
Warning: fsockopen(): unable to connect to localhost:80 (Connection refused) in /root/ispconfig/scripts/shell/check_services.php on line 92
Any suggestion?