Jon Loeliger [off-list ref] writes:
On Wed, 2006-08-23 at 15:56, Pierre Habouzit wrote:
quoted
Another option would be not to support virtual hosts, but instead
superseed the --base-path and --user-path with some --base-path-fmt
and --user-path-fmt where the user can specify how to build the path
with simple sprintf-like formats. One could e.g. support:
* %% obviously ;
* %h that will be replaced with the hostname
* %u (only for --user-path-fmt)
* %p (asked path)
* ...
And this is exactly what I have implemented and
running on my system today!
Where is the patch ;-)?