Re: [ilugd] How to know what kind of server / os a website is being served from

2005-11-25 Thread [EMAIL PROTECTED]
You may read up more at: http://en.wikipedia.org/wiki/Favicon

Quick ways include: curl -I http://india.gov.in  (try it  :)  ).
Also look at http://httptype.sourceforge.net/  by Philip.


Regards,
Manish
*
Raj Mathur wrote:
> 
> It's probably the favicon.ico, a feature initiated by internet
> exploder 

> telnet server 80
> HEAD / HTTP/1.0
> 
> Usually gives a good idea.
> 

> 
> Regards,
> 
> -- Raju

***
if you use standard css - firefox displays it well, but not ie. Good
designers add tweaks for ie. Bad designers only design for ie -
which is not standard css and displays badly on firefox

-- regards kg

***

Thanks for all the responses -

ram

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] How to know what kind of server / os a website is being served from

2005-11-25 Thread Abhay Kedia
On 11/26/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> and finally how would / could  one make out what kind of server or OS
> are the webpages, websites based on / served from.
>
You can run a search about the site on http://news.netcraft.com/
This will get you detailed info about the server including OS, Uptime,
Last reboot and netblock owner.

Abhay

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] How to know what kind of server / os a website is being served from

2005-11-25 Thread Raj Mathur
> "Ram" == ramnarayan  <[EMAIL PROTECTED]> writes:

Ram> Hi Will browsing the net some icons appear on the address
Ram> bar, before the address, sometimes its the Linux penguin,
Ram> other times other icons.

Ram> So a few related questions: 1. Do they indicate anything

It's probably the favicon.ico, a feature initiated by internet
exploder wherein it'd download that file from the server if it existed
and render it with the URL.  You can create one (favicon.ico) for your
web site too and some browsers will automatically show that image in
the URL, bookmarks, etc.

Ram> It also brought to mind whether the websites with the Penguin
Ram> where served by a linux server etc.

Not necessarily.

Ram> and finally how would / could one make out what kind of
Ram> server or OS are the webpages, websites based on / served
Ram> from.

telnet server 80
HEAD / HTTP/1.0

Usually gives a good idea.

Ram> I am not sure if I have scripted the questions well but am
Ram> asking anyways

Ram> thanks and regards ram

Regards,

-- Raju
-- 
Raj Mathur[EMAIL PROTECTED]  http://kandalaya.org/
   GPG: 78D4 FC67 367F 40E2 0DD5  0FEF C968 D0EF CC68 D17F
  It is the mind that moves

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] How to know what kind of server / os a website is being served from

2005-11-25 Thread Manish Malik
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


ramnarayan.k wrote:

> Will browsing the net some icons appear on the address bar, before the 
> address, sometimes its the Linux penguin, other times other icons.
> 
> So a few related questions:
> 1. Do they indicate anything

Your browser looks for the file 'favicon.ico' on the website it's
browsing. If it finds one, it displays that in the address bar, and in
bookmarks (if you bookmark that url.)
You may read up more at: http://en.wikipedia.org/wiki/Favicon

> It also brought to mind whether the websites with the Penguin where 
> served by a linux server etc.

The webmaster is free to place any icon there - these would generally be
the logo of the website itself, or something to indicate the site's nature.

> and finally how would / could  one make out what kind of server or OS 
> are the webpages, websites based on / served from.

You'd query the webserver for it. Typically the HTTP headers would tell
you, but remember that the server is free to lie about it. :)

Quick ways include: curl -I http://india.gov.in  (try it :) ).
Also look at http://httptype.sourceforge.net/  by Philip.


Regards,
Manish

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDh/ri9364pdQFFqARAun0AKCQVOGvfCOFjXYxkpXClXUBNA/whwCfaQQG
ogr52UEEPIhPRYMUYMR2L+s=
=uJvf
-END PGP SIGNATURE-

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] How to know what kind of server / os a website is being served from

2005-11-25 Thread Kenneth Gonsalves
On Saturday 26 Nov 2005 11:12 am, [EMAIL PROTECTED] wrote:
> Hi
>
> Will browsing the net some icons appear on the address bar,
> before the address, sometimes its the Linux penguin, other times
> other icons.
>
> So a few related questions:
> 1. Do they indicate anything

called a favicon - 16x16 image - usually logo or photo - you have to 
create it in the '.ico' format and call it favicon.ico and keep it 
in the documnet root

-- 
regards
kg

http://www.livejournal.com/users/lawgon
tally ho! http://avsap.org.in
ಇಂಡ್ಲಿನಕ್ಸ வாழ்க!

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



[ilugd] How to know what kind of server / os a website is being served from

2005-11-25 Thread [EMAIL PROTECTED]
Hi

Will browsing the net some icons appear on the address bar, before the 
address, sometimes its the Linux penguin, other times other icons.

So a few related questions:
1. Do they indicate anything

It also brought to mind whether the websites with the Penguin where 
served by a linux server etc.

and finally how would / could  one make out what kind of server or OS 
are the webpages, websites based on / served from.

I am not sure if I have scripted the questions well but am asking anyways

thanks and regards
ram

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/