Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 14152d5f2bd354202d6709e986f9b7b8af16cd6c (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
## https://www.eclipse.org/jetty/documentation/current/fastcgi.html

Back to the top