Difference between revisions of "Sven/Notes"
From Organic Design wiki
(Adding TCP/IP links) |
m |
||
Line 7: | Line 7: | ||
===See also=== | ===See also=== | ||
− | *[[Rewrite_engine Mod rewrite engine]] | + | *[[Rewrite_engine|Mod rewrite engine]] |
==Debugging== | ==Debugging== | ||
==how Mediawiki works== | ==how Mediawiki works== |
Revision as of 08:38, 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.