~ubuntu-branches/ubuntu/saucy/apache2/saucy

« back to all changes in this revision

Viewing changes to docs/manual/mod/mod_proxy.html.en

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2011-10-14 16:01:29 UTC
  • mfrom: (14.3.30 sid)
  • Revision ID: james.westby@ubuntu.com-20111014160129-tetbckwjkurd20sv
Tags: 2.2.21-2ubuntu1
* Merge from debian unstable.  Remaining changes:
  - debian/{control, rules}: Enable PIE hardening.
  - debian/{control, rules, apache2.2-common.ufw.profile}: Add ufw profiles.
  - debian/control: Add bzr tag and point it to our tree
  - debian/apache2.py, debian/apache2.2-common.install: Add apport hook.
  - debian/control, debian/ask-for-passphrase, debian/config-dir/mods-available/ssl.conf:
    Plymouth aware passphrase dialog program ask-for-passphrase.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1095
1095
 
1096
1096
    </table>
1097
1097
 
1098
 
    <p>If the Proxy directive scheme starts with the
 
1098
    <p>If the <code class="directive">ProxyPass</code> directive scheme starts with the
1099
1099
    <code>balancer://</code> (eg: <code>balancer://cluster/</code>, 
1100
1100
    any path information is ignored)  then a virtual worker that does not really
1101
1101
    communicate with the backend server will be created. Instead it is responsible
1152
1152
        <td>A single or comma-separated list of HTTP status codes. If set this will
1153
1153
        force the worker into error state when the backend returns any status code
1154
1154
        in the list. Worker recovery behaves the same as other worker errors.
 
1155
        Available with Apache HTTP Server 2.2.17 and later.
1155
1156
    </td></tr>
1156
1157
    
1157
1158
    </table>