summaryrefslogtreecommitdiff
blob: 87214413c94a00d6c6fc37a36ea125001444f5fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<IfDefine PCGI>
	<IfModule !mod_pcgi2.c>
		LoadModule pcgi2_module	modules/mod_pcgi2.so
	</IfModule>
</IfDefine>

<IfModule mod_pcgi2.c>
	# please see /usr/share/doc/mod_pcgi-*/README
	# for details on the required apache directives
</IfModule>

# vim:ft=apache: