Re: [users@httpd] Using variables with mod_substitute to rewrite dynamically

2017-11-24 Thread Vlad Liapko
Hi Luca, I tried ProxyHTMLUrlMap, it has side effects making me to switch to Substitute. ProxyHTMLEnable=ON makes all responses chunked, even not html, i.e. Java applet jars got chunked and applets do not load properly after this. A few other things make mod_substitute a better option. Thanks,

Re: [users@httpd] Using variables with mod_substitute to rewrite dynamically

2017-11-24 Thread Luca Toscano
Hi Vlad, 2017-11-23 16:29 GMT+01:00 Vlad Liapko : > Hi, > > I’m trying to substitute a server name dynamically in xml responses > Substitute s|http://blah.com|${SERVER_NAME}|n > to now success. Apache complains conf variable is not defined, but it is > there in VirtualHost. > > So far I was able