Change URI of ISPConfig and put on port 80, still using https

Discussion in 'Installation/Configuration' started by DualFusion, Dec 11, 2007.

  1. DualFusion

    DualFusion New Member

  2. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  3. DualFusion

    DualFusion New Member

    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?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  5. DualFusion

    DualFusion New Member

    So I can listen to more than one IP using one ethernet? Cool.
     
  6. falko

    falko Super Moderator Howtoforge Staff

    Yes, that's right. :)
     
  7. DualFusion

    DualFusion New Member

    Sorry, but how would I do this? :p 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?
     
    Last edited: Dec 12, 2007
  8. falko

    falko Super Moderator Howtoforge Staff

    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
     
  9. DualFusion

    DualFusion New Member

    Yes, but I have to reserve the IP first in order to use it, or else my router may not allow it.
     
  10. falko

    falko Super Moderator Howtoforge Staff

    How do you mean that?
     

Share This Page