> # 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