Access ispconfig from internet

Discussion in 'Installation/Configuration' started by oatis, Nov 14, 2019.

  1. oatis

    oatis New Member

    Hi!
    I use ISPconfig3, and I want to access it from internet. For example isp.mydomain.com or isp.mydomain.com:8080 or mydomain.com/isp
    I created a subdomain for my ispconfig, isp.mydomain.com and set apache directive on settings tab to
    DocumentRoot /usr/local/ispconfig/interface/web
    but I cannot reach the site. I get 403 error (forbidden)
    I set php to mod-php or fast-cgi, but I get same error.
    If I use :8080 port I get error: ERR_CONNECTION_REFUSED
    I tested it with http and https too.
    How can I solve this?
    Thanks!
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Remove the config that you added as your goal can not be achieved like this. Then edit the ispconfig.vhost file and set a ServerName in that file, change the port to 443 if you want and then restart apache.
     
  3. oatis

    oatis New Member

    Hi Till!
    Thank you for a quick response.
    Problem solved!
    Thank You!
     

Share This Page