| 
					
				 | 
			
			
				@@ -67,6 +67,8 @@ mimetype.assign             = ( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   ".tbz"          =>      "application/x-bzip-compressed-tar", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   ".tar.bz2"      =>      "application/x-bzip-compressed-tar", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   ".rpm"          =>      "application/x-rpm", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  ".ttf"          =>      "application/font-sfnt", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  ".otf"          =>      "application/font-sfnt", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   # make the default mime type application/octet-stream. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   ""              =>      "application/octet-stream", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  ) 
			 |