views:

80

answers:

2

I'm wondering. Is there any way or online service for learning?

A: 

There is no certain way to determine server language used by just viewing the web page.

There may be some clues like urls ending in php or jsp or asp(x). But honestly, it can be a trick.

Why would you need such a thing?

Kugel
i just wondered. thanks for your answer.
Kerberos
+1  A: 

You can check the HTTP headers and make an educated guess. You could for instance try http://network-tools.com, there is a tool to get HTTP headers there.

(voted to move the question to superuser.com, BTW)

Fredrik Mörk
thank you. i tried your sugget on from http://network-tools.com but that did not give me any information about site's header.
Kerberos
Fredrik Mörk
okay sorry, that was my fault. i understood how to check. thanks again.
Kerberos
You may see what modules for web server are installed, but not which is used. And mod_cgi or mod_fcgid is most frequently used.
Alexandr Ciornii