From: Stefan Fritsch Date: Sun, 19 Dec 2010 22:48:57 +0000 (+0000) Subject: add some links X-Git-Tag: 2.3.11~362 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00366b7497216528e74c62e244aeebff76e5b72e;p=thirdparty%2Fapache%2Fhttpd.git add some links git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1050960 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en index e6e9ccffa5c..55ece1af922 100644 --- a/docs/manual/expr.html.en +++ b/docs/manual/expr.html.en @@ -133,7 +133,8 @@ listfunction ::= listfuncname "(" word ")" - + @@ -161,22 +162,27 @@ listfunction ::= listfuncname "(" word ")" - + - - + + + + - - - + - + diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index e137c88f7bb..133c8a3a44b 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -136,7 +136,8 @@ listfunction ::= listfuncname "(" word ")" - + @@ -164,22 +165,27 @@ listfunction ::= listfuncname "(" word ")" - + - + + + - - - + - + diff --git a/docs/manual/index.html.en b/docs/manual/index.html.en index d6ac191cada..593a57ac83a 100644 --- a/docs/manual/index.html.en +++ b/docs/manual/index.html.en @@ -50,6 +50,7 @@ Documentation
  • Multi-Processing Modules (MPMs)
  • Filters
  • Handlers
  • +
  • Expression parser
  • Server and Supporting Programs
  • Glossary
  • diff --git a/docs/manual/index.xml b/docs/manual/index.xml index 58d0cc279fc..9e53bf8616f 100644 --- a/docs/manual/index.xml +++ b/docs/manual/index.xml @@ -44,6 +44,7 @@ DocumentationMulti-Processing Modules (MPMs)FiltersHandlers + Expression parserServer and Supporting ProgramsGlossary
    NameDescription
    REQUEST_METHODThe HTTP method of the incoming request
    The HTTP method of the incoming request (e.g. + GET
    REQUEST_SCHEME The scheme part of the request's URI
    REQUEST_URI
    REMOTE_IDENT The user name set by mod_ident
    SERVER_NAMEThe server name of the current vhost
    The ServerName of + the current vhost
    SERVER_PORTThe server port of the current vhost
    SERVER_PROTOCOLThe server port of the current vhost, see + ServerName
    SERVER_ADMINThe ServerAdmin of + the current vhost
    SERVER_PROTOCOL The protocol used by the request
    SERVER_ADMINThe server admin of the current vhost
    DOCUMENT_ROOT The DocumentRoot of the current vhost
    AUTH_TYPEThe configured auth type (e.g. "basic")
    The configured AuthType + (e.g. "basic")
    CONTENT_TYPE The content type of the response
    HANDLERThe name of the handler creating the response
    The name of the handler creating + the response
    HTTPS "on" if the request uses https, "off" otherwise
    NameDescription
    REQUEST_METHODThe HTTP method of the incoming request
    The HTTP method of the incoming request (e.g. + GET
    REQUEST_SCHEME The scheme part of the request's URI
    REQUEST_URI
    REMOTE_IDENT The user name set by mod_ident
    SERVER_NAMEThe server name of the current vhost
    The ServerName of + the current vhost
    SERVER_PORTThe server port of the current vhost
    The server port of the current vhost, see + ServerName
    SERVER_ADMINThe ServerAdmin of + the current vhost
    SERVER_PROTOCOL The protocol used by the request
    SERVER_ADMINThe server admin of the current vhost
    DOCUMENT_ROOT The DocumentRoot of the current vhost
    AUTH_TYPEThe configured auth type (e.g. "basic")
    The configured AuthType + (e.g. "basic")
    CONTENT_TYPE The content type of the response
    HANDLERThe name of the handler creating the response
    The name of the handler creating + the response
    HTTPS "on" if the request uses https, "off" otherwise