mod_proxy_html not working when using carriage returns
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Hello to everyone,
I´m having some troubles while trying to make mod_proxy_html working in Apache. Here is the configuration I am using:
- mod_proxy_html 3.1.2
- Apache 2.2.3
I'm using Apache as a proxy to a external webserver (10.10.10.10), so every request any client would make to my local server(192.168.10.10) will be redirected through mod_proxy_html. As an example, any request to
Will be redirected to
(all IPs shown are fake).
To achieve this behavior, I used this configuration at my local webserver:
The problem I see is that mod_proxy_html can't convert urls when there is a carry return inside it. For example, here there are two <a> links:
<a target="Download1" title="Download Test1" href="" href="https://10.10.10.10/example/working_OK.html">https://10.10.10.10/example/working_OK.html"</a>