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

	<blurb>CGI binary is linked to mime-type:</blurb>
<break />

	<example><![CDATA[ScriptAlias /php/ /usr/local/bin/php-cgi
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"]]></example>
<break />

	<blurb>On a request, Apache:</blurb>
	<list>
		<bullet>checks if there is a handler for the mime type</bullet>
		<bullet>fills in needed environment variables</bullet>
		<bullet>executes the CGI processor</bullet>
	</list>
</slide>
