Mid Term Topics
These are the topics that I covered in the first half of the semester.
  Perl
  - 
    Chapter 2
  
 - 
    Chapter 3
  
 - 
    Chapter 4
 
  Html - Chapter 5
  - 
    Standard Codes - html, head, body, title
  
 - 
    Headings - 6 different kinds
  
 - 
    Lists - ordered, unordered, definition
  
 - 
    Alignment
  
 - 
    Paragraphs, line breaks and horizontal rules
  
 - 
    Links
  
 - 
    Images
  
 - 
    Tables
  
 - 
    Frames
  
 - 
    URLs - relative and absolute
 
  Server
  - 
    Chapter 2
    
      - 
	ipaddress
      
 - 
	domain names
      
 - 
	clients and servers
      
 - 
	ports
      
 - 
	URLs - relative and absolute
      
 - 
	MIME typing system
      
 - 
	Phases of the HTTP protocol
    
 
   - 
    Chapter 3
    
      - 
	Virtual Document tree
      
 - 
	User-supported directories
      
 - 
	Virtual hosts
      
 - 
	Content Negotiation
      
 - 
	Language Negotiation
      
 - 
	Keep-alive connections
      
 - 
	Document Root
      
 - 
	Server Root
      
 - 
	httpd.conf
      
 - 
	srm.conf
      
 - 
	access.conf
      
 - 
	Starting the server (without my script)
      
 - 
	Stopping the srever (without my script)
      
 - 
	Restarting the server (without my script)
      
 - 
	Server Type - standalone vs inetd
      
 - 
	Spare Servers
      
 - 
	Specific Directives
	
	  - 
	    Port
	  
 - 
	    ServerType
	  
 - 
	    ServerRoot
	  
 - 
	    KeepAlive
	  
 - 
	    KeepAliveTimeout
	  
 - 
	    MinSpareServers
	  
 - 
	    MaxSpareServers
	  
 - 
	    StartServers
	  
 - 
	    DocumentRoot
	  
 - 
	    Alias
	  
 - 
	    ScriptAlias
	  
 - 
	    AddHandler
	  
 - 
	    AddType
	  
 - 
	    AddLanguage
	  
 - 
	    LanguagePriority
	  
 - 
	    Redirect
	  
 - 
	    UserDir
	  
 - 
	    DirectoryIndex
	  
 - 
	    Options - All, None, Multiviews, FollowSymLinks, etc
	  
 - 
	    AllowOverride