Apache handlers are the interpreters that resolve Apache requests.
System-defined handlers.
cgi-script .cgi .pl
server-parsed .shtml
x-httpd-php .php4 .php3 .php
For example, a php4 extension file will be interpreted by x-httpd-php
Apache handlers are the interpreters that resolve Apache requests.
System-defined handlers.
cgi-script .cgi .pl
server-parsed .shtml
x-httpd-php .php4 .php3 .php
For example, a php4 extension file will be interpreted by x-httpd-php