The development framework that we are using for our web development is generating tons of double-spaces and sometimes a bunch of "#" in the pages returned. While we are looking for a fix at the code level, I am trying to find out if there is a way to configure apache to replace certain strings in the pages served. (like replace "<space><space>" with "<space>", and replace "#" with <empty string>).
There are third-party mods to compile manually, with "firewall style" features, but I'm more looking into using the standard packages provided with redhat enterprise.
Configuration:
* Redhat Enterprise ES 4
* Apache/2.0.52
* ColdFusion Application Server MX 6.1
Thanks so much !
There are third-party mods to compile manually, with "firewall style" features, but I'm more looking into using the standard packages provided with redhat enterprise.
Configuration:
* Redhat Enterprise ES 4
* Apache/2.0.52
* ColdFusion Application Server MX 6.1
Thanks so much !