summaryrefslogtreecommitdiff
path: root/net-www/mod_fastcgi/files/20_mod_fastcgi.conf
blob: c5568ed4aace819d7a1d74d9250c15e795b2d493 (plain)
1
2
3
4
5
6
7
8
9
<IfDefine FASTCGI>
	<IfModule !mod_fastcgi.c>
		LoadModule fastcgi_module    modules/mod_fastcgi.so
	</IfModule>

	<IfModule mod_fastcgi.c>
		AddHandler fastcgi-script .fcg .fcgi
	</IfModule>
</IfDefine>