<?xml version="1.0" encoding="ISO-8859-1"?>
<slide fontsize="6em">
	<title>Input: Apache 2 module</title>

	<blurb>PHP registers handlers for:</blurb>
	<blurb>Mime types:</blurb>
	<list>
		<bullet>%application/x-httpd-php%</bullet>
		<bullet>%application/x-httpd-php-source%</bullet>
	</list>

	<blurb>On a request, Apache:</blurb>
	<list>
		<bullet>checks for the MIME type handler</bullet>
		<bullet>opens the file</bullet>
		<bullet>fills a meta data record</bullet>
		<bullet>hands PHP a filepointer</bullet>
	</list>

</slide>
