Project

General

Profile

Actions

Mod alias » History » Revision 16

« Previous | Revision 16/17 (diff) | Next »
gstrauss, 2018-07-01 16:54


Alias

Module: mod_alias

Description

The alias module is used to specify a special document-root for a given url-subset.

Options

alias.url
Rewrites the document-root for a URL-subset
Default: empty

Example of usage:


    alias.url = ( "/cgi-bin/" => "/var/www/servers/www.example.org/cgi-bin/" )

You can add additional aliases by:


    alias.url += ( "/content" => "/var/www/servers/www.somecontent.org" )

Updated by gstrauss over 6 years ago · 16 revisions