aboutsummaryrefslogblamecommitdiff
path: root/www/p5-Apache-AddHostPath/pkg-descr
blob: 060282a0c79c7a1e2f45c9eec1cfff3d7222e1a9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                             
Apache::AddHostPath is a perl module that can transform a requested URI based
on the hostname and port number from the http request header.  It allows you
to manage an arbitrary number of domains/subdomains all pointed at the same
document root, but for which you want a combination of shared and distinct
files.  Essentially, the module implements Apache's URI translation phase by
attempting to use some or all of the URL hostname and port number as the base
of the URI.  It simply does file and directory existence tests on a series
of URIs (from most-specific to least-specific) and sets the URI to the
most specific match.

Author: Robert C W Jenks <rjenks@cvsroot.org>