I now have a second IP assigned, and I have added it in /etc/network/interfaces by adding a section that says:
auto eth0:1
iface eth0:1 inet static
address 80.bb.cc.ddd
netmask 255.255.255.255
pointopoint 80.bb.cc.1
gateway 80.bb.cc.1
(Originally, I used auto eth0 and that seemed to give an error.) After a network restart, I seem to be able to ping the new IP.
Quote:
|
Originally Posted by till
change the file /root/ispconfig/httpd/conf/httpd.conf and the Server URL in the ispconfig configuration in /home/admispconfig/ispconfig/lib/config.inc.php
|
I did that, but after I'd restarted the Apache server using 'apachectl restart' it only gave a blank window when I tried to go to the control panel.
Can you give specific details about what needs to be changed in these files?
Quote:
|
Originally Posted by till
When you switch the controlpanel httpd to port 80, you must have an IP only for the controlpanel httpd and configure the admin server to only to listen to that IP. And your main apache server must be configured to listen on all IP's except the IP from the controlpanel httpd.
|
Is it necessary to have it listen to multiple IPs if the server only has one IP? I can't work out where to control which IP the apache2 server is listening on. There seem to be so many configuration files for it! Even if I found where, I know how to make it listen on all (*) or on specific IPs, but how do I exclude one IP?
Recent comments
1 day 15 hours ago
1 day 18 hours ago
2 days 6 hours ago
2 days 8 hours ago
2 days 13 hours ago
2 days 19 hours ago
3 days 4 hours ago
3 days 6 hours ago
3 days 14 hours ago
3 days 16 hours ago