You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Eric Covener <co...@gmail.com> on 2017/04/20 17:20:00 UTC

Re: svn commit: r1792092 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/mod_proxy.xml docs/manual/mod/mod_proxy_wstunnel.xml modules/proxy/mod_proxy.c modules/proxy/mod_proxy.h modules/proxy/mod_proxy_wstunnel.c

On Thu, Apr 20, 2017 at 1:07 PM,  <jf...@apache.org> wrote:
>
> Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml
> URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml?rev=1792092&r1=1792091&r2=1792092&view=diff
> ==============================================================================
> --- httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml (original)
> +++ httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml Thu Apr 20 17:07:32 2017
> @@ -1208,6 +1208,16 @@ ProxyPass "/example" "http://backend.exa
>          <td><p>Name of the provider used by <module>mod_proxy_fdpass</module>.
>          See the documentation of this module for more details.</p>
>      </td></tr>
> +    <tr><td>secret</td>
> +        <td>-</td>
> +        <td><p>Value of secret used by <module>mod_proxy_ajp</module>.
> +        See the documentation of this module for more details.</p>
> +    </td></tr>


inadvertent?
-- 
Eric Covener
covener@gmail.com

Re: svn commit: r1792092 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/mod_proxy.xml docs/manual/mod/mod_proxy_wstunnel.xml modules/proxy/mod_proxy.c modules/proxy/mod_proxy.h modules/proxy/mod_proxy_wstunnel.c

Posted by jean-frederic clere <jf...@gmail.com>.
On 04/20/2017 07:20 PM, Eric Covener wrote:
> On Thu, Apr 20, 2017 at 1:07 PM,  <jf...@apache.org> wrote:
>>
>> Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml
>> URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml?rev=1792092&r1=1792091&r2=1792092&view=diff
>> ==============================================================================
>> --- httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml (original)
>> +++ httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml Thu Apr 20 17:07:32 2017
>> @@ -1208,6 +1208,16 @@ ProxyPass "/example" "http://backend.exa
>>          <td><p>Name of the provider used by <module>mod_proxy_fdpass</module>.
>>          See the documentation of this module for more details.</p>
>>      </td></tr>
>> +    <tr><td>secret</td>
>> +        <td>-</td>
>> +        <td><p>Value of secret used by <module>mod_proxy_ajp</module>.
>> +        See the documentation of this module for more details.</p>
>> +    </td></tr>
> 
> 
> inadvertent?
> 

Oops thanks,

Well I need to fix mod_proxy_ajp the doc for secret is missing, I noted
it when adding upgrade. Fixing now.

Cheers

Jean-Frederic