Difference between revisions of "Sven/Notes"
From Organic Design wiki
(Start client server section) |
(Adding TCP/IP links) |
||
Line 3: | Line 3: | ||
==Client Server model== | ==Client Server model== | ||
How a client side web browser interacts with a webserver. See [http://web-sniffer.net/ HTTP Headers] for an example of how http headers interact | How a client side web browser interacts with a webserver. See [http://web-sniffer.net/ HTTP Headers] for an example of how http headers interact | ||
− | between the server and client. The [[W:Apache HTTP Server|Apache HTTP Server]] uses a listener process on [[W:Hypertext Transfer Protocol|port 80]]. | + | between the server and client. The [[W:Apache HTTP Server|Apache HTTP Server]] uses a listener process on [[W:Hypertext Transfer Protocol|port 80]] |
+ | to communicate with the client using the [[W:Transmission Control Protocol|Transmission Control Protocol]] [[W:Internet protocol suite|TCP/IP]]. | ||
+ | |||
+ | ===See also=== | ||
+ | *[[Rewrite_engine Mod rewrite engine]] | ||
==Debugging== | ==Debugging== | ||
==how Mediawiki works== | ==how Mediawiki works== |
Revision as of 08:33, 30 March 2007
Contents
30 March 2007
Topics:
Client Server model
How a client side web browser interacts with a webserver. See HTTP Headers for an example of how http headers interact between the server and client. The Apache HTTP Server uses a listener process on port 80 to communicate with the client using the Transmission Control Protocol TCP/IP.