summaryrefslogtreecommitdiffstats
path: root/src/mac/libraries/CCache API
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>1999-02-12 03:26:27 +0000
committerTom Yu <tlyu@mit.edu>1999-02-12 03:26:27 +0000
commitd470ceb5371a7d7f37cae81b019945eddf6abcac (patch)
treee3117d0e0ff2bfdd361b901963e9e40033ac39f6 /src/mac/libraries/CCache API
parent59fb76b7f12cb48d4adff87c8a3dee3f7083c867 (diff)
* Makefile.in: Add sane_hostname.{o,c}
* libpty.h: Add prototype for make_sane_hostname. * sane_hostname.c: New file; add function to "sanitize" hostname for logging purposes. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11165 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/mac/libraries/CCache API')
0 files changed, 0 insertions, 0 deletions
Unnamed repository; edit this file 'description' to name the repository.Endi Dewata
summaryrefslogtreecommitdiffstats
path: root/base/kra/shared/conf/uriworkermap.properties
blob: c65445b108b46bc085da65729a3a899eb3b0d7bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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