Author Topic: 12-4 downtime 23-4downtime  (Read 10225 times)

0 Members and 2 Guests are viewing this topic.

Offline Wolf

  • Knight
  • **
  • Posts: 224
  • Cookies: 23
  • Fear makes the wolf larger than he really is.
    • View Profile
Re: 12-4 downtime
« Reply #15 on: April 16, 2012, 03:50:09 pm »
So why is it when I put in the ip to the site or the IRC i don't go to the site or the IRC, I have  a jedi or Mordor staring me down?

Offline ca0s

  • VIP
  • Sir
  • *
  • Posts: 432
  • Cookies: 53
    • View Profile
    • ka0labs #
Re: 12-4 downtime
« Reply #16 on: April 16, 2012, 04:04:28 pm »
Virtual hosts dude. Also
Code: [Select]
[ca0s@st4ck-3rr0r ~]$ ping www.evilzone.org
PING evilzone.org (173.246.100.57) 56(84) bytes of data.
[ca0s@st4ck-3rr0r ~]$ ping irc.evilzone.org
PING irc.evilzone.org (173.246.101.14) 56(84) bytes of data.

Offline techb

  • Soy Sauce Feeler
  • Global Moderator
  • King
  • *
  • Posts: 2350
  • Cookies: 345
  • Aliens do in fact wear hats.
    • View Profile
    • github
Re: 12-4 downtime
« Reply #17 on: April 17, 2012, 06:00:54 am »
Virtual hosts dude.


Meaning the IP might change? I've been to several sites where the IP changes, godaddy is one. Is that what you mean?
 
It can't be. From what I have concluded EZ has a private server and only needs domain hosting and has a static IP from their ISP?
>>>import this
-----------------------------

Offline Wolf

  • Knight
  • **
  • Posts: 224
  • Cookies: 23
  • Fear makes the wolf larger than he really is.
    • View Profile
Re: 12-4 downtime
« Reply #18 on: April 17, 2012, 01:59:21 pm »
I never remember the Ip address so I ping it every time I want to see ole ben kanobi.

Offline ca0s

  • VIP
  • Sir
  • *
  • Posts: 432
  • Cookies: 53
    • View Profile
    • ka0labs #
Re: 12-4 downtime
« Reply #19 on: April 17, 2012, 02:10:05 pm »

Meaning the IP might change? I've been to several sites where the IP changes, godaddy is one. Is that what you mean?
 
It can't be. From what I have concluded EZ has a private server and only needs domain hosting and has a static IP from their ISP?

I meant that, if EZ has vHosts configured (which I think it has), accessing by putting just the IP in your web browser might make the server answer with something different than the www.evilzone.org's webpage you are used to.

Code: [Select]
[ca0s@st4ck-3rr0r ~]$ nc 173.246.100.57 80
GET / HTTP/1.1
Host:

HTTP/1.1 200 OK
Date: Tue, 17 Apr 2012 12:08:07 GMT
Server: Apache
X-Powered-By: PHP/5.3.3-7+squeeze3
Vary: Accept-Encoding
Content-Length: 304
Content-Type: text/html

<center><br />
<p>
Hello,  we are experiencing some trouble with the domain.
We are on it, don't worry
In the meantime get on IRC 173.246.101.14 <br/>
<h2>~Factionwars</h2>
<h3>And the other ones</h3>
</p>

These aren't the droids you're looking for.<br />
<br />
<img src="jedimind.jpg" />
</center>

[ca0s@st4ck-3rr0r ~]$ nc 173.246.100.57 80
GET / HTTP/1.1
Host: www.evilzone.org

{SMF's HTML code}

However, during downtime, SMF wasn't accesible. Giving the Host header or not. Putting an entry in /etc/hosts or not.

I don't know if IRC's IP and http's IP point to the same server. They serve different things, however, you can configure both apache and Unreal to listen only in some IPs.

By the way, testing this, I found something that may should not be there :P
« Last Edit: April 17, 2012, 02:16:26 pm by ca0s »

Offline Satan911

  • VIP
  • Knight
  • *
  • Posts: 289
  • Cookies: 25
  • Retired god/admin
    • View Profile
Re: 12-4 downtime
« Reply #20 on: April 17, 2012, 07:28:15 pm »
By the way, testing this, I found something that may should not be there :P

Go on..

Edit: Maybe not here if it's sensitive.
« Last Edit: April 17, 2012, 07:28:47 pm by Satan911 »
Satan911
Evilzone Network Administrator

Offline ca0s

  • VIP
  • Sir
  • *
  • Posts: 432
  • Cookies: 53
    • View Profile
    • ka0labs #
Re: 12-4 downtime
« Reply #21 on: April 17, 2012, 09:48:58 pm »
Go on..

Edit: Maybe not here if it's sensitive.
Nah, nothing important. In fact it hasn't almost any relevance. PM.

Offline Stackprotector

  • Administrator
  • Titan
  • *
  • Posts: 2515
  • Cookies: 205
    • View Profile
Re: 12-4 downtime
« Reply #22 on: April 18, 2012, 01:00:58 pm »

Meaning the IP might change? I've been to several sites where the IP changes, godaddy is one. Is that what you mean?
 
It can't be. From what I have concluded EZ has a private server and only needs domain hosting and has a static IP from their ISP?

The server uses a vHost system indeed, it looks somewhat like this (example):
evilzone.org -- /var/www/forumscriptdirectory
upload.evilzone.org -- /var/www/uploadscriptdirectory
default -- /var/www/defaultstupidmordorpicture

So if you connect to the webserver using port 80 and directly to the ip, apache(the webserver) does not regocnize it as a valid vhost (so its not upload.evilzone.org or evilzone.org) it will direct it to the default vhost showing the jedi/mordor picture and text
~Factionwars

Offline Stackprotector

  • Administrator
  • Titan
  • *
  • Posts: 2515
  • Cookies: 205
    • View Profile
Re: 12-4 downtime 23-4downtime
« Reply #23 on: April 24, 2012, 06:37:27 pm »
modified:)
~Factionwars

Offline Axon

  • VIP
  • King
  • *
  • Posts: 2047
  • Cookies: 319
    • View Profile
Re: 12-4 downtime 23-4downtime
« Reply #24 on: April 24, 2012, 07:29:13 pm »
What happened here ?