View | Details | Raw Unified | Return to bug 43167
Collapse All | Expand All

(-)mod_proxy.xml (-3 / +4 lines)
Lines 719-727 Link Here
719
    <tr><td>status</td>
719
    <tr><td>status</td>
720
        <td>-</td>
720
        <td>-</td>
721
        <td>Single letter value defining the initial status of
721
        <td>Single letter value defining the initial status of
722
        this worker: 'D' is disabled, 'S' is stopped, 'H' is hot-standby
722
        this worker: 'D' is disabled, 'S' is stopped, 'I' is ignore-errors,
723
        and 'E' is in an error state. Status can be set (which is the default)
723
	'H' is hot-standby and 'E' is in an error state. Status 
724
        by prepending with '+' or cleared by prepending with '-'.
724
	can be set (which is the default) by prepending with '+' or 
725
        cleared by prepending with '-'.
725
        Thus, a setting of 'S-E' sets this worker to Stopped and
726
        Thus, a setting of 'S-E' sets this worker to Stopped and
726
        clears the in-error flag.
727
        clears the in-error flag.
727
    </td></tr>
728
    </td></tr>

Return to bug 43167