Hello all! I have been trying to read up on having separate IPs for the ISPConfig Admin portal and the User Webs but have not found any examples on how to set it. I have tried adding the "Listen" directives in the 2 http.conf files and modify the Admin port from 81 to 81/443. But NO GO! Does anyone have a detailed explanation on how to do this? And has anyone succeeded in this task! Thanks for your help and your patience. Mike
I have 2 IPs on my server. I would like to have 1 set for the ISPConfig Admin Portal and use Port 80/443 I would like to have 1 set for the User Webs and also use Port 80/443 I hope this explains a bit more. Thanks for your reply. Mike
Use the Listen directive in ISPConfig's Apache configuration and in your main Apache configuration, e.g. Code: Listen 1.2.3.4:80 for ISPConfig and Code: Listen 1.2.3.5:80 for your main Apache. Restart ISPConfig and your main Apache afterwards. Also change the port number in /home/admispconfig/ispconfig/lib/config.inc.php.