Shared IP message

Discussion in 'Installation/Configuration' started by stirfry, Oct 11, 2008.

  1. stirfry

    stirfry New Member

    Hi all,
    I've got several virtual sites running without a problem. I recently created another, and set it up like the others, but I get the "Shared IP" page on this one. I checked Vhosts_ispconfig.conf and the new one looks the same as my other, working sites.

    I am not running my own DNS server, but use my ISP's. I set up the DNS records just like the others, so I'm not sure how to start troubleshooting this. The problematic site is plurlpiano.com.

    Any help is greatly appreciated!
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The IP of the site in ISPConfig does not match the IP of the domain. Thats always the case when you get this message.
     
  3. stirfry

    stirfry New Member

    Hi Till,
    Thanks for your response. However, I double-checked the IP address in both the DNS A record and the IP address used in ISPConfig and they are identical (both are 209.40.194.6). I am hosting several other sites that are set up the same way and they are working. There is no other possible scenario for this message to occur? Is there any way to trouble shoot this?

    This proves that my DNS record is correct:

    Code:
     [I]dig plurlpiano.com [/I]
    
    ; <<>> DiG 9.3.2 <<>> plurlpiano.com
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 62443
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;plurlpiano.com.                        IN      A
    
    ;; ANSWER SECTION:
    plurlpiano.com.         14399   IN      A       209.40.194.6
    
    ;; Query time: 98 msec
    ;; SERVER: 128.6.198.68#53(128.6.198.68)
    ;; WHEN: Thu Oct 16 10:25:13 2008
    ;; MSG SIZE  rcvd: 48
    
    
    Looking at Vhosts_ispconfig.conf shows that this domain is set up like my other shared domains:

    Code:
    <VirtualHost 209.40.194.6:80>
    ServerName www.plurlpiano.com:80
    ServerAdmin [email protected]
    DocumentRoot /var/www/web20/web
    ServerAlias plurlpiano.com 
    ... etc. ...
    Scratching my head :confused:
     
  4. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    ifconfig
    ?
     
  5. stirfry

    stirfry New Member

    Output of ifconfig is:

    Code:
    lo        Link encap:Local Loopback  
              inet addr:127.0.0.1  Mask:255.0.0.0
              inet6 addr: ::1/128 Scope:Host
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:52857 errors:0 dropped:0 overruns:0 frame:0
              TX packets:52857 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0 
              RX bytes:9520580 (9.0 MiB)  TX bytes:9520580 (9.0 MiB)
    
    venet0    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
              inet addr:127.0.0.1  P-t-P:127.0.0.1  Bcast:0.0.0.0  Mask:255.255.255.255
              UP BROADCAST POINTOPOINT RUNNING NOARP  MTU:1500  Metric:1
              RX packets:49982876 errors:0 dropped:0 overruns:0 frame:0
              TX packets:68289126 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0 
              RX bytes:3911184675 (3.6 GiB)  TX bytes:70553957701 (65.7 GiB)
    
    venet0:0  Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
              inet addr:209.40.196.6  P-t-P:209.40.196.6  Bcast:0.0.0.0  Mask:255.255.255.255
              UP BROADCAST POINTOPOINT RUNNING NOARP  MTU:1500  Metric:1
    
    venet0:1  Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
              inet addr:209.40.194.6  P-t-P:209.40.194.6  Bcast:0.0.0.0  Mask:255.255.255.255
              UP BROADCAST POINTOPOINT RUNNING NOARP  MTU:1500  Metric:1
    
    venet0:2  Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
              inet addr:209.40.195.6  P-t-P:209.40.195.6  Bcast:0.0.0.0  Mask:255.255.255.255
              UP BROADCAST POINTOPOINT RUNNING NOARP  MTU:1500  Metric:1
    
     
  6. falko

    falko Super Moderator Howtoforge Staff

    Can you post the full Vhosts_ispconfig.conf?
     
  7. blocker

    blocker Member

    me too

    I have the same problem :eek:

    triple checked the settings and Vhosts_ispconfig.conf, domain is hostend on external dns server, and there everything seems to be normal,

    it always goes to shared IP :eek:
     
  8. blocker

    blocker Member

    this issue has been solved
    it was my fault
    in my case i have 2 ip's, which are VERY same looking, its was the wrong ip selected!
     
  9. stirfry

    stirfry New Member

    Falko, sorry for the delay. Here's my complete Vhosts_ispconfig.conf:

    Code:
    ###################################
    #
    # ISPConfig vHost Configuration File
    #         Version 1.0
    #
    ###################################
    #
    NameVirtualHost 209.40.194.6:80
    <VirtualHost 209.40.194.6:80>
      ServerName localhost
      ServerAdmin root@localhost
      DocumentRoot /var/www/sharedip
    </VirtualHost>
    NameVirtualHost 209.40.195.6:80
    <VirtualHost 209.40.195.6:80>
      ServerName localhost
      ServerAdmin root@localhost
      DocumentRoot /var/www/sharedip
    </VirtualHost>
    NameVirtualHost 209.40.196.6:80
    <VirtualHost 209.40.196.6:80>
      ServerName localhost
      ServerAdmin root@localhost
      DocumentRoot /var/www/sharedip
    </VirtualHost>
    #
    #
    ######################################
    # Vhost: www.aylingreen.com:80
    ######################################
    #
    #
    <VirtualHost 209.40.194.6:80>
    ServerName www.aylingreen.com:80
    ServerAdmin [email protected]
    DocumentRoot /var/www/web6/web
    ServerAlias aylingreen.com work.aylingreen.com
    DirectoryIndex index.html index.htm index.php index.php5 index.php4 index.php3 index.shtml index.cgi index.pl index.jsp Default.htm default.htm
    ScriptAlias  /cgi-bin/ /var/www/web6/cgi-bin/
    AddHandler cgi-script .cgi
    AddHandler cgi-script .pl
    ErrorLog /var/www/web6/log/error.log
    AddType application/x-httpd-php .php .php3 .php4 .php5
    php_admin_flag safe_mode On
    php_admin_value open_basedir /var/www/web6/
    php_admin_value file_uploads 1
    php_admin_value upload_tmp_dir /var/www/web6/phptmp/
    php_admin_value session.save_path /var/www/web6/phptmp/
    Alias /error/ "/var/www/web6/web/error/"
    ErrorDocument 400 /error/invalidSyntax.html
    ErrorDocument 401 /error/authorizationRequired.html
    ErrorDocument 403 /error/forbidden.html
    ErrorDocument 404 /error/fileNotFound.html
    ErrorDocument 405 /error/methodNotAllowed.html
    ErrorDocument 500 /error/internalServerError.html
    ErrorDocument 503 /error/overloaded.html
    AliasMatch ^/~([^/]+)(/(.*))? /var/www/web6/user/$1/web/$3
    AliasMatch ^/users/([^/]+)(/(.*))? /var/www/web6/user/$1/web/$3
    </VirtualHost>
    #
    #
    #
    ######################################
    # Vhost: www.modelhaus.com:80
    ######################################
    #
    #
    <VirtualHost 209.40.196.6:80>
    ServerName www.modelhaus.com:80
    ServerAdmin [email protected]
    DocumentRoot /var/www/web11/web
    ServerAlias modelhaus.com
    DirectoryIndex index.html index.htm index.php index.php5 index.php4 index.php3 index.shtml index.cgi index.pl index.jsp Default.htm default.htm
    ScriptAlias  /cgi-bin/ /var/www/web11/cgi-bin/
    AddHandler cgi-script .cgi
    AddHandler cgi-script .pl
    ErrorLog /var/www/web11/log/error.log
    AddType application/x-httpd-php .php .php3 .php4 .php5
    php_admin_flag safe_mode On
    php_admin_value open_basedir /var/www/web11/
    php_admin_value file_uploads 1
    php_admin_value upload_tmp_dir /var/www/web11/phptmp/
    php_admin_value session.save_path /var/www/web11/phptmp/
    AddType text/html .shtml
    AddOutputFilter INCLUDES .shtml
    Alias /error/ "/var/www/web11/web/error/"
    ErrorDocument 400 /error/invalidSyntax.html
    ErrorDocument 401 /error/authorizationRequired.html
    ErrorDocument 403 /error/forbidden.html
    ErrorDocument 404 /error/fileNotFound.html
    ErrorDocument 405 /error/methodNotAllowed.html
    ErrorDocument 500 /error/internalServerError.html
    ErrorDocument 503 /error/overloaded.html
    AliasMatch ^/~([^/]+)(/(.*))? /var/www/web11/user/$1/web/$3
    AliasMatch ^/users/([^/]+)(/(.*))? /var/www/web11/user/$1/web/$3
    </VirtualHost>
    #
    <IfModule mod_ssl.c>
    <VirtualHost 209.40.196.6:443>
    ServerName www.modelhaus.com:443
    ServerAdmin [email protected]
    DocumentRoot /var/www/web11/web
    ServerAlias modelhaus.com
    DirectoryIndex index.html index.htm index.php index.php5 index.php4 index.php3 index.shtml index.cgi index.pl index.jsp Default.htm default.htm
    ScriptAlias  /cgi-bin/ /var/www/web11/cgi-bin/
    AddHandler cgi-script .cgi
    AddHandler cgi-script .pl
    ErrorLog /var/www/web11/log/error.log
    AddType application/x-httpd-php .php .php3 .php4 .php5
    php_admin_flag safe_mode On
    php_admin_value open_basedir /var/www/web11/
    php_admin_value file_uploads 1
    php_admin_value upload_tmp_dir /var/www/web11/phptmp/
    php_admin_value session.save_path /var/www/web11/phptmp/
    AddType text/html .shtml
    AddOutputFilter INCLUDES .shtml
    SSLEngine on
    SSLProtocol all -SSLv2
    SSLCipherSuite ALL:!ADH:!NULL:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:-LOW:+SSLv3:+TLSv1:-SSLv2:+EXP:+eNULL
    SSLCertificateFile /var/www/web11/ssl/www.modelhaus.com.crt
    SSLCertificateKeyFile /var/www/web11/ssl/www.modelhaus.com.key
    Alias /error/ "/var/www/web11/web/error/"
    ErrorDocument 400 /error/invalidSyntax.html
    ErrorDocument 401 /error/authorizationRequired.html
    ErrorDocument 403 /error/forbidden.html
    ErrorDocument 404 /error/fileNotFound.html
    ErrorDocument 405 /error/methodNotAllowed.html
    ErrorDocument 500 /error/internalServerError.html
    ErrorDocument 503 /error/overloaded.html
    AliasMatch ^/~([^/]+)(/(.*))? /var/www/web11/user/$1/web/$3
    AliasMatch ^/users/([^/]+)(/(.*))? /var/www/web11/user/$1/web/$3
    SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0
    </VirtualHost>
    </IfModule>
    #
    #
    ######################################
    # Vhost: www.sdellis.com:80
    ######################################
    #
    #
    <VirtualHost 209.40.195.6:80>
    ServerName www.sdellis.com:80
    ServerAdmin [email protected]
    DocumentRoot /var/www/web10/web
    ServerAlias sdellis.com
    DirectoryIndex index.html index.htm index.php index.php5 index.php4 index.php3 index.shtml index.cgi index.pl index.jsp Default.htm default.htm
    ScriptAlias  /cgi-bin/ /var/www/web10/cgi-bin/
    AddHandler cgi-script .cgi
    AddHandler cgi-script .pl
    ErrorLog /var/www/web10/log/error.log
    AddType application/x-httpd-php .php .php3 .php4 .php5
    php_admin_flag safe_mode On
    php_admin_value open_basedir /var/www/web10/
    php_admin_value file_uploads 1
    php_admin_value upload_tmp_dir /var/www/web10/phptmp/
    php_admin_value session.save_path /var/www/web10/phptmp/
    AddType text/html .shtml
    AddOutputFilter INCLUDES .shtml
    Alias /error/ "/var/www/web10/web/error/"
    ErrorDocument 400 /error/invalidSyntax.html
    ErrorDocument 401 /error/authorizationRequired.html
    ErrorDocument 403 /error/forbidden.html
    ErrorDocument 404 /error/fileNotFound.html
    ErrorDocument 405 /error/methodNotAllowed.html
    ErrorDocument 500 /error/internalServerError.html
    ErrorDocument 503 /error/overloaded.html
    AliasMatch ^/~([^/]+)(/(.*))? /var/www/web10/user/$1/web/$3
    AliasMatch ^/users/([^/]+)(/(.*))? /var/www/web10/user/$1/web/$3
    </VirtualHost>
    #
    <IfModule mod_ssl.c>
    <VirtualHost 209.40.195.6:443>
    ServerName www.sdellis.com:443
    ServerAdmin [email protected]
    DocumentRoot /var/www/web10/web
    ServerAlias sdellis.com
    DirectoryIndex index.html index.htm index.php index.php5 index.php4 index.php3 index.shtml index.cgi index.pl index.jsp Default.htm default.htm
    ScriptAlias  /cgi-bin/ /var/www/web10/cgi-bin/
    AddHandler cgi-script .cgi
    AddHandler cgi-script .pl
    ErrorLog /var/www/web10/log/error.log
    AddType application/x-httpd-php .php .php3 .php4 .php5
    php_admin_flag safe_mode On
    php_admin_value open_basedir /var/www/web10/
    php_admin_value file_uploads 1
    php_admin_value upload_tmp_dir /var/www/web10/phptmp/
    php_admin_value session.save_path /var/www/web10/phptmp/
    AddType text/html .shtml
    AddOutputFilter INCLUDES .shtml
    SSLEngine on
    SSLProtocol all -SSLv2
    SSLCipherSuite ALL:!ADH:!NULL:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:-LOW:+SSLv3:+TLSv1:-SSLv2:+EXP:+eNULL
    SSLCertificateFile /var/www/web10/ssl/www.sdellis.com.crt
    SSLCertificateKeyFile /var/www/web10/ssl/www.sdellis.com.key
    Alias /error/ "/var/www/web10/web/error/"
    ErrorDocument 400 /error/invalidSyntax.html
    ErrorDocument 401 /error/authorizationRequired.html
    ErrorDocument 403 /error/forbidden.html
    ErrorDocument 404 /error/fileNotFound.html
    ErrorDocument 405 /error/methodNotAllowed.html
    ErrorDocument 500 /error/internalServerError.html
    ErrorDocument 503 /error/overloaded.html
    AliasMatch ^/~([^/]+)(/(.*))? /var/www/web10/user/$1/web/$3
    AliasMatch ^/users/([^/]+)(/(.*))? /var/www/web10/user/$1/web/$3
    SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0
    </VirtualHost>
    </IfModule>
    #
    #
    ######################################
    # Vhost: www.peacepraxis.com:80
    ######################################
    #
    #
    <VirtualHost 209.40.194.6:80>
    ServerName www.peacepraxis.com:80
    ServerAdmin [email protected]
    DocumentRoot /var/www/web12/web
    ServerAlias peacepraxis.com
    DirectoryIndex index.html index.htm index.php index.php5 index.php4 index.php3 index.shtml index.cgi index.pl index.jsp Default.htm default.htm
    ErrorLog /var/www/web12/log/error.log
    AddType application/x-httpd-php .php .php3 .php4 .php5
    php_admin_flag safe_mode On
    php_admin_value open_basedir /var/www/web12/
    php_admin_value file_uploads 1
    php_admin_value upload_tmp_dir /var/www/web12/phptmp/
    php_admin_value session.save_path /var/www/web12/phptmp/
    AddType text/html .shtml
    AddOutputFilter INCLUDES .shtml
    Alias /error/ "/var/www/web12/web/error/"
    ErrorDocument 400 /error/invalidSyntax.html
    ErrorDocument 401 /error/authorizationRequired.html
    ErrorDocument 403 /error/forbidden.html
    ErrorDocument 404 /error/fileNotFound.html
    ErrorDocument 405 /error/methodNotAllowed.html
    ErrorDocument 500 /error/internalServerError.html
    ErrorDocument 503 /error/overloaded.html
    AliasMatch ^/~([^/]+)(/(.*))? /var/www/web12/user/$1/web/$3
    AliasMatch ^/users/([^/]+)(/(.*))? /var/www/web12/user/$1/web/$3
    </VirtualHost>
    #
    #
    #
    ######################################
    # Vhost: www.georgeellis.com:80
    ######################################
    #
    #
    <VirtualHost 209.40.194.6:80>
    ServerName www.georgeellis.com:80
    ServerAdmin [email protected]
    DocumentRoot /var/www/web13/web
    ServerAlias georgeellis.com
    DirectoryIndex index.html index.htm index.php index.php5 index.php4 index.php3 index.shtml index.cgi index.pl index.jsp Default.htm default.htm
    ScriptAlias  /cgi-bin/ /var/www/web13/cgi-bin/
    AddHandler cgi-script .cgi
    AddHandler cgi-script .pl
    ErrorLog /var/www/web13/log/error.log
    AddType application/x-httpd-php .php .php3 .php4 .php5
    php_admin_flag safe_mode On
    php_admin_value open_basedir /var/www/web13/
    php_admin_value file_uploads 1
    php_admin_value upload_tmp_dir /var/www/web13/phptmp/
    php_admin_value session.save_path /var/www/web13/phptmp/
    AddType text/html .shtml
    AddOutputFilter INCLUDES .shtml
    Alias /error/ "/var/www/web13/web/error/"
    ErrorDocument 400 /error/invalidSyntax.html
    ErrorDocument 401 /error/authorizationRequired.html
    ErrorDocument 403 /error/forbidden.html
    ErrorDocument 404 /error/fileNotFound.html
    ErrorDocument 405 /error/methodNotAllowed.html
    ErrorDocument 500 /error/internalServerError.html
    ErrorDocument 503 /error/overloaded.html
    AliasMatch ^/~([^/]+)(/(.*))? /var/www/web13/user/$1/web/$3
    AliasMatch ^/users/([^/]+)(/(.*))? /var/www/web13/user/$1/web/$3
    </VirtualHost>
    #
    #
    #
    ######################################
    # Vhost: www.klvidal.com:80
    ######################################
    #
    #
    <VirtualHost 209.40.194.6:80>
    ServerName www.klvidal.com:80
    ServerAdmin [email protected]
    DocumentRoot /var/www/web14/web
    ServerAlias klvidal.com
    DirectoryIndex index.html index.htm index.php index.php5 index.php4 index.php3 index.shtml index.cgi index.pl index.jsp Default.htm default.htm
    ScriptAlias  /cgi-bin/ /var/www/web14/cgi-bin/
    AddHandler cgi-script .cgi
    AddHandler cgi-script .pl
    ErrorLog /var/www/web14/log/error.log
    AddType application/x-httpd-php .php .php3 .php4 .php5
    php_admin_flag safe_mode On
    php_admin_value open_basedir /var/www/web14/
    php_admin_value file_uploads 1
    php_admin_value upload_tmp_dir /var/www/web14/phptmp/
    php_admin_value session.save_path /var/www/web14/phptmp/
    AddType text/html .shtml
    AddOutputFilter INCLUDES .shtml
    Alias /error/ "/var/www/web14/web/error/"
    ErrorDocument 400 /error/invalidSyntax.html
    ErrorDocument 401 /error/authorizationRequired.html
    ErrorDocument 403 /error/forbidden.html
    ErrorDocument 404 /error/fileNotFound.html
    ErrorDocument 405 /error/methodNotAllowed.html
    ErrorDocument 500 /error/internalServerError.html
    ErrorDocument 503 /error/overloaded.html
    AliasMatch ^/~([^/]+)(/(.*))? /var/www/web14/user/$1/web/$3
    AliasMatch ^/users/([^/]+)(/(.*))? /var/www/web14/user/$1/web/$3
    </VirtualHost>
    #
    #
    #
    ######################################
    # Vhost: www.highhearts.com:80
    ######################################
    #
    #
    <VirtualHost 209.40.194.6:80>
    ServerName www.highhearts.com:80
    ServerAdmin [email protected]
    DocumentRoot /var/www/web15/web
    ServerAlias highhearts.com
    DirectoryIndex index.html index.htm index.php index.php5 index.php4 index.php3 index.shtml index.cgi index.pl index.jsp Default.htm default.htm
    ErrorLog /var/www/web15/log/error.log
    AddType application/x-httpd-php .php .php3 .php4 .php5
    php_admin_flag safe_mode On
    php_admin_value open_basedir /var/www/web15/
    php_admin_value file_uploads 1
    php_admin_value upload_tmp_dir /var/www/web15/phptmp/
    php_admin_value session.save_path /var/www/web15/phptmp/
    AddType text/html .shtml
    AddOutputFilter INCLUDES .shtml
    Alias /error/ "/var/www/web15/web/error/"
    ErrorDocument 400 /error/invalidSyntax.html
    ErrorDocument 401 /error/authorizationRequired.html
    ErrorDocument 403 /error/forbidden.html
    ErrorDocument 404 /error/fileNotFound.html
    ErrorDocument 405 /error/methodNotAllowed.html
    ErrorDocument 500 /error/internalServerError.html
    ErrorDocument 503 /error/overloaded.html
    AliasMatch ^/~([^/]+)(/(.*))? /var/www/web15/user/$1/web/$3
    AliasMatch ^/users/([^/]+)(/(.*))? /var/www/web15/user/$1/web/$3
    </VirtualHost>
    #
    #
    #
    ######################################
    # Vhost: www.patconwell.com:80
    ######################################
    #
    #
    <VirtualHost 209.40.194.6:80>
    ServerName www.patconwell.com:80
    ServerAdmin [email protected]
    DocumentRoot /var/www/web16/web
    ServerAlias patconwell.com
    DirectoryIndex index.html index.htm index.php index.php5 index.php4 index.php3 index.shtml index.cgi index.pl index.jsp Default.htm default.htm
    ErrorLog /var/www/web16/log/error.log
    AddType application/x-httpd-php .php .php3 .php4 .php5
    php_admin_flag safe_mode On
    php_admin_value open_basedir /var/www/web16/
    php_admin_value file_uploads 1
    php_admin_value upload_tmp_dir /var/www/web16/phptmp/
    php_admin_value session.save_path /var/www/web16/phptmp/
    AddType text/html .shtml
    AddOutputFilter INCLUDES .shtml
    Alias /error/ "/var/www/web16/web/error/"
    ErrorDocument 400 /error/invalidSyntax.html
    ErrorDocument 401 /error/authorizationRequired.html
    ErrorDocument 403 /error/forbidden.html
    ErrorDocument 404 /error/fileNotFound.html
    ErrorDocument 405 /error/methodNotAllowed.html
    ErrorDocument 500 /error/internalServerError.html
    ErrorDocument 503 /error/overloaded.html
    AliasMatch ^/~([^/]+)(/(.*))? /var/www/web16/user/$1/web/$3
    AliasMatch ^/users/([^/]+)(/(.*))? /var/www/web16/user/$1/web/$3
    </VirtualHost>
    #
    #
    #
    ######################################
    # Vhost: www.lambertvillepeace.org:80
    ######################################
    #
    #
    <VirtualHost 209.40.194.6:80>
    ServerName www.lambertvillepeace.org:80
    ServerAdmin [email protected]
    DocumentRoot /var/www/web17/web
    ServerAlias lambertvillepeace.org
    DirectoryIndex index.html index.htm index.php index.php5 index.php4 index.php3 index.shtml index.cgi index.pl index.jsp Default.htm default.htm
    ErrorLog /var/www/web17/log/error.log
    AddType application/x-httpd-php .php .php3 .php4 .php5
    php_admin_flag safe_mode Off
    Alias /error/ "/var/www/web17/web/error/"
    ErrorDocument 400 /error/invalidSyntax.html
    ErrorDocument 401 /error/authorizationRequired.html
    ErrorDocument 403 /error/forbidden.html
    ErrorDocument 404 /error/fileNotFound.html
    ErrorDocument 405 /error/methodNotAllowed.html
    ErrorDocument 500 /error/internalServerError.html
    ErrorDocument 503 /error/overloaded.html
    AliasMatch ^/~([^/]+)(/(.*))? /var/www/web17/user/$1/web/$3
    AliasMatch ^/users/([^/]+)(/(.*))? /var/www/web17/user/$1/web/$3
    </VirtualHost>
    #
    #
    #
    ######################################
    # Vhost: www.shacktracks.com:80
    ######################################
    #
    #
    <VirtualHost 209.40.194.6:80>
    ServerName www.shacktracks.com:80
    ServerAdmin [email protected]
    DocumentRoot /var/www/web18/web
    ServerAlias shacktracks.com
    DirectoryIndex index.html index.htm index.php index.php5 index.php4 index.php3 index.shtml index.cgi index.pl index.jsp Default.htm default.htm
    ErrorLog /var/www/web18/log/error.log
    AddType application/x-httpd-php .php .php3 .php4 .php5
    php_admin_flag safe_mode On
    php_admin_value open_basedir /var/www/web18/
    php_admin_value file_uploads 1
    php_admin_value upload_tmp_dir /var/www/web18/phptmp/
    php_admin_value session.save_path /var/www/web18/phptmp/
    AddType text/html .shtml
    AddOutputFilter INCLUDES .shtml
    Alias /error/ "/var/www/web18/web/error/"
    ErrorDocument 400 /error/invalidSyntax.html
    ErrorDocument 401 /error/authorizationRequired.html
    ErrorDocument 403 /error/forbidden.html
    ErrorDocument 404 /error/fileNotFound.html
    ErrorDocument 405 /error/methodNotAllowed.html
    ErrorDocument 500 /error/internalServerError.html
    ErrorDocument 503 /error/overloaded.html
    AliasMatch ^/~([^/]+)(/(.*))? /var/www/web18/user/$1/web/$3
    AliasMatch ^/users/([^/]+)(/(.*))? /var/www/web18/user/$1/web/$3
    </VirtualHost>
    #
    #
    #
    ######################################
    # Vhost: www.plurlpiano.com:80
    ######################################
    #
    #
    <VirtualHost 209.40.194.6:80>
    ServerName www.plurlpiano.com:80
    ServerAdmin [email protected]
    DocumentRoot /var/www/web20/web
    ServerAlias plurlpiano.com
    DirectoryIndex index.html index.htm index.php index.php5 index.php4 index.php3 index.shtml index.cgi index.pl index.jsp Default.htm default.htm
    ErrorLog /var/www/web20/log/error.log
    AddType application/x-httpd-php .php .php3 .php4 .php5
    php_admin_flag safe_mode On
    php_admin_value open_basedir /var/www/web20/
    php_admin_value file_uploads 1
    php_admin_value upload_tmp_dir /var/www/web20/phptmp/
    php_admin_value session.save_path /var/www/web20/phptmp/
    AddType text/html .shtml
    AddOutputFilter INCLUDES .shtml
    Alias /error/ "/var/www/web20/web/error/"
    ErrorDocument 400 /error/invalidSyntax.html
    ErrorDocument 401 /error/authorizationRequired.html
    ErrorDocument 403 /error/forbidden.html
    ErrorDocument 404 /error/fileNotFound.html
    ErrorDocument 405 /error/methodNotAllowed.html
    ErrorDocument 500 /error/internalServerError.html
    ErrorDocument 503 /error/overloaded.html
    AliasMatch ^/~([^/]+)(/(.*))? /var/www/web20/user/$1/web/$3
    AliasMatch ^/users/([^/]+)(/(.*))? /var/www/web20/user/$1/web/$3
    </VirtualHost>
    #
    #
    #
     
  10. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    ls -la /var/www/web20/web
    ? What's in /var/www/web20/web/index.html?
     
  11. stirfry

    stirfry New Member

    Output of ls -la /var/www/web20/web :

    Code:
    drwxrwxr-x 3 web20_plurlpiano web20 4096 Oct 10 15:44 .
    drwxr-xr-x 8 web20_plurlpiano web20 4096 Oct 10 20:42 ..
    drwxrwxr-x 2 web20_plurlpiano web20 4096 Oct 10 14:29 error
    -rw-r--r-- 1 web20_plurlpiano web20   22 Oct 10 15:41 index.html
    -rw-rw-r-- 1 web20_plurlpiano web20 1212 Oct 10 14:34 index_old.html
    
    index.html is a very small, basic file. This is all that's in it:

    Code:
    <h1>Hello World!</h1>
     
  12. falko

    falko Super Moderator Howtoforge Staff

    Is plurlpiano.com listed somewhere else in your Apache configuration?
     
  13. stirfry

    stirfry New Member

    Falko,
    Plurlpiano.com is not listed anywhere else (to my knowledge) in my Apache config. I don't know where else it would be listed other than the Vhosts file.

    I registered the domain many months ago, but didn't do anything with it until the past few weeks when I simply pointed to my name servers via the registrar, set up the plurlpiano DNS records, and created the site in ISPconfig.
     
  14. falko

    falko Super Moderator Howtoforge Staff

    Please double-check.
     
  15. stirfry

    stirfry New Member

    I just searched for "plurlpiano" in all config files for both apache instances and did not find a match.
     
  16. falko

    falko Super Moderator Howtoforge Staff

    Hm, then I'm running out of ideas... :(
     

Share This Page