Hello I wanted to know if it was possible to change the location of ISPConfig via URI only. For example, lets say its currently on https://example.com:81/, is it possible for me to view it on https://cp.synarchydesign.com/? I basically want to change the port from 81 to 80, retaining the https (secure) and changing it to a sub-domain, kinda. I was following this HowTo: http://howtoforge.com/apache_reverse_proxy_ispconfig but it didnt have everything i needed Thanks!
The howto you posted above is the best solution for your problem. Another solution will be to reconfigure the ISPConfig apache webserver, but this requires a dedicated IP for the controlpanle only.
the tutorial above only shows me how to change the port from 81 to 80, but it requires me to keep the same site name (www.synarchydesign.com) and obligates me to change the protocol to unsecure http. How is it possible to do what you said about a dedicated IP for the cp?
You will have to configure the ispconfig apache (/root/ispconfig/httpd/conf/httpd.conf) to listen on one IP only (with the listen directive, please see apache documenation for more details) and then configure your main apache webserver to listen on the other IP addresses.
Sorry, but how would I do this? Thank you! Currently, the server is listening to 192.168.1.4. On my router, I reserve the IP's for certain computers using the MAC address, how would I find the MAC address of the source of this second IP?
Change the Listen directive in both configurations, e.g. Code: Listen 1.2.3.4:80 Code: Listen 1.2.3.5:81 The MAC address is included in the output of Code: ifconfig