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> 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]
>
> 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>
>
> Thanks,
> Otis
>
>
> On Mon, Feb 23, 2015 at 1:11 PM, Eric Covener <cove...@gmail.com> wrote:
>
>> > # Class Directive (443) #EXAMPLE
>> > RewriteRule ^/class$(.*) https://www.docuzzzz.com/class$1 [L,NC]
>> >
>> > <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>
>>
>> Missing ProxyPass?  I don't see why this would be proxied.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
>> For additional commands, e-mail: users-h...@httpd.apache.org
>>
>>
>

Reply via email to