ispconfig on port 443 (standard secure port)

Discussion in 'Installation/Configuration' started by gjcomputer, Jul 22, 2006.

  1. gjcomputer

    gjcomputer ISPConfig Developer ISPConfig Developer

    instead of port 81 (my work blocks) i want to run the ispconfig apache on port 443. i know i wont be able to host other secure sites but all my hosted sites are for friends and family, i have searched the forums, and changed what i could from port 81, to port 443. now i can not access ispconfig control panel at all. i want to be able to type this (https://mysite.com) and have the control panel come up. any and all help is much appreciated!! :)
     
  2. gjcomputer

    gjcomputer ISPConfig Developer ISPConfig Developer

    also i hope webmail would run on port 443 as well (with ispconfig)
     
  3. gjcomputer

    gjcomputer ISPConfig Developer ISPConfig Developer

    and i only have 1 IP address, but i will NEVER use ssl for any other site
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    If you dont want to sue port 443 for your websites, you can remove the "Listen 443" directive in your main apache configuration, the restart apache and make sure that it does not listen on port 443 anymore (e.g. with netstat -tap).

    Then configure the ISPConfig httpd to listen on port 443 instaed of port 81.
     
  5. androme

    androme New Member

    have you planed to set the http or https and port directly in the isp config interface in future ?
     
  6. gjcomputer

    gjcomputer ISPConfig Developer ISPConfig Developer

    ok i changed the main appache to only listen to port 80, restarting now, i also changed the ispconfig apache to listen on 443, lets see if it works



    works great, thanks guys
     
    Last edited: Jul 22, 2006
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    No, because this would mean that you either can not use https or http for your websites anymore or you need at least two IP addresses.
     
  8. linuxhelp

    linuxhelp New Member

    443 Https

    Hi ALL,

    i have setup a new system an set apache only to listen on 80

    and isp to 443 in /root/ispconf... but the ispsite isn't reachable

    Thanks for help

    I want to setup only one site 80 and webmail 443

    Tom
     
  9. falko

    falko Super Moderator ISPConfig Developer

    What exactly did you change? What's the output of
    Code:
    netstat -tap
    ? Did you restart Apache and ISPConfig?
     

Share This Page