lighttpd 1.4.x
https://www.lighttpd.net/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
565 B
36 lines
565 B
===== |
|
Alias |
|
===== |
|
|
|
----------------- |
|
Module: mod_alias |
|
----------------- |
|
|
|
:Author: Jan Kneschke |
|
:Date: $Date: 2004/08/29 09:43:49 $ |
|
:Revision: $Revision: 1.1 $ |
|
|
|
:abstract: |
|
The alias module ... |
|
|
|
.. meta:: |
|
:keywords: lighttpd, alias |
|
|
|
.. contents:: Table of Contents |
|
|
|
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: :: |
|
|
|
alias.url = ( "/cgi-bin/" => "/var/www/servers/www.example.org/cgi-bin/" )
|
|
|