Difference between revisions of "Sven/Notes"
From Organic Design wiki
(Start client server section) |
|||
| Line 1: | Line 1: | ||
=30 March 2007= | =30 March 2007= | ||
Topics: | Topics: | ||
| − | ==Server | + | ==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 | ||
| + | between the server and client. The [[W:Apache HTTP Server|Apache HTTP Server]] uses a listener process on [[W:Hypertext Transfer Protocol|port 80]]. | ||
==Debugging== | ==Debugging== | ||
==how Mediawiki works== | ==how Mediawiki works== | ||
Revision as of 08:20, 30 March 2007
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.



