Re: [EMAIL PROTECTED] Basic question

2006-02-21 Thread Sean Conner
It was thus said that the Great Tezyn Drasdin once stated: > > On 2/21/06, David Wolever <[EMAIL PROTECTED]> wrote: > > > > You can either use: > > GET http://wolever.wolever.net/ HTTP/1.1 > > or specify a host: > > GET / HTTP/1.1 > > Host: wolever.wolever.net > > > > The thing about that is it s

Re: [EMAIL PROTECTED] Basic question

2006-02-21 Thread David Wolever
I don't think so... You'll connect to the server hosting the virtual hosts (be it top-level or below that), then just request something else. For example, both gilabs.com and gitesting.com are hosted on 216.193.217.198. If I connect to 216.193.217.198 and ask for gilabs.com, that is what I get, an

Re: [EMAIL PROTECTED] Basic question

2006-02-21 Thread Tezyn Drasdin
On 2/21/06, David Wolever <[EMAIL PROTECTED]> wrote: You can either use:GET http://wolever.wolever.net/ HTTP/1.1or specify a host:GET / HTTP/1.1Host: wolever.wolever.net The thing about that is it still requires that I either modify the hosts file, or it needs Name Resolution.  I am going to be wor

Re: [EMAIL PROTECTED] Basic question

2006-02-21 Thread David Wolever
You can either use: GET http://wolever.wolever.net/ HTTP/1.1 or specify a host: GET / HTTP/1.1 Host: wolever.wolever.net On 2/21/06, Tezyn Drasdin <[EMAIL PROTECTED]> wrote: > Hey Users, > > I know that this is probably off the scope of what the mailing list is used > for, but I don't know of a b

[EMAIL PROTECTED] Basic question

2006-02-21 Thread Tezyn Drasdin
Hey Users,I know that this is probably off the scope of what the mailing list is used for, but I don't know of a better group that I could ask.  Respond privately if this is too far off of our subject.I know that if you telnet into a web server port 80, you can make GET requests ("GET /index.html H