You should have already preprocessed your image series as described earlier. Now you need to adjust the 'server.cfg' to fit your own server. The explanations of the meaning and adjustment of each item are in red fonts.
##### User-selectable image server options ###################
# The following settings describe the data layers
on your server
layers = springfield
def_layer=springfield
# Ortho directories (these contain subdirs "1mtif,
5mtif ...")
orthodir = /ortho/mawest/data/pyramid
springfield: orthodir = /ortho/mawest/data/pyramid
# Ortho index files for each layer
springfield:index = /ortho/src/perlscripts/sp_index.txt
# XML capabilities files:
capabilities:1.0.0 = server1.0.xml
path = /usr/local/bin,/bin,/ortho/src
# Command search path
gif_convert =
dither
# Color-reduction ('quant' or 'dither')
# Spatial Reference System and GeoTIFF encoding
srs = 26986
units = m
geotiff_srs = PCS_NAD83_Massachusetts
geotiff_units = Linear_Meter
# Available zoom levels for each layer:
springfield:zooms = 1, 2,
5, 10, 20, 50, 100, 200
# Min. and max. zoom levels accepted (to avoid
excessive resampling)
springfield:max_zoom = 5000
# Values are m/pixel
springfield:min_zoom = 0.01
# Subdirectories corresponding to the various
zoom levels:
springfield:subdirs = 1mtif,
2mtif, 5mtif, 10mtif, 20mtif, 50mtif, 100mtif, 200mtif
# Image file suffix (may differ by zoom level)
suffix = .tif
# Mosaicker to use (may differ by zoom level)
mosaicker = tiffmosaic
# Default values
x0 = 113000
# Default center X of the orthophoto tiles, in ground
coordinates
y0 = 874000
# Default center Y of the orthophoto tiles, in ground
coordinates
pwidth = 600
# Default viewport width, in pixels
pheight = 400
# Default viewport height, in pixels
max_pwidth = 4000 #
Maximum viewport width
max_pheight = 6000 #
Maximum viewport height
def_zoom = 100
# Default zoom level
format = jpg
# Default image format
bgcolor = rgbi:1/1/1 #
Default background color
transparent = TRUE #
Transparent background by default: TRUE / FALSE
######################### End #####################################