https://issues.apache.org/bugzilla/show_bug.cgi?id=48444

           Summary: mod_proxy document seems to have a wrong sample
           Product: Apache httpd-2
           Version: 2.3-HEAD
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Documentation
        AssignedTo: [email protected]
        ReportedBy: [email protected]


mod_proxy document has the following sample;

ProxyPass /special-area http://special.example.com/ smax=5 max=10

I think this is not a good sample, because the other part of the document says
as follows,

    <note type="warning">
    <p>If the first argument ends with a trailing <strong>/</strong>, the
second
       argument should also end with a trailing <strong>/</strong> and vice
       versa. Otherwise the resulting requests to the backend may miss some
       needed slashes and do not deliver the expected results.
    </p>
    </note>

The sample should be

ProxyPass /special-area http://special.example.com smax=5 max=10
or
ProxyPass /special-area/ http://special.example.com/ smax=5 max=10

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to