ip bind to ispconfig

Discussion in 'Installation/Configuration' started by hosler, Mar 23, 2006.

  1. hosler

    hosler New Member

    How do I bind an ip to the ispconfig apache and take it away from my regular apache? Basicly I want to be able to use port 80 with ispconfig.
     
  2. SleeperZ

    SleeperZ New Member

    Heres what I did:

    <IfDefine SSL>
    Listen xxx.xxx.xxx.xxx:443
    </IfDefine>

    And:

    <VirtualHost xxx.xxx.xxx.xxx:443>

    In /root/ispconfig/httpd/conf/httpd.conf

    Then just point a hostname at that ip address and setup ISPconfig to work with that hostname and you have https://yourhostname without the silly :81
     

Share This Page