summaryrefslogtreecommitdiffstats
path: root/pki/base/ocsp/shared/conf/uriworkermap.properties
blob: c89dd82a68177fd31a16928d031d086216847db9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# --- BEGIN COPYRIGHT BLOCK ---
# Copyright (C) 2006 Red Hat, Inc.
# All rights reserved.
# --- END COPYRIGHT BLOCK ---
#
# uriworkermap.properties - IIS
#
# This file provides sample mappings for example ajp13w
# worker defined in workermap.properties.minimal
# The general sytax for this file is:
# [URL]=[Worker name]

/servlet-examples/*=ajp13w

# Optionally filter out all .jpeg files inside that context
# For no mapping the url has to start with exclamation (!)

!/servlet-examples/*.jpeg=ajp13w