Wrong website showing up in browser

Discussion in 'Installation/Configuration' started by CreeWarrior, Oct 6, 2016.

  1. CreeWarrior

    CreeWarrior Member

    Ubuntu 16.04
    ISPConfig 3.1
    Freshinstall - as per Prefect Server Guide for Ubuntu 16.04

    Code:
    ##### SERVER #####
    IP-address (as per hostname): ***.***.***.***
    IP-address(es) (as per ifconfig): ***.***.***.***
    [INFO] ISPConfig is installed.
    
    ##### ISPCONFIG #####
    ISPConfig version is 3.1
    
    
    ##### VERSION CHECK #####
    
    [INFO] php (cli) version is 7.0.8-0ubuntu***.***.***.***
    
    ##### PORT CHECK #####
    
    [WARN] Port 22 (SSH server) seems NOT to be listening
    
    ##### MAIL SERVER CHECK #####
    
    [WARN] I found no "submission" entry in your postfix master.cf
    [INFO] this is not critical, but if you want to offer port 587 for smtp connections you have to enable this.
    
    ##### RUNNING SERVER PROCESSES #####
    
    [INFO] I found the following web server(s):
            Apache 2 (PID 3973)
    [INFO] I found the following mail server(s):
            Postfix (PID 1874)
    [INFO] I found the following pop3 server(s):
            Dovecot (PID 1242)
    [INFO] I found the following imap server(s):
            Dovecot (PID 1242)
    [INFO] I found the following ftp server(s):
            PureFTP (PID 1764)
    
    ##### LISTENING PORTS #####
    (only           ()
    Local           (Address)
    [anywhere]:25           (1874/master)
    [localhost]:953         (1147/named)
    [anywhere]:6969         (1149/sshd)
    [anywhere]:993          (1242/dovecot)
    [anywhere]:995          (1242/dovecot)
    [localhost]:10023               (1409/postgrey.pid)
    [localhost]:10024               (1877/amavisd-new)
    [localhost]:10025               (1874/master)
    [localhost]:10026               (1877/amavisd-new)
    [localhost]:10027               (1874/master)
    [localhost]:11211               (1153/memcached)
    [anywhere]:110          (1242/dovecot)
    [anywhere]:143          (1242/dovecot)
    [anywhere]:465          (1874/master)
    [anywhere]:21           (1764/pure-ftpd)
    ***.***.***.***:53              (1147/named)
    [localhost]:53          (1147/named)
    *:*:*:*::*:25           (1874/master)
    *:*:*:*::*:953          (1147/named)
    *:*:*:*::*:6969         (1149/sshd)
    *:*:*:*::*:443          (3973/apache2)
    *:*:*:*::*:993          (1242/dovecot)
    *:*:*:*::*:995          (1242/dovecot)
    *:*:*:*::*:10023                (1409/postgrey.pid)
    *:*:*:*::*:10024                (1877/amavisd-new)
    *:*:*:*::*:10026                (1877/amavisd-new)
    *:*:*:*::*:3306         (1606/mysqld)
    [localhost]10           (1242/dovecot)
    [localhost]43           (1242/dovecot)
    *:*:*:*::*:8080         (3973/apache2)
    *:*:*:*::*:80           (3973/apache2)
    *:*:*:*::*:8081         (3973/apache2)
    *:*:*:*::*:465          (1874/master)
    *:*:*:*::*:21           (1764/pure-ftpd)
    *:*:*:*::*:53           (1147/named)
    
    
    
    
    ##### IPTABLES #####
    Chain INPUT (policy ACCEPT)
    target     prot opt source               destination
    f2b-dovecot-pop3imap  tcp  --  [anywhere]/0            [anywhere]/0            multiport dports 110,995,143,993
    f2b-pureftpd  tcp  --  [anywhere]/0            [anywhere]/0            multiport dports 21
    f2b-postfix-sasl  tcp  --  [anywhere]/0            [anywhere]/0            multiport dports 25
    f2b-sshd   tcp  --  [anywhere]/0            [anywhere]/0            multiport dports 22
    
    Chain FORWARD (policy ACCEPT)
    target     prot opt source               destination
    
    Chain OUTPUT (policy ACCEPT)
    target     prot opt source               destination
    
    Chain f2b-dovecot-pop3imap (1 references)
    target     prot opt source               destination
    RETURN     all  --  [anywhere]/0            [anywhere]/0
    
    Chain f2b-postfix-sasl (1 references)
    target     prot opt source               destination
    RETURN     all  --  [anywhere]/0            [anywhere]/0
    
    Chain f2b-pureftpd (1 references)
    target     prot opt source               destination
    RETURN     all  --  [anywhere]/0            [anywhere]/0
    
    Chain f2b-sshd (1 references)
    target     prot opt source               destination
    RETURN     all  --  [anywhere]/0            [anywhere]/0
    
    Created a client with website
    -ssl/letencrypt
    -rewrite to https
    -redirect to domain.tld > www.domain.tld
    Uploaded html files
    Everything work fine on this site.

    Created a second website for the client
    -all default setting

    browse to http://site2.tld and get https://www.site2.tld with contents of site1
    site2.tld has only the welcome page that ispconfig creates.
     
  2. CreeWarrior

    CreeWarrior Member

    Ok this is going to sound silly, i use chrome and i created the client site2.tld this morning before work and had all day to try and think about what could be going wrong, got home after work and decided to try site2.tld in edge and it worked perfectly just like it suppose to. Tried in firefox and works as well. went into chrome and cleared browsing data and voila its now working like it should.

    Admin please delete this thread

    ps - i would understand if admin left it up for a couple of days to teach me a lesson lol
     

Share This Page