|
Revision 1349, 0.6 kB
(checked in by darix, 2 years ago)
|
|
- merged lighttpd-merge-1.4.x so we finally work in trunk/ ! yeah \o/
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | ===== |
|---|
| 2 | Alias |
|---|
| 3 | ===== |
|---|
| 4 | |
|---|
| 5 | ----------------- |
|---|
| 6 | Module: mod_alias |
|---|
| 7 | ----------------- |
|---|
| 8 | |
|---|
| 9 | :Author: Jan Kneschke |
|---|
| 10 | :Date: $Date: 2005-03-28T08:30:05.699628Z $ |
|---|
| 11 | :Revision: $Revision: 227 $ |
|---|
| 12 | |
|---|
| 13 | :abstract: |
|---|
| 14 | The alias module ... |
|---|
| 15 | |
|---|
| 16 | .. meta:: |
|---|
| 17 | :keywords: lighttpd, alias |
|---|
| 18 | |
|---|
| 19 | .. contents:: Table of Contents |
|---|
| 20 | |
|---|
| 21 | Description |
|---|
| 22 | =========== |
|---|
| 23 | |
|---|
| 24 | The alias module is used to specify a special document-root for a given url-subset. |
|---|
| 25 | |
|---|
| 26 | Options |
|---|
| 27 | ======= |
|---|
| 28 | |
|---|
| 29 | alias.url |
|---|
| 30 | rewrites the document-root for a URL-subset |
|---|
| 31 | |
|---|
| 32 | Default: empty |
|---|
| 33 | |
|---|
| 34 | Example: :: |
|---|
| 35 | |
|---|
| 36 | alias.url = ( "/cgi-bin/" => "/var/www/servers/www.example.org/cgi-bin/" ) |
|---|