On Fri, 15 Jun 2001, Marcin Bajer wrote:
> Background info: onet.pl is one of the biggest portals in Poland.
> Kind of local AOL :-)
> I guess they are using AOLserver to handle the heaviest load
> on their main page. Browsing the site with Links, I noticed
> that it is the only place where AOLserver shows up in the header
> info.
Well, I noticed that their main page is quite interesting - only 3-letter
/232-style links. It's probably some sort of redirector to use abstract
naming.
But what's interesting is that onet.pl sends quite interesting headers -
like Content-length. Also, here is a dump from 2 .onet.pl services
(katalog.onet.pl and info.onet.pl):
[katalog.onet.pl]
HTTP/1.1 200 OK
Server: Microsoft-IIS/4.0
Date: Fri, 15 Jun 2001 11:12:33 GMT
Connection: Keep-Alive
Content-Length: 31184
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQGQQQQZU=LEKMEOHAPCPBCNLFAGIIBIIH; path=/
Cache-control: private
[info.onet.pl]
HTTP/1.1 200 OK
Connection: close
Pragma: no-cache
Cache-Control: no-cache
Expires: Thu, 14 Jun 2001 11:14:27 GMT
Date: Fri, 15 Jun 2001 11:14:27 GMT
Server: AOLserver/3.3.1
Content-Type: text/html; charset=iso-8859-2
Content-Length: 44572
Notice the differences in AOL headers and IIS headers. My guess was AOL is
used to cache ASP pages, but that wouldn't explain differences in the
headers (especially no ASPSESSIONID).
Also, I heard that onet is using mostly perl and partly c, so this is very
weird to me.
ps. I know this is a bit off-topic, but maybe someone on the list knows
better how to recognize what this might be...
--
Wojtek Kocjan
[EMAIL PROTECTED]