Am 23.02.2015 um 19:18 schrieb Otis Dewitt - NOAA Affiliate:
Everything works on this site except this url:
https://www.docuzzzz.com/class/page/createpdf.jsp?requestId=7

weird problem.

Thanks,
Otis

On Mon, Feb 23, 2015 at 1:15 PM, Otis Dewitt - NOAA Affiliate
<otis.dew...@noaa.gov <mailto:otis.dew...@noaa.gov>> wrote:

    oops yeah missed adding that to the email.

    Its in the config:

    # Class Directive (443) #EXAMPLE
    RewriteRule ^/class$(.*) https://www.docuzzzz.com/class$1 [L,NC]

What is the "$" in the left side of the rule supposed to do?

If you remove the dollar sign, or we just ignore it for a moment, I would suspect a redirect loop here. Is this the config from the http or https VHost? If http, then redirecting to https would be fine, but I woudn't understand why it should also proxy. If https, then the RweriteRule looks suspect.

    ProxyPass /class https://example.com:20201/class

    <Location /class/>
             SetOutputFilter   proxy-html
             ProxyPassReverse https://example.com:20201/class
             ProxyHTMLEnable   On
             ProxyHTMLExtended On
             ProxyHTMLURLMap http://example.com:20201/class  /class
             RequestHeader     unset  Accept-Encoding
    </Location>

Regards,

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to