website for configuring

Discussion in 'Installation/Configuration' started by guidovanh, Mar 22, 2006.

  1. guidovanh

    guidovanh Member

    For configuring ISPConfig I would like to have a website which has a name as:
    https://subdomain.domain.tld:81.
    So I entered the following information:
    Code:
    Please enter the host name (e.g. www): 
    Please enter the domain (e.g. xyz.de): subdomain.domain.tld
    Please select the protocol (http or https (SSL encryption)) to use to access the ISPConfig system:
    1) HTTPS
    2) HTTP
    Your Choice: 1
    
    (The first question don't have any answer, because I don't want to like https://www.subdomain.domain.tld:81.

    When I switch to my Linux machine, I can´t access the URL.
    What is going wrong?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please enter the host name (e.g. www): subdomain
    Please enter the domain (e.g. xyz.de):domain.tld
    Please select the protocol (http or https (SSL encryption)) to use to access the ISPConfig system:
    1) HTTPS
    2) HTTP
    Your Choice: 1
     
  3. guidovanh

    guidovanh Member

    In which way can I change this? Do I have to run setup again?
     
  4. falko

    falko Super Moderator Howtoforge Staff

    It should work the way you did it (but Till's solution is as it was meant...).

    Does subdomain.domain.tld point to your ISPConfig server? Can you post the real domain?
     
  5. guidovanh

    guidovanh Member

    Ok, my real domain is: https://websites.vanharten.net:81.
     
  6. falko

    falko Super Moderator Howtoforge Staff

    Is this your server's IP address? 213.233.236.232
     
  7. guidovanh

    guidovanh Member

    Yes, it is!
     
  8. falko

    falko Super Moderator Howtoforge Staff

    Then either ISPConfig isn't running, or a firewall blocks port 81, or your server is behind a router, and port 81 isn't forwarded from your router to your ISPConfig system.
     
  9. guidovanh

    guidovanh Member

    The problem is how I have to change the setting to:
    Code:
    Please enter the host name (e.g. www): subdomain
    Please enter the domain (e.g. xyz.de):domain.tld
    instead of
    Code:
    Please enter the host name (e.g. www): 
    Please enter the domain (e.g. xyz.de): subdomain.domain.tld
    I ran ./setup again, but the question to enter the host name does not appear anymore.

    How do I have to change it?
     
  10. falko

    falko Super Moderator Howtoforge Staff

    You don't have to change it because the result is absolutely the same.

    Please post the output of
    Code:
    netstat -tap
    and
    Code:
    iptables -L
     
  11. guidovanh

    guidovanh Member

    Because I don't have any access to https://websites.vanharten.net:81, I do not know how to access it.
    Here you'll find the output you asked:

    Code:
    linux:/tmp/install_ispconfig # netstat -tap
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
    tcp        0      0 *:mysql                 *:*                     LISTEN      8660/mysqld
    tcp        0      0 *:netbios-ssn           *:*                     LISTEN      4701/smbd
    tcp        0      0 *:sunrpc                *:*                     LISTEN      4185/portmap
    tcp        0      0 *:hosts2-ns             *:*                     LISTEN      4960/ispconfig_http
    tcp        0      0 localhost:rmc           *:*                     LISTEN      4721/fam
    tcp        0      0 *:ftp                   *:*                     LISTEN      5208/proftpd: (acce
    tcp        0      0 192.168.2.100:domain    *:*                     LISTEN      5191/named
    tcp        0      0 localhost:domain        *:*                     LISTEN      5191/named
    tcp        0      0 *:ipp                   *:*                     LISTEN      4546/cupsd
    tcp        0      0 localhost:953           *:*                     LISTEN      5191/named
    tcp        0      0 *:smtp                  *:*                     LISTEN      5111/master
    tcp        0      0 *:microsoft-ds          *:*                     LISTEN      4701/smbd
    tcp        0      0 192.168.2.100:gtegsc-lm 66.249.93.104:www-http  ESTABLISHED 6151/firefox-bin
    tcp        0      0 192.168.2.100:4161      www.novell.com:www-http ESTABLISHED 6151/firefox-bin
    tcp        0      0 192.168.2.100:aap       a217-77-138-13:www-http ESTABLISHED 6151/firefox-bin
    tcp        0      0 192.168.2.1:netbios-ssn 192.168.2.5:imtc-mcs    ESTABLISHED 7219/smbd
    tcp        0      0 *:pop3                  *:*                     LISTEN      4337/couriertcpd
    tcp        0      0 *:imap                  *:*                     LISTEN      4344/couriertcpd
    tcp        0      0 *:www-http              *:*                     LISTEN      5028/httpd2-prefork
    tcp        0      0 *:domain                *:*                     LISTEN      5191/named
    tcp        0      0 *:ssh                   *:*                     LISTEN      4416/sshd
    tcp        0      0 localhost:953           *:*                     LISTEN      5191/named
    tcp        0      0 *:smtp                  *:*                     LISTEN      5111/master
    tcp        0      0 *:https                 *:*                     LISTEN      5028/httpd2-prefork
    linux:/tmp/install_ispconfig # iptables -L
    Chain INPUT (policy ACCEPT)
    target     prot opt source               destination
    
    Chain FORWARD (policy ACCEPT)
    target     prot opt source               destination
    
    Chain OUTPUT (policy ACCEPT)
    target     prot opt source               destination
    linux:/tmp/install_ispconfig #
    Note: At this moment the linux server is not always online, sometimes you will be forwarded to my old Wind**s-server.
     
    Last edited: Mar 23, 2006
  12. edge

    edge Active Member Moderator

    Working for me.. I see your ISPconfig login page!
     
  13. guidovanh

    guidovanh Member

    I don't know why I couldn't see my login page an hour ago. Now I see my login page too.
    Thanks for helping.
     

Share This Page