Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e837b009c157b321a27a4fdc442881d8e1af62fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# FastCGI Module
#

[depend]
servlet
client

[lib]
lib/jetty-proxy-${jetty.version}.jar
lib/fcgi/*.jar

[ini-template]
## For configuration of FastCGI contexts, see
## TODO: documentation url here

Back to the top