You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ro...@imdb.com> on 1997/06/24 00:02:05 UTC

Advantage Apache

They do say fast servers are spoiling Wimbledon  :-)

% Head "www.wimbledon.org/"

HTTP/1.1 200 OK
Date: Mon, 23 Jun 1997 21:59:12 GMT
Server: Apache/1.2b10
Set-Cookie: Apache=19435384867103152935; path=/; expires=Tue, 23-Jun-98 21:59:12 GMT
Connection: close
Content-Type: text/html


The official site run by IBM.

--
Rob Hartill                              Internet Movie Database (Ltd)
http://www.moviedatabase.com/   .. a site for sore eyes.


Re: Advantage Apache

Posted by Dean Gaudet <dg...@arctic.org>.
Oh wow, how much you wanna guess that they just ditched their buffer
entirely and spew stuff from fputs and fputc-like calls directly? 

I particularly like "Vary:  Accept, Accept, Accept". 

Dean

On Mon, 23 Jun 1997, Marc Slemko wrote:

> On Mon, 23 Jun 1997, Brian Behlendorf wrote:
> 
> > though www.nagano.olympic.org has a funny response to HEAD.
> 
> I find its chunked encoding more funny...   Hey Dean, I think
> you are going the wrong way in trying to make Apache more efficient.
> While we can't claim to be the very best, I'd take bets that this server
> is close to the very worst...
> 
> 	marcs@valis:/var/tmp$ telnet www.nagano.olympic.org  80
> 	Trying 210.130.158.18...
> 	Connected to www.nagano.olympic.org.
> 	Escape character is '^]'.
> 	GET / HTTP/1.1
> 	Host: www.nagano.olympic.org
> 
> 	HTTP/1.1 200 Document follows. 
> 	Server: IBM-ICS/4.2
> 	Date: Tue, 24 Jun 1997 05:34:03 GMT
> 	Accept-Ranges: bytes
> 	Vary:   Accept, Accept, Accept
> 	Content-Location: index.shtml
> 	Transfer-Encoding: chunked
> 	Content-Type: text/html
> 	Last-Modified: Mon, 23 Jun 1997 21:07:39 GMT
> 
> 	2
> 	<!
> 	1
> 	D
> 	30
> 	OCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN">
> 
> 	1
> 	<
> 	1
> 	H
> 	5
> 	TML>
> 
> 	1
> 	<
> 	1
> 	H
> 	5
> 	EAD>
> 
> 	1
> 	<
> 	1
> 	T
> 	32
> 	ITLE>Official Olympic Winter Games Site Nagano '98
> 	1
> 	<
> 	1
> 	/
> 	B
> 	TITLE>
> 	    
> 	1
> 	<
> 	1
> 	M
> 	26
> 	ETA NAME="language" CONTENT="EN">
> 	    
> 	1
> 	<
> 	1
> 	M
> 	164
> 	ETA http-equiv="PICS-Label" content='(PICS-1.0 "http://www.rsac.org/ratingsv01.html" l gen true comment "RSACi North America Server" by "gbh@us.ibm.com" for "http://www.nagano.olympic.org" on "1996.04.04T08:15-0500" exp "1997.07.01T08:15-0500" r (n 0 s 0
>  
> 	v 0 l 0) "http://www.classify.org/safesurf/" l by "gbh@us.ibm.com" r (SS~~000 1 SS~~100 1) )'>  
> 	    
> 	1
> 	<
> 	1
> 	M
> 	3D
> 	ETA NAME="owner" CONTENT="webmaster@nagano.olympic.org">
> 
> [...snipped...]
> 
> 
> 


Re: Advantage Apache

Posted by Marc Slemko <ma...@worldgate.com>.
On Mon, 23 Jun 1997, Brian Behlendorf wrote:

> though www.nagano.olympic.org has a funny response to HEAD.

I find its chunked encoding more funny...   Hey Dean, I think
you are going the wrong way in trying to make Apache more efficient.
While we can't claim to be the very best, I'd take bets that this server
is close to the very worst...

	marcs@valis:/var/tmp$ telnet www.nagano.olympic.org  80
	Trying 210.130.158.18...
	Connected to www.nagano.olympic.org.
	Escape character is '^]'.
	GET / HTTP/1.1
	Host: www.nagano.olympic.org

	HTTP/1.1 200 Document follows. 
	Server: IBM-ICS/4.2
	Date: Tue, 24 Jun 1997 05:34:03 GMT
	Accept-Ranges: bytes
	Vary:   Accept, Accept, Accept
	Content-Location: index.shtml
	Transfer-Encoding: chunked
	Content-Type: text/html
	Last-Modified: Mon, 23 Jun 1997 21:07:39 GMT

	2
	<!
	1
	D
	30
	OCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN">

	1
	<
	1
	H
	5
	TML>

	1
	<
	1
	H
	5
	EAD>

	1
	<
	1
	T
	32
	ITLE>Official Olympic Winter Games Site Nagano '98
	1
	<
	1
	/
	B
	TITLE>
	    
	1
	<
	1
	M
	26
	ETA NAME="language" CONTENT="EN">
	    
	1
	<
	1
	M
	164
	ETA http-equiv="PICS-Label" content='(PICS-1.0 "http://www.rsac.org/ratingsv01.html" l gen true comment "RSACi North America Server" by "gbh@us.ibm.com" for "http://www.nagano.olympic.org" on "1996.04.04T08:15-0500" exp "1997.07.01T08:15-0500" r (n 0 s 0
 
	v 0 l 0) "http://www.classify.org/safesurf/" l by "gbh@us.ibm.com" r (SS~~000 1 SS~~100 1) )'>  
	    
	1
	<
	1
	M
	3D
	ETA NAME="owner" CONTENT="webmaster@nagano.olympic.org">

[...snipped...]



Re: Advantage Apache

Posted by Brian Behlendorf <br...@organic.com>.
At 11:02 PM 6/23/97 +0100, Rob Hartill wrote:
>They do say fast servers are spoiling Wimbledon  :-)
>
>% Head "www.wimbledon.org/"

and www.masters.org, and www.ausopen.org... whee!

though www.nagano.olympic.org has a funny response to HEAD.

	Brian
--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--
brian@organic.com          http://www.apache.org          brian@hyperreal.com