Difference between revisions of "Sven/Notes"

From Organic Design wiki
m
Line 7: Line 7:
  
 
===See also===
 
===See also===
 +
*[[Daemonise.pl]]
 +
*[[Server.pl]]
 
*[[W:Rewrite_engine|Mod rewrite engine]]
 
*[[W:Rewrite_engine|Mod rewrite engine]]
  

Revision as of 09:03, 30 March 2007

30 March 2007

Topics:

Client Server model

How a client side web browser interacts with a web server. 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 (and ports 21, 443) to communicate with the client using the Transmission Control Protocol TCP/IP. The listener uses threads to fork child processes as client requests demand content from the web server.

See also

Debugging

how Mediawiki works